Skip to content

Commit d44b24d

Browse files
committed
[Tests] replace aud with npm audit
1 parent 428cf7f commit d44b24d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"tests-only": "nyc tape 'test/**/*.js'",
2525
"pretest": "npm run lint",
2626
"test": "npm run tests-only",
27-
"posttest": "aud --production",
27+
"posttest": "npx npm@\">= 10.2\" audit --production",
2828
"version": "auto-changelog && git add CHANGELOG.md",
2929
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
3030
},
@@ -41,7 +41,6 @@
4141
},
4242
"devDependencies": {
4343
"@ljharb/eslint-config": "^21.1.0",
44-
"aud": "^2.0.4",
4544
"auto-changelog": "^2.4.0",
4645
"eslint": "=8.8.0",
4746
"in-publish": "^2.0.1",

0 commit comments

Comments
 (0)