Skip to content

Commit 098b9c0

Browse files
committed
[Tests] replace aud with npm audit
1 parent 1420c22 commit 098b9c0

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
@@ -16,7 +16,7 @@
1616
"tests-only": "nyc tape 'test/**/*.js'",
1717
"test:harmony": "nyc node --harmony --es-staging test",
1818
"test": "npm run tests-only && npm run test:harmony",
19-
"posttest": "aud --production",
19+
"posttest": "npx npm@'>= 10.2' audit --production",
2020
"version": "auto-changelog && git add CHANGELOG.md",
2121
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
2222
},
@@ -49,7 +49,6 @@
4949
"homepage": "https://github.com/inspect-js/has-typed-arrays#readme",
5050
"devDependencies": {
5151
"@ljharb/eslint-config": "^21.0.0",
52-
"aud": "^2.0.1",
5352
"auto-changelog": "^2.4.0",
5453
"eslint": "=8.8.0",
5554
"in-publish": "^2.0.1",

0 commit comments

Comments
 (0)