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 Dec 6, 2024
1 parent 3a8e84b commit f6093ff
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 @@ -19,7 +19,7 @@
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only",
"posttest": "aud --production",
"posttest": "npx npm@'>= 10.2' audit --production",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
Expand Down Expand Up @@ -51,7 +51,6 @@
"@types/get-intrinsic": "^1.2.2",
"@types/gopd": "^1.0.3",
"@types/tape": "^5.6.4",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",
"eslint": "^8.8.0",
"evalmd": "^0.0.19",
Expand Down

0 comments on commit f6093ff

Please sign in to comment.