Skip to content

Commit a7c11a5

Browse files
committed
[Tests] replace aud with npm audit
1 parent 058bb63 commit a7c11a5

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
@@ -19,7 +19,7 @@
1919
"pretest": "npm run lint",
2020
"tests-only": "nyc tape 'test/**/*.js'",
2121
"test": "npm run tests-only",
22-
"posttest": "aud --production",
22+
"posttest": "npx npm@'>= 10.2' audit --production",
2323
"version": "auto-changelog && git add CHANGELOG.md",
2424
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
2525
},
@@ -61,7 +61,6 @@
6161
"@types/for-each": "^0.3.3",
6262
"@types/object-inspect": "^1.8.4",
6363
"@types/tape": "^5.6.4",
64-
"aud": "^2.0.4",
6564
"auto-changelog": "^2.4.0",
6665
"es-value-fixtures": "^1.4.2",
6766
"eslint": "=8.8.0",

0 commit comments

Comments
 (0)