Skip to content

Commit 8cfdbd8

Browse files
committed
[Tests] replace aud with npm audit
1 parent 9eecafc commit 8cfdbd8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"bugs": "https://github.com/ljharb/shell-quote/issues",
1414
"devDependencies": {
1515
"@ljharb/eslint-config": "^21.1.0",
16-
"aud": "^2.0.3",
1716
"auto-changelog": "^2.4.0",
1817
"eslint": "=8.8.0",
1918
"evalmd": "^0.0.19",
@@ -46,7 +45,7 @@
4645
"pretest": "npm run lint",
4746
"tests-only": "nyc tape 'test/**/*.js'",
4847
"test": "npm run tests-only",
49-
"posttest": "aud --production",
48+
"posttest": "npx npm@'>=10.2' audit --production",
5049
"version": "auto-changelog && git add CHANGELOG.md",
5150
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
5251
},

0 commit comments

Comments
 (0)