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": { "devDependencies": {
"@eslint/js": "10.0.1", "@eslint/js": "10.0.1",
"eslint": "10.4.1", "eslint": "10.6.0",
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.6", "eslint-plugin-prettier": "5.5.6",
"globals": "17.7.0", "globals": "17.7.0",
@@ -1165,11 +1165,14 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "10.4.1", "version": "10.6.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz",
"integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==",
"dev": true, "dev": 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
@@ -21,7 +21,7 @@
], ],
"devDependencies": { "devDependencies": {
"@eslint/js": "10.0.1", "@eslint/js": "10.0.1",
"eslint": "10.4.1", "eslint": "10.6.0",
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.6", "eslint-plugin-prettier": "5.5.6",
"globals": "17.7.0", "globals": "17.7.0",