Skip to content

Commit

Permalink
[Tests] use npm audit instead of aud
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 30, 2024
1 parent 6eca235 commit 05a5e49
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 @@ -27,7 +27,7 @@
"prepublishOnly": "safe-publish-latest && npm run lint && npm run flow && npm run jest",
"pretest": "npm run lint:fix && npm run flow",
"test": "npm run jest",
"posttest": "aud --production",
"posttest": "npx npm@'>=10.2' audit --production",
"test:ci": "npm run jest -- --ci --runInBand",
"pretest:examples": "npm run build",
"test:examples": "npm run test-example:legacy && npm run test-example:flat-esm && npm run test-example:flat-cjs",
Expand All @@ -47,7 +47,6 @@
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
"@babel/register": "^7.24.6",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",
"babel-jest": "^24.9.0",
"babel-plugin-add-module-exports": "^1.0.4",
Expand Down

0 comments on commit 05a5e49

Please sign in to comment.