Skip to content

Commit 1f6d4de

Browse files
committed
[Tests] replace aud with npm audit
1 parent 33ede20 commit 1f6d4de

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
@@ -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
},
@@ -34,7 +34,6 @@
3434
"devDependencies": {
3535
"@es-shims/api": "^2.5.0",
3636
"@ljharb/eslint-config": "^21.1.1",
37-
"aud": "^2.0.4",
3837
"auto-changelog": "^2.4.0",
3938
"eslint": "=8.8.0",
4039
"functions-have-names": "^1.2.3",

0 commit comments

Comments
 (0)