Merge pull request #256 from jwetzell/dependabot/npm_and_yarn/eslint-10.6.0

Bump eslint from 10.4.1 to 10.6.0
This commit is contained in:
Joel Wetzell
2026-07-09 13:54:03 -05:00
committed by GitHub
2 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -12,7 +12,7 @@
],
"devDependencies": {
"@eslint/js": "10.0.1",
"eslint": "10.4.1",
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.6",
"globals": "17.7.0",
@@ -1165,11 +1165,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.6.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz",
"integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==",
"dev": true,
"license": "MIT",
"workspaces": [
"packages/*"
],
"dependencies": {
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.2",
+1 -1
View File
@@ -21,7 +21,7 @@
],
"devDependencies": {
"@eslint/js": "10.0.1",
"eslint": "10.4.1",
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.6",
"globals": "17.7.0",