From 6707afb070fefa6cc5bf65cd9b06dfabf85a4656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:03:18 +0000 Subject: [PATCH] Bump eslint from 10.6.0 to 10.7.0 Bumps [eslint](https://github.com/eslint/eslint) from 10.6.0 to 10.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.6.0...v10.7.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d54d87c..a37ffee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@rollup/plugin-node-resolve": "^16.0.3", "@shgysk8zer0/eslint-config": "^1.1.0", "@shgysk8zer0/rollup-import": "^2.1.0", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "http-server": "^14.1.1", "rollup": "^4.62.2" }, @@ -1392,9 +1392,9 @@ } }, "node_modules/eslint": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", - "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.7.0.tgz", + "integrity": "sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", @@ -3288,9 +3288,9 @@ "dev": true }, "eslint": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", - "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.7.0.tgz", + "integrity": "sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.8.0", diff --git a/package.json b/package.json index 6a07449..c7ab577 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@rollup/plugin-node-resolve": "^16.0.3", "@shgysk8zer0/eslint-config": "^1.1.0", "@shgysk8zer0/rollup-import": "^2.1.0", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "http-server": "^14.1.1", "rollup": "^4.62.2" },