Skip to content

Commit 6fbada9

Browse files
committed
[Tests] replace aud with npm audit
1 parent bf446c8 commit 6fbada9

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
@@ -29,7 +29,7 @@
2929
"test": "npm run tests-only && npm run test:harmony",
3030
"tests-only": "nyc tape test",
3131
"test:harmony": "nyc node --harmony --es-staging test",
32-
"posttest": "aud --production",
32+
"posttest": "npx npm@'>=10.2' audit --production",
3333
"lint": "eslint --ext=js,mjs .",
3434
"postlint": "tsc -p . && attw -P",
3535
"version": "auto-changelog && git add CHANGELOG.md",
@@ -78,7 +78,6 @@
7878
"@types/make-generator-function": "^2.0.3",
7979
"@types/node": "^20.11.25",
8080
"@types/tape": "^5.6.4",
81-
"aud": "^2.0.4",
8281
"auto-changelog": "^2.4.0",
8382
"eslint": "=8.8.0",
8483
"in-publish": "^2.0.1",

0 commit comments

Comments
 (0)