diff --git a/package.json b/package.json index 2e01a022..e6eb594e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@vue/eslint-config-typescript": "^14.9.0", "@vue/test-utils": "2.4.6", "cypress": "^15.18.0", - "eslint": "^10.5.0", + "eslint": "^10.6.0", "eslint-plugin-cypress": "^6.4.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-vue": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index 8f99ed39..5c270169 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1887,10 +1887,10 @@ eslint-visitor-keys@^4.2.1: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== -eslint@^10.5.0: - version "10.5.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.5.0.tgz#5fca69d6b41fe7e00ba22d4100b2e44efe439ad5" - integrity sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ== +eslint@^10.6.0: + version "10.6.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.6.0.tgz#e1b4059c582be950c7088c9b55f984738b243c27" + integrity sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg== dependencies: "@eslint-community/eslint-utils" "^4.8.0" "@eslint-community/regexpp" "^4.12.2"