Skip to content

Commit 9b9b9cf

Browse files
committed
[Tests] replace aud with npm audit
1 parent db6113c commit 9b9b9cf

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
@@ -16,7 +16,7 @@
1616
"test": "npm run tests-only && npm run test:corejs",
1717
"tests-only": "nyc tape 'test/**/*.js'",
1818
"test:corejs": "nyc tape test-corejs.js",
19-
"posttest": "aud --production",
19+
"posttest": "npx npm@'>= 10.2' audit --production",
2020
"lint": "eslint --ext=js,mjs .",
2121
"version": "auto-changelog && git add CHANGELOG.md",
2222
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
@@ -37,7 +37,6 @@
3737
},
3838
"devDependencies": {
3939
"@ljharb/eslint-config": "^21.0.0",
40-
"aud": "^2.0.1",
4140
"auto-changelog": "^2.4.0",
4241
"core-js": "^3.19.3",
4342
"eslint": "=8.8.0",

0 commit comments

Comments
 (0)