Skip to content

Commit 954a0c7

Browse files
committed
[Tests] replace aud with npm audit
1 parent 0ba297a commit 954a0c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pretest": "npm run lint",
2727
"tests-only": "nyc tape 'test/**/*.js'",
2828
"test": "npm run tests-only --",
29-
"posttest": "aud --production",
29+
"posttest": "npx npm@'>= 10.2' audit --production",
3030
"version": "auto-changelog && git add CHANGELOG.md",
3131
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
3232
},
@@ -57,7 +57,6 @@
5757
"@types/node": "^20.11.25",
5858
"@types/object-inspect": "^1.8.4",
5959
"@types/tape": "^5.6.4",
60-
"aud": "^2.0.4",
6160
"auto-changelog": "^2.4.0",
6261
"available-typed-arrays": "^1.0.7",
6362
"es-value-fixtures": "^1.4.2",

0 commit comments

Comments
 (0)