From 6d93224bbb846659355c3364fac74b0c5a2cc4cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:02:48 +0000 Subject: [PATCH] build(deps-dev): bump eslint from 10.4.1 to 10.5.0 Bumps [eslint](https://github.com/eslint/eslint) from 10.4.1 to 10.5.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.4.1...v10.5.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index adc62cc47..eec1cc79b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "@semantic-release/git": "^10.0.1", "commitizen": "^4.3.1", "cz-git": "^1.13.1", - "eslint": "10.4.1", + "eslint": "10.5.0", "eslint-config-prettier": "^10.1.8", "globals": "^17.6.0", "husky": "^9.1.7", @@ -7909,11 +7909,14 @@ } }, "node_modules/eslint": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", - "integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", + "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", "dev": true, "license": "MIT", + "workspaces": [ + "packages/*" + ], "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", diff --git a/package.json b/package.json index 7ecdf75a2..d12d63c05 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@semantic-release/git": "^10.0.1", "commitizen": "^4.3.1", "cz-git": "^1.13.1", - "eslint": "10.4.1", + "eslint": "10.5.0", "eslint-config-prettier": "^10.1.8", "globals": "^17.6.0", "husky": "^9.1.7",