Skip to content

Commit cbbc057

Browse files
committed
[Tests] replace aud with npm audit
1 parent eae3077 commit cbbc057

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prepublish": "not-in-publish || npm run prepublishOnly",
1010
"pretest": "npm run lint",
1111
"test": "npm run tests-only",
12-
"posttest": "aud --production",
12+
"posttest": "npx npm@\">= 10.2\" audit --production",
1313
"tests-only": "nyc tape 'test/**/*.js'",
1414
"lint": "eslint --ext=js,mjs ."
1515
},
@@ -30,7 +30,6 @@
3030
},
3131
"devDependencies": {
3232
"@ljharb/eslint-config": "^21.1.0",
33-
"aud": "^2.0.3",
3433
"eslint": "=8.8.0",
3534
"nyc": "^10.3.2",
3635
"safe-publish-latest": "^2.0.0",

0 commit comments

Comments
 (0)