Skip to content

Commit dd8ac52

Browse files
committedDec 13, 2024
[Tests] replace aud with npm audit
1 parent b829872 commit dd8ac52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@
2626
"tests-only": "tape test/*.js",
2727
"pretest": "npm run lint",
2828
"test": "npm run --silent tests-only",
29-
"posttest": "npm run test:multirepo && aud --production",
29+
"posttest": "npm run test:multirepo && npx npm@'>= 10.2' audit --production",
3030
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
3131
},
3232
"devDependencies": {
3333
"@ljharb/eslint-config": "^21.1.0",
3434
"array.prototype.map": "^1.0.6",
35-
"aud": "^2.0.3",
3635
"copy-dir": "^1.3.0",
3736
"eclint": "^2.8.1",
3837
"eslint": "=8.8.0",

0 commit comments

Comments
 (0)
Please sign in to comment.