diff --git a/package.json b/package.json index 190da38..99693e0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "pretest": "npm run lint", "tests-only": "tape 'test/**/*.js'", "test": "npm run tests-only", - "posttest": "aud --production" + "posttest": "npx npm@'>=10.2' audit --production" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -38,7 +38,6 @@ }, "devDependencies": { "@ljharb/eslint-config": "^21.1.0", - "aud": "^2.0.4", "eslint": "=8.8.0", "hash-test-vectors": "^1.3.2", "object.entries": "^1.1.7",