Skip to content

Commit edb4afb

Browse files
committed
[Tests] replace aud with npm audit
1 parent b8d050b commit edb4afb

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
@@ -13,7 +13,7 @@
1313
"test:all": "npm run test:index && npm run test:uglified",
1414
"test:index": "node test",
1515
"test:uglified": "node test/uglified",
16-
"posttest": "aud --production",
16+
"posttest": "npx npm@\">= 10.2\" audit --production",
1717
"lint": "eslint --ext=js,mjs .",
1818
"version": "auto-changelog && git add CHANGELOG.md",
1919
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
@@ -44,7 +44,6 @@
4444
},
4545
"devDependencies": {
4646
"@ljharb/eslint-config": "^21.0.0",
47-
"aud": "^2.0.1",
4847
"auto-changelog": "^2.4.0",
4948
"eslint": "=8.8.0",
5049
"in-publish": "^2.0.1",

0 commit comments

Comments
 (0)