Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Package.json Changes to overcome vulnerability changes
  • Loading branch information
abisalehalliprasan committed Oct 4, 2018
commit 9413277b8bc2f8b12478ee3c820f22143c9f9f11
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"body-parser": "^1.15.2",
"chai": "^4.1.2",
"chance": "^1.0.13",
"cors": "^2.8.1",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.9.0",
"istanbul": "~0.2.4",
"cors": "^2.8.1",
"express": "^4.14.0",
"is-travis": "^1.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.4",
"nock": "^9.2.3",
"nyc": "^11.6.0",
Expand All @@ -73,7 +73,7 @@
"es6-promise": "^4.2.5",
"events": "^3.0.0",
"idtoken-verifier": "^1.2.0",
"jsonwebtoken": "^7.1.9",
"jsonwebtoken": "^8.3.0",
"oauth-signature": "^1.3.1",
"popsicle": "^9.1.0",
"query-string": "^5.0.1",
Expand Down