Skip to content

Commit a3abb73

Browse files
committed
[Tests] replace aud with npm audit
1 parent fcdcb05 commit a3abb73

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
"pretest": "npm run lint",
1717
"tests-only": "nyc tape 'test/**/*.js'",
1818
"test": "npm run tests-only",
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
},
@@ -48,7 +48,6 @@
4848
"@types/for-each": "^0.3.3",
4949
"@types/object-inspect": "^1.8.4",
5050
"@types/tape": "^5.6.4",
51-
"aud": "^2.0.4",
5251
"auto-changelog": "^2.4.0",
5352
"available-typed-arrays": "^1.0.7",
5453
"es-value-fixtures": "^1.4.2",

0 commit comments

Comments
 (0)