diff --git a/package.json b/package.json index 56e685ec..d7d7d851 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "@eslint/compat": "^1.2.3", "@testing-library/react": "^16.0.1", "@types/eslint": "^9.6.1", - "@types/eslint-scope": "^3.7.7", + "@types/eslint-scope": "^8.3.2", "@types/jest": "^30.0.0", "@types/node": "^24.0.0", "@types/react": "^18.3.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5f1d4fc..fdfe2f06 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,8 +46,8 @@ importers: specifier: ^9.6.1 version: 9.6.1 '@types/eslint-scope': - specifier: ^3.7.7 - version: 3.7.7 + specifier: ^8.3.2 + version: 8.3.2 '@types/jest': specifier: ^30.0.0 version: 30.0.0 @@ -1673,12 +1673,18 @@ packages: '@types/eslint-scope@3.7.7': resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} + '@types/eslint-scope@8.3.2': + resolution: {integrity: sha512-ygPtnKRQjbXB6LKQ+m6SLyZDMgFeQFVNCkjUK/HivS58Ce6JBjxpVzHbE1+RS6pC5fP4FQg4qh8lvVSm2oxYZw==} + '@types/eslint@7.29.0': resolution: {integrity: sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==} '@types/eslint@9.6.1': resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} + '@types/esrecurse@4.3.1': + resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==} + '@types/estree@0.0.39': resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} @@ -10470,7 +10476,14 @@ snapshots: '@types/eslint-scope@3.7.7': dependencies: '@types/eslint': 9.6.1 - '@types/estree': 1.0.5 + '@types/estree': 1.0.8 + + '@types/eslint-scope@8.3.2': + dependencies: + '@types/eslint': 9.6.1 + '@types/esrecurse': 4.3.1 + '@types/estree': 1.0.8 + eslint-visitor-keys: 4.2.1 '@types/eslint@7.29.0': dependencies: @@ -10482,6 +10495,8 @@ snapshots: '@types/estree': 1.0.5 '@types/json-schema': 7.0.12 + '@types/esrecurse@4.3.1': {} + '@types/estree@0.0.39': {} '@types/estree@1.0.5': {}