From 5cc0edf8670640adf4cfb72fc44795622288771b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:32:33 +0000 Subject: [PATCH] chore: bump eslint from 10.5.0 to 10.6.0 Bumps [eslint](https://github.com/eslint/eslint) from 10.5.0 to 10.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.5.0...v10.6.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad4580f..82febe8 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.5.0", + "eslint": "^10.6.0", "sinon": "^22.0.0", "sinon-chrome": "^3.0.1", "stylelint": "^17.13.0", @@ -4329,9 +4329,9 @@ } }, "node_modules/eslint": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", - "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", + "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 1d2588c..1c91471 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.5.0", + "eslint": "^10.6.0", "sinon": "^22.0.0", "sinon-chrome": "^3.0.1", "stylelint": "^17.13.0",