diff --git a/package.json b/package.json index 11ba5c3..f1a2ea2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "tests-only": "nyc tape 'test/**/*.js'", "test:harmony": "nyc node --harmony --es-staging test", "test": "npm run tests-only && npm run test:harmony", - "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)\")\"" }, @@ -49,7 +49,6 @@ "homepage": "https://github.com/inspect-js/has-typed-arrays#readme", "devDependencies": { "@ljharb/eslint-config": "^21.0.0", - "aud": "^2.0.1", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "in-publish": "^2.0.1",