From 398db1693f2134bceb4710a90b450bdf2a8e818a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 1 Nov 2022 14:44:58 -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 8c6c403..cf802c1 100644 --- a/package.json +++ b/package.json @@ -47,13 +47,14 @@ }, "homepage": "https://github.com/inspect-js/has-typed-arrays#readme", "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" }, "funding": { "url": "https://github.com/sponsors/ljharb"