We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aud
npm audit
1 parent a280582 commit 22fb720Copy full SHA for 22fb720
package.json
@@ -11,7 +11,6 @@
11
},
12
"devDependencies": {
13
"@ljharb/eslint-config": "^21.1.0",
14
- "aud": "^2.0.4",
15
"auto-changelog": "^2.4.0",
16
"eslint": "=8.8.0",
17
"in-publish": "^2.0.1",
@@ -27,7 +26,7 @@
27
26
"pretest": "npm run lint",
28
"tests-only": "tape 'test/**/*.js'",
29
"test": "npm run tests-only",
30
- "posttest": "aud --production",
+ "posttest": "npx npm@'>= 10.2' audit --production",
31
"version": "auto-changelog && git add CHANGELOG.md",
32
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
33
0 commit comments