Skip to content

Commit 46cafa1

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, tape; add aud in posttest
1 parent 0db50df commit 46cafa1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,18 @@
5959
"tests-only": "tape test/*.js",
6060
"pretest": "npm run lint",
6161
"test": "npm run --silent tests-only",
62-
"posttest": "npm run test:multirepo",
62+
"posttest": "npm run test:multirepo && aud --production",
6363
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
6464
},
6565
"devDependencies": {
66-
"@ljharb/eslint-config": "^16.0.0",
66+
"@ljharb/eslint-config": "^17.1.0",
6767
"array.prototype.map": "^1.0.2",
68-
"eslint": "^6.8.0",
68+
"aud": "^1.1.2",
69+
"eslint": "^7.6.0",
6970
"object-keys": "^1.1.1",
7071
"safe-publish-latest": "^1.1.4",
7172
"tap": "0.4.13",
72-
"tape": "^5.0.0-next.5"
73+
"tape": "^5.0.1"
7374
},
7475
"license": "MIT",
7576
"author": {

0 commit comments

Comments
 (0)