From 9473effcf6d7131b2af4cc284177ec114070e3b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:51:01 +0200 Subject: [PATCH] chore!: update dependency eslint to ^8.45.0 (#220) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 +++++------- package.json | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b19756c..ed59846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@voxpelli/tsconfig": "^8.0.0", - "eslint": "^8.42.0", + "eslint": "^8.45.0", "eslint-plugin-es-x": "^7.1.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^46.4.4", @@ -34,7 +34,7 @@ "node": ">=16.0.0" }, "peerDependencies": { - "eslint": "^8.42.0", + "eslint": "^8.45.0", "eslint-plugin-es-x": "^7.1.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^46.4.4", @@ -1306,9 +1306,9 @@ } }, "node_modules/eslint": { - "version": "8.44.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz", - "integrity": "sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==", + "version": "8.45.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.45.0.tgz", + "integrity": "sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", @@ -1336,7 +1336,6 @@ "globals": "^13.19.0", "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", @@ -1348,7 +1347,6 @@ "natural-compare": "^1.4.0", "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, "bin": { diff --git a/package.json b/package.json index 946062d..2ba9d1e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "main": "index.js", "devDependencies": { "@voxpelli/tsconfig": "^8.0.0", - "eslint": "^8.42.0", + "eslint": "^8.45.0", "eslint-plugin-es-x": "^7.1.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^46.4.4", @@ -54,7 +54,7 @@ "validate-conventional-commit": "^1.0.2" }, "peerDependencies": { - "eslint": "^8.42.0", + "eslint": "^8.45.0", "eslint-plugin-es-x": "^7.1.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^46.4.4",