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"