Skip to content

Commit 0d9aee3

Browse files
committed
[Tests] replace aud with npm audit
1 parent ca29c46 commit 0d9aee3

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
"postlint": "tsc -p . && attw -P",
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
},
@@ -75,7 +75,6 @@
7575
"@types/make-generator-function": "^2.0.3",
7676
"@types/object-inspect": "^1.8.4",
7777
"@types/tape": "^5.6.4",
78-
"aud": "^2.0.4",
7978
"auto-changelog": "^2.4.0",
8079
"available-typed-arrays": "^1.0.7",
8180
"eslint": "=8.8.0",

0 commit comments

Comments
 (0)