Skip to content

Commit 4b23431

Browse files
committed
[Tests] replace aud with npm audit
1 parent aa8ded7 commit 4b23431

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
@@ -21,7 +21,7 @@
2121
"tests-only": "nyc tape 'test/**/*.js'",
2222
"test:harmony": "nyc node --harmony --es-staging test",
2323
"test": "npm run tests-only && npm run test:harmony",
24-
"posttest": "aud --production",
24+
"posttest": "npx npm@\">= 10.2\" audit --production",
2525
"version": "auto-changelog && git add CHANGELOG.md",
2626
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
2727
},
@@ -63,7 +63,6 @@
6363
"@types/isarray": "^2.0.2",
6464
"@types/tape": "^5.6.4",
6565
"array.prototype.every": "^1.1.5",
66-
"aud": "^2.0.4",
6766
"auto-changelog": "^2.4.0",
6867
"eslint": "=8.8.0",
6968
"evalmd": "^0.0.19",

0 commit comments

Comments
 (0)