From 70abff788bb0156f300a09c2f5cc7d30d5618184 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 1 Nov 2022 16:48:34 -0700 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` --- .eslintignore | 1 - package.json | 11 ++++++----- 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 404abb2..0000000 --- a/.eslintignore +++ /dev/null @@ -1 +0,0 @@ -coverage/ diff --git a/package.json b/package.json index d0aa3d9..feb86fc 100644 --- a/package.json +++ b/package.json @@ -38,13 +38,14 @@ "-0" ], "devDependencies": { - "@ljharb/eslint-config": "^20.0.0", - "aud": "^1.1.5", - "auto-changelog": "^2.3.0", - "eslint": "^8.4.1", + "@ljharb/eslint-config": "^21.0.0", + "aud": "^2.0.1", + "auto-changelog": "^2.4.0", + "eslint": "=8.8.0", + "in-publish": "^2.0.1", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", - "tape": "^5.3.2" + "tape": "^5.6.1" }, "testling": { "files": "test/index.js",