diff --git a/package.json b/package.json index 1714533..6a4985e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/node": "26.1.0", "@typescript-eslint/eslint-plugin": "8.61.0", "@typescript-eslint/parser": "8.63.0", - "eslint": "10.6.0", + "eslint": "10.7.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-jest": "29.15.4", "husky": "9.1.7", diff --git a/yarn.lock b/yarn.lock index 7dd1c07..eca43a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1967,10 +1967,10 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be" integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA== -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== +eslint@10.7.0: + version "10.7.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.7.0.tgz#cd3b8022f3b1e3b183760d90dfc58e9d3644106b" + integrity sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ== dependencies: "@eslint-community/eslint-utils" "^4.8.0" "@eslint-community/regexpp" "^4.12.2"