From 5a341e6c921960c4ee20ef80443fa87d4ab60b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:16:48 +0000 Subject: [PATCH] chore: 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 4e2e2b7..45a5da0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@freaktechnik/eslint-config-test": "^13.0.0", "ava": "^8.0.1", "c8": "^11.0.0", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "sinon": "^22.0.0", "sinon-chrome": "^3.0.1", "stylelint": "^17.14.0", @@ -4303,9 +4303,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, "license": "MIT", "workspaces": [ @@ -4400,9 +4400,9 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.13.0.tgz", - "integrity": "sha512-bLohSkT6469rRs8czj0tLTD8vaeIS/whvPRJVjDr7IuoTT1k5DYDERlNycjDj/HkOlvQdYurmfZ/g3fG5bgeLQ==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.14.0.tgz", + "integrity": "sha512-W2WCRZ9Dqntd+2u8jJcVMV2PKulc6RdLgUUoh/yQr3uB6lo/ZOeGx11sv60/8S4QFFKNslAlWhr9u0Ef7ZW6Ig==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 00d8045..e4c94ad 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@freaktechnik/eslint-config-test": "^13.0.0", "ava": "^8.0.1", "c8": "^11.0.0", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "sinon": "^22.0.0", "sinon-chrome": "^3.0.1", "stylelint": "^17.14.0",