Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Update deps in exercise-packages to resolve security complaints.
Browse files Browse the repository at this point in the history
I also took the opportunity to update the `license` field to the
modern format.  (The versino of the CC license came from the README.)

Auditors: eater

Test Plan:
I ran `make serve` and visited http://localhost:8000/test with a bunch
of 200's.

I also ran `make pack` with success.

Since this repo is no longer used I don't know that ay other testing
makes sense.
  • Loading branch information
csilvers committed Dec 5, 2018
1 parent 797d4dd commit 9cd98ee
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,15 @@
"author": "Khan Academy",
"keywords": "education exercises khanacademy khan math exercises",
"description": "(Some) exercises for Khan Academy",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "CC Attribution/Non-Commercial/Share-Alike",
"url": "http://creativecommons.org/licenses/by-nc-sa/3.0/"
}
],

"license": "(MIT OR CC-BY-NC-SA-3.0)",
"repository": {
"type": "git",
"url": "http://github.com/Khan/khan-exercises/"
},

"devDependencies": {
"jison" : "0.4.13",
"cheerio": "0.19.0",
"uglify-js": "2.4.20",
"jshint": "2.7.0"
"cheerio": "^0.22.0",
"jison": "0.4.13",
"jshint": "^2.9.6",
"uglify-js": "2.6.0"
}
}

0 comments on commit 9cd98ee

Please sign in to comment.