From 64ce191a0603f10017854cb7dc5629da2b5fca6b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 12 Dec 2024 22:05:12 -0800 Subject: [PATCH] [Tests] replace `aud` with `npm audit` --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a05d92..a06ad39 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint": "eslint .", "tests-only": "nyc tape 'test/**/*.js'", "test": "npm run tests-only", - "posttest": "aud --production" + "posttest": "npx npm@'>= 10.2' audit --production" }, "repository": { "type": "git", @@ -42,7 +42,6 @@ }, "devDependencies": { "@ljharb/eslint-config": "^21.1.0", - "aud": "^2.0.4", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "for-each": "^0.3.3",