Skip to content

Commit

Permalink
[Tests] switch to npm audit from aud
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 7, 2024
1 parent 3ce3cdf commit b82e7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"pretest": "npm run lint",
"test": "npm run tests-only && npm run test:ses",
"test:ses": "node test/ses-compat",
"posttest": "aud --production",
"posttest": "npx npm@'>= 10.2' audit --production",
"tests-only": "nyc node --stack-size=5120 test",
"lint": "eslint .",
"eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')"
Expand Down

0 comments on commit b82e7c4

Please sign in to comment.