Skip to content

Commit bd808cc

Browse files
committed
Upgrade packages
1 parent d70a921 commit bd808cc

File tree

2 files changed

+2607
-1275
lines changed

2 files changed

+2607
-1275
lines changed

package.json

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"src"
88
],
99
"scripts": {
10-
"test": "mocha -R spec ./test/**/*.tests.js ./test/*.tests.js",
11-
"test:ci": "istanbul cover _mocha --report lcovonly -R $(find ./test -name *.tests.js) -- -R mocha-multi --reporter-options spec=-,mocha-junit-reporter=-",
10+
"test": "mocha --reporter spec ./test/**/*.tests.js ./test/*.tests.js",
11+
"test:ci": "nyc npm run test -- --forbid-only --reporter mocha-junit-reporter",
1212
"test:coverage": "codecov",
1313
"test:watch": "cross-env NODE_ENV=test mocha --timeout 5000 ./test/**/*.tests.js ./test/*.tests.js --watch",
1414
"jsdoc:generate": "jsdoc --configure .jsdoc.json --verbose",
@@ -33,35 +33,34 @@
3333
},
3434
"homepage": "https://github.com/auth0/node-auth0",
3535
"dependencies": {
36-
"bluebird": "^2.10.2",
37-
"jsonwebtoken": "^8.3.0",
38-
"jwks-rsa": "^1.4.0",
39-
"lru-memoizer": "^1.12.0",
40-
"object.assign": "^4.0.4",
36+
"bluebird": "^3.5.5",
37+
"jsonwebtoken": "^8.5.1",
38+
"jwks-rsa": "^1.6.0",
39+
"lru-memoizer": "^2.0.1",
40+
"object.assign": "^4.1.0",
4141
"request": "^2.88.0",
42-
"rest-facade": "^1.10.1",
43-
"retry": "^0.10.1"
42+
"rest-facade": "^1.11.0",
43+
"retry": "^0.12.0"
4444
},
4545
"devDependencies": {
46-
"chai": "^2.2.0",
47-
"codecov": "^2.2.0",
46+
"chai": "^4.2.0",
47+
"codecov": "^3.5.0",
4848
"cross-env": "^5.2.0",
49-
"husky": "^0.14.3",
50-
"istanbul": "^0.4.0",
51-
"jsdoc": "^3.5.5",
52-
"json-loader": "^0.5.4",
49+
"husky": "^3.0.1",
50+
"jsdoc": "^3.6.3",
51+
"json-loader": "^0.5.7",
5352
"minami": "^1.2.3",
54-
"mocha": "^2.2.4",
55-
"mocha-junit-reporter": "^1.13.0",
56-
"mocha-multi": "^0.11.0",
57-
"moment": "^2.18.1",
58-
"nock": "^3.1.1",
59-
"pem": "^1.13.1",
60-
"prettier": "^1.12.0",
61-
"pretty-quick": "^1.4.1",
62-
"proxyquire": "^2.1.0",
63-
"sinon": "^1.17.1",
64-
"string-replace-webpack-plugin": "0.0.3",
65-
"webpack": "^1.12.14"
53+
"mocha": "^6.2.0",
54+
"mocha-junit-reporter": "^1.23.1",
55+
"moment": "^2.24.0",
56+
"nock": "^10.0.6",
57+
"nyc": "^14.1.1",
58+
"pem": "^1.14.2",
59+
"prettier": "^1.18.2",
60+
"pretty-quick": "^1.11.1",
61+
"proxyquire": "^2.1.1",
62+
"sinon": "^7.3.2",
63+
"string-replace-webpack-plugin": "0.1.3",
64+
"webpack": "^4.36.1"
6665
}
6766
}

0 commit comments

Comments
 (0)