Skip to content

Commit

Permalink
[Tests] replace aud with npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 22, 2024
1 parent b638139 commit 73a8db9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pretest": "npm run lint",
"tests-only": "tape 'test/**/*.js'",
"test": "npm run tests-only",
"posttest": "aud --production"
"posttest": "npx npm@'>=10.2' audit --production"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
Expand All @@ -38,7 +38,6 @@
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.4",
"eslint": "=8.8.0",
"hash-test-vectors": "^1.3.2",
"object.entries": "^1.1.7",
Expand Down

0 comments on commit 73a8db9

Please sign in to comment.