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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-13 18:42:27 +00:00
committed by GitHub
parent 7e9e4ae0df
commit 3954f396e2
2 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -19,7 +19,7 @@
"@types/node": "^24.10.4", "@types/node": "^24.10.4",
"@types/semver": "^7.7.1", "@types/semver": "^7.7.1",
"esbuild": "^0.28.0", "esbuild": "^0.28.0",
"eslint": "^10.4.1", "eslint": "^10.5.0",
"jest": "^30.4.2", "jest": "^30.4.2",
"ts-jest": "^29.4.11", "ts-jest": "^29.4.11",
"typescript": "^6.0.3", "typescript": "^6.0.3",
@@ -3334,11 +3334,14 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "10.4.1", "version": "10.5.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz",
"integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==",
"devOptional": true, "devOptional": true,
"license": "MIT", "license": "MIT",
"workspaces": [
"packages/*"
],
"dependencies": { "dependencies": {
"@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.2", "@eslint-community/regexpp": "^4.12.2",
+1 -1
View File
@@ -28,7 +28,7 @@
"@types/node": "^24.10.4", "@types/node": "^24.10.4",
"@types/semver": "^7.7.1", "@types/semver": "^7.7.1",
"esbuild": "^0.28.0", "esbuild": "^0.28.0",
"eslint": "^10.4.1", "eslint": "^10.5.0",
"jest": "^30.4.2", "jest": "^30.4.2",
"ts-jest": "^29.4.11", "ts-jest": "^29.4.11",
"typescript": "^6.0.3", "typescript": "^6.0.3",