Skip to content

Commit 99b62d1

Browse files
committed
[Tests] replace aud with npm audit
1 parent 6180b31 commit 99b62d1

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
@@ -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
},
@@ -52,7 +52,6 @@
5252
"@types/get-intrinsic": "^1.2.2",
5353
"@types/object-inspect": "^1.8.4",
5454
"@types/tape": "^5.6.4",
55-
"aud": "^2.0.4",
5655
"auto-changelog": "^2.4.0",
5756
"available-typed-arrays": "^1.0.7",
5857
"es-value-fixtures": "^1.4.2",

0 commit comments

Comments
 (0)