From 8ca47dcbab9210716b0085f03771c8bb60a83c15 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 20 Dec 2023 15:26:24 -0800 Subject: [PATCH] [Dev Deps] update `@ljharb/eslint-config`, `aud`, `npmignore`, `tape` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bba353b..eb9d2df 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,14 @@ "test": "test" }, "devDependencies": { - "@ljharb/eslint-config": "^21.0.0", - "aud": "^2.0.1", + "@ljharb/eslint-config": "^21.1.0", + "aud": "^2.0.4", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "in-publish": "^2.0.1", - "npmignore": "^0.3.0", + "npmignore": "^0.3.1", "safe-publish-latest": "^2.0.0", - "tape": "^5.6.1" + "tape": "^5.7.2" }, "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated",