Skip to content

Commit e0461ed

Browse files
committed
[Tests] replace aud with npm audit
1 parent b3698fb commit e0461ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prepublish": "not-in-publish || npm run prepublishOnly",
2626
"pretest": "npm run lint",
2727
"test": "npm run tests-only",
28-
"posttest": "aud --production",
28+
"posttest": "npx npm@'>= 10.2' audit --production",
2929
"tests-only": "nyc tape 'test/**/*.js'",
3030
"prelint": "evalmd README.md",
3131
"lint": "eslint --ext=js,mjs .",
@@ -57,7 +57,6 @@
5757
"devDependencies": {
5858
"@es-shims/api": "^2.4.2",
5959
"@ljharb/eslint-config": "^21.1.0",
60-
"aud": "^2.0.4",
6160
"auto-changelog": "^2.4.0",
6261
"eslint": "=8.8.0",
6362
"evalmd": "^0.0.19",

0 commit comments

Comments
 (0)