From adfb18ee26fa3ecadfdb16657a5423dda4248ca3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 1 Nov 2022 15:03:37 -0700 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `es5-shim`, `object-inspect`, `tape` --- .eslintignore | 1 - package.json | 15 ++++++++------- 2 files changed, 8 insertions(+), 8 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 a8b5659..05b18af 100644 --- a/package.json +++ b/package.json @@ -37,18 +37,19 @@ }, "homepage": "https://github.com/inspect-js/is-map#readme", "devDependencies": { - "@ljharb/eslint-config": "^20.0.0", - "aud": "^1.1.5", - "auto-changelog": "^2.3.0", + "@ljharb/eslint-config": "^21.0.0", + "aud": "^2.0.1", + "auto-changelog": "^2.4.0", "core-js": "^2.6.12", - "es5-shim": "^4.6.2", + "es5-shim": "^4.6.7", "es6-shim": "^0.35.6", - "eslint": "^8.4.0", + "eslint": "=8.8.0", "for-each": "^0.3.3", + "in-publish": "^2.0.1", "nyc": "^10.3.2", - "object-inspect": "^1.11.1", + "object-inspect": "^1.12.2", "safe-publish-latest": "^2.0.0", - "tape": "^5.3.2" + "tape": "^5.6.1" }, "auto-changelog": { "output": "CHANGELOG.md",