|
7 | 7 | "src" |
8 | 8 | ], |
9 | 9 | "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", |
12 | 12 | "test:coverage": "codecov", |
13 | 13 | "test:watch": "cross-env NODE_ENV=test mocha --timeout 5000 ./test/**/*.tests.js ./test/*.tests.js --watch", |
14 | 14 | "jsdoc:generate": "jsdoc --configure .jsdoc.json --verbose", |
|
33 | 33 | }, |
34 | 34 | "homepage": "https://github.com/auth0/node-auth0", |
35 | 35 | "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", |
41 | 41 | "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" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "chai": "^2.2.0", |
47 | | - "codecov": "^2.2.0", |
| 46 | + "chai": "^4.2.0", |
| 47 | + "codecov": "^3.5.0", |
48 | 48 | "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", |
53 | 52 | "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" |
66 | 65 | } |
67 | 66 | } |
0 commit comments