diff --git a/explorer-v2/package.json b/explorer-v2/package.json index 7261f5be..31d13a09 100644 --- a/explorer-v2/package.json +++ b/explorer-v2/package.json @@ -15,7 +15,7 @@ "@fontsource/fira-mono": "^5.1.0", "@typescript-eslint/parser": "^8.16.0", "eslint": "^9.16.0", - "eslint-scope": "^8.0.0", + "eslint-scope": "^9.0.0", "esquery": "^1.6.0", "pako": "^2.1.0", "svelte": "^5.41.0", diff --git a/explorer-v2/pnpm-lock.yaml b/explorer-v2/pnpm-lock.yaml index 086c7bed..216f9b00 100644 --- a/explorer-v2/pnpm-lock.yaml +++ b/explorer-v2/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^9.16.0 version: 9.38.0 eslint-scope: - specifier: ^8.0.0 - version: 8.4.0 + specifier: ^9.0.0 + version: 9.0.0 esquery: specifier: ^1.6.0 version: 1.6.0 @@ -967,6 +967,10 @@ packages: resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-scope@9.0.0: + resolution: {integrity: sha512-+Yh0LeQKq+mW/tQArNj67tljR3L1HajDTQPuZOEwC00oBdoIDQrr89yBgjAlzAwRrY/5zDkM3v99iGHwz9y0dw==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + eslint-visitor-keys@3.4.3: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2531,6 +2535,11 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 + eslint-scope@9.0.0: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + eslint-visitor-keys@3.4.3: {} eslint-visitor-keys@4.2.1: {} diff --git a/package.json b/package.json index 421d5bda..d0d048ab 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ } }, "dependencies": { - "eslint-scope": "^8.2.0", + "eslint-scope": "^9.0.0", "eslint-visitor-keys": "^4.0.0", "espree": "^10.0.0", "postcss": "^8.4.49", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a23b94d6..087a4990 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: eslint-scope: - specifier: ^8.2.0 - version: 8.4.0 + specifier: ^9.0.0 + version: 9.0.0 eslint-visitor-keys: specifier: ^4.0.0 version: 4.2.1 @@ -1183,6 +1183,10 @@ packages: resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-scope@9.0.0: + resolution: {integrity: sha512-+Yh0LeQKq+mW/tQArNj67tljR3L1HajDTQPuZOEwC00oBdoIDQrr89yBgjAlzAwRrY/5zDkM3v99iGHwz9y0dw==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + eslint-visitor-keys@3.4.3: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3216,6 +3220,11 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 + eslint-scope@9.0.0: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + eslint-visitor-keys@3.4.3: {} eslint-visitor-keys@4.2.1: {}