diff --git a/package.json b/package.json index cbeebee..f420f55 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", - "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)\")\"" }, @@ -149,7 +149,6 @@ "devDependencies": { "@es-shims/api": "^2.5.0", "@ljharb/eslint-config": "^21.1.0", - "aud": "^2.0.4", "auto-changelog": "^2.4.0", "es-value-fixtures": "^1.4.2", "eslint": "=8.8.0",