Skip to content

Commit 0265302

Browse files
authored
Upgradre node-forge and sinon, pin the other packages (#20)
1 parent eb2be41 commit 0265302

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"url": "https://github.com/parse-community/node-apn.git"
1919
},
2020
"dependencies": {
21-
"debug": "^3.1.0",
22-
"jsonwebtoken": "^8.1.0",
23-
"node-forge": "^0.7.1",
24-
"verror": "^1.10.0"
21+
"debug": "3.1.0",
22+
"jsonwebtoken": "8.1.0",
23+
"node-forge": "0.10.0",
24+
"verror": "1.10.0"
2525
},
2626
"devDependencies": {
2727
"chai": "3.x",
28-
"chai-as-promised": "^7.1.1",
29-
"mocha": "^4.0.1",
30-
"sinon": "^1.12.2",
31-
"sinon-chai": "^2.14.0"
28+
"chai-as-promised": "7.1.1",
29+
"mocha": "4.0.1",
30+
"sinon": "1.17.7",
31+
"sinon-chai": "2.14.0"
3232
},
3333
"publishConfig": {
3434
"access": "public"

0 commit comments

Comments
 (0)