Skip to content

Commit c9a6694

Browse files
committed
[Tests] use npm audit instead of aud
1 parent f90cc35 commit c9a6694

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
@@ -37,7 +37,6 @@
3737
"@browserify/envify": "^6.0.0",
3838
"@browserify/uglifyify": "^6.0.0",
3939
"@ljharb/eslint-config": "^21.1.1",
40-
"aud": "^2.0.4",
4140
"browserify": "^16.5.2",
4241
"bundle-collapser": "^1.4.0",
4342
"common-shakeify": "~1.0.0",
@@ -72,7 +71,7 @@
7271
"pretest": "npm run --silent readme && npm run --silent lint",
7372
"test": "npm run tests-only",
7473
"tests-only": "nyc tape 'test/**/*.js'",
75-
"posttest": "aud --production",
74+
"posttest": "npx npm@'>=10.2' audit --production",
7675
"readme": "evalmd README.md",
7776
"postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
7877
"lint": "eslint --ext=js,mjs .",

0 commit comments

Comments
 (0)