Skip to content

Commit 5ea1506

Browse files
committed
[Tests] replace aud with npm audit
1 parent f5d7025 commit 5ea1506

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
@@ -11,7 +11,7 @@
1111
"tests-only": "tape 'test/**/*.js'",
1212
"pretest": "npm run lint",
1313
"test": "npm run tests-only",
14-
"posttest": "aud --production",
14+
"posttest": "npx npm@\">= 10.2\" audit --production",
1515
"version": "auto-changelog && git add CHANGELOG.md",
1616
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
1717
},
@@ -31,7 +31,6 @@
3131
},
3232
"devDependencies": {
3333
"@ljharb/eslint-config": "^21.1.0",
34-
"aud": "^2.0.4",
3534
"auto-changelog": "^2.4.0",
3635
"eslint": "=8.8.0",
3736
"in-publish": "^2.0.1",

0 commit comments

Comments
 (0)