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 Nov 27, 2024
1 parent bf446c8 commit 6fbada9
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 @@ -29,7 +29,7 @@
"test": "npm run tests-only && npm run test:harmony",
"tests-only": "nyc tape test",
"test:harmony": "nyc node --harmony --es-staging test",
"posttest": "aud --production",
"posttest": "npx npm@'>=10.2' audit --production",
"lint": "eslint --ext=js,mjs .",
"postlint": "tsc -p . && attw -P",
"version": "auto-changelog && git add CHANGELOG.md",
Expand Down Expand Up @@ -78,7 +78,6 @@
"@types/make-generator-function": "^2.0.3",
"@types/node": "^20.11.25",
"@types/tape": "^5.6.4",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
Expand Down

0 comments on commit 6fbada9

Please sign in to comment.