|
26 | 26 | "prepublish": "safe-publish-latest && (not-in-publish || npm run spackle)", |
27 | 27 | "pretest": "npm run lint", |
28 | 28 | "test": "npm run tests-only", |
29 | | - "posttest": "npx aud --production", |
| 29 | + "posttest": "aud --production", |
30 | 30 | "tests-only": "node test", |
31 | 31 | "coverage": "nyc npm run tests-only >/dev/null", |
32 | 32 | "postcoverage": "nyc report", |
|
62 | 62 | "string.prototype.trimstart": "^1.0.1" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | | - "@ljharb/eslint-config": "^16.0.0", |
| 65 | + "@ljharb/eslint-config": "^17.1.0", |
66 | 66 | "array.prototype.indexof": "^1.0.0", |
| 67 | + "aud": "^1.1.2", |
67 | 68 | "cheerio": "^1.0.0-rc.3", |
68 | 69 | "diff": "^4.0.2", |
69 | 70 | "eclint": "^2.8.1", |
70 | | - "eslint": "^6.8.0", |
| 71 | + "eslint": "^7.0.0", |
71 | 72 | "foreach": "^2.0.5", |
72 | 73 | "functions-have-names": "^1.2.1", |
73 | 74 | "has-strict-mode": "^1.0.0", |
74 | | - "in-publish": "^2.0.0", |
| 75 | + "in-publish": "^2.0.1", |
75 | 76 | "make-arrow-function": "^1.2.0", |
76 | 77 | "nyc": "^10.3.2", |
77 | | - "object-is": "^1.0.2", |
| 78 | + "object-is": "^1.1.2", |
78 | 79 | "object.fromentries": "^2.0.2", |
79 | 80 | "safe-publish-latest": "^1.1.4", |
80 | | - "tape": "^5.0.0-next.5" |
| 81 | + "tape": "^5.0.0" |
81 | 82 | }, |
82 | 83 | "testling": { |
83 | 84 | "files": "test/index.js", |
|
0 commit comments