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 9, 2024
1 parent d9c7ef1 commit a2306e7
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 @@ -13,7 +13,7 @@
"postlint": "npm run type-check",
"pretest": "npm run lint",
"test": "npm run unit-test",
"posttest": "aud --production",
"posttest": "npx npm@'>= 10.2' audit --production",
"type-check": "tsc",
"unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js tests/flat-config.js",
"update:eslint-docs": "eslint-doc-generator"
Expand Down Expand Up @@ -55,7 +55,6 @@
"@types/estree": "0.0.52",
"@types/node": "^4.9.5",
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
"aud": "^2.0.5",
"babel-eslint": "^8 || ^9 || ^10.1.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down

0 comments on commit a2306e7

Please sign in to comment.