Skip to content

Commit 512b59d

Browse files
committed
[Tests] replace aud with npm audit
1 parent 10b0823 commit 512b59d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: package.json

+1-2
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
},
@@ -76,7 +76,6 @@
7676
"@types/make-generator-function": "^2.0.3",
7777
"@types/object-inspect": "^1.8.4",
7878
"@types/tape": "^5.6.4",
79-
"aud": "^2.0.4",
8079
"auto-changelog": "^2.4.0",
8180
"eslint": "=8.8.0",
8281
"evalmd": "^0.0.19",

0 commit comments

Comments
 (0)