Skip to content

Commit aa7060a

Browse files
committed
[Tests] replace aud with npm audit
1 parent 3a80072 commit aa7060a

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
@@ -18,7 +18,7 @@
1818
"pretest": "npm run lint",
1919
"tests-only": "nyc tape 'test/**/*.js'",
2020
"test": "npm run tests-only",
21-
"posttest": "aud --production",
21+
"posttest": "npx npm@'>= 10.2' audit --production",
2222
"version": "auto-changelog && git add CHANGELOG.md",
2323
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
2424
},
@@ -58,7 +58,6 @@
5858
"@types/node": "^20.11.25",
5959
"@types/object-inspect": "^1.8.4",
6060
"@types/tape": "^5.6.4",
61-
"aud": "^2.0.4",
6261
"auto-changelog": "^2.4.0",
6362
"available-typed-arrays": "^1.0.7",
6463
"es-value-fixtures": "^1.4.2",

0 commit comments

Comments
 (0)