Skip to content

Commit 22fb720

Browse files
committedDec 16, 2024
[Tests] replace aud with npm audit
1 parent a280582 commit 22fb720

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
@@ -11,7 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"@ljharb/eslint-config": "^21.1.0",
14-
"aud": "^2.0.4",
1514
"auto-changelog": "^2.4.0",
1615
"eslint": "=8.8.0",
1716
"in-publish": "^2.0.1",
@@ -27,7 +26,7 @@
2726
"pretest": "npm run lint",
2827
"tests-only": "tape 'test/**/*.js'",
2928
"test": "npm run tests-only",
30-
"posttest": "aud --production",
29+
"posttest": "npx npm@'>= 10.2' audit --production",
3130
"version": "auto-changelog && git add CHANGELOG.md",
3231
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
3332
},

0 commit comments

Comments
 (0)