Parcourir la source

chore(deps-dev): bump eslint from 10.8.1 to 10.9.1 in the eslint group (#9253)

Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint).


Updates `eslint` from 10.8.1 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.8.1...v10.9.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] il y a 5 jours
Parent
commit
c83e01f03c
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 4 4
      package-lock.json
  2. 1 1
      package.json

+ 4 - 4
package-lock.json

@@ -9,7 +9,7 @@
 			"devDependencies": {
 				"@eslint/js": "^10.0.1",
 				"@stylistic/stylelint-plugin": "^5.3.0",
-				"eslint": "^10.8.1",
+				"eslint": "^10.9.1",
 				"globals": "^17.11.0",
 				"markdownlint-cli2": "^0.23.2",
 				"neostandard": "^0.14.0-next.1",
@@ -1368,9 +1368,9 @@
 			}
 		},
 		"node_modules/eslint": {
-			"version": "10.8.1",
-			"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.1.tgz",
-			"integrity": "sha512-wqA7W2jbsC/BnV9Iv1UZpKVFkO1AdNoSmYW8NWG4HNOBbkAMvIqDZ27pI2f07dqn583NcIC44ckjAcOXDL1QbQ==",
+			"version": "10.9.1",
+			"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.1.tgz",
+			"integrity": "sha512-9VaAkDURekixUQJy0oJYl2DcN6oKMfxay7XzaGYAWQwsb6qfKf+x76R2k1L8kb1boc+FyCAaTA9GmiKaaiaF+A==",
 			"dev": true,
 			"license": "MIT",
 			"workspaces": [

+ 1 - 1
package.json

@@ -34,7 +34,7 @@
 		"fix": "npm run eslint_fix && npm run stylelint_fix && npm run rtlcss && npm run markdownlint_fix"
 	},
 	"devDependencies": {
-		"eslint": "^10.8.1",
+		"eslint": "^10.9.1",
 		"@eslint/js": "^10.0.1",
 		"globals": "^17.11.0",
 		"markdownlint-cli2": "^0.23.2",