This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/eslint-3515529389
in repository https://gitbox.apache.org/repos/asf/airflow.git
commit e4f5025a7d65b9ee07678711137000867c7dc5d5
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 20 16:56:29 2026 +0000
chore(deps-dev): bump the eslint group across 1 directory with 6 updates
Bumps the eslint group with 6 updates in the /airflow-core/src/airflow/ui
directory:
| Package | From | To |
| --- | --- | --- |
|
[@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) |
`1.2.9` | `2.0.2` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) |
`9.39.1` | `10.0.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.1` | `10.0.2` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) |
`2.21.0` | `3.1.1` |
|
[eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist)
| `4.15.1` | `5.6.0` |
|
[eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)
| `55.0.0` | `63.0.0` |
Updates `@eslint/compat` from 1.2.9 to 2.0.2
- [Release notes](https://github.com/eslint/rewrite/releases)
-
[Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
-
[Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.2/packages/compat)
Updates `@eslint/js` from 9.39.1 to 10.0.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js)
Updates `eslint` from 9.39.1 to 10.0.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.39.1...v10.0.2)
Updates `eslint-plugin-jsonc` from 2.21.0 to 3.1.1
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
-
[Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.21.0...v3.1.1)
Updates `eslint-plugin-perfectionist` from 4.15.1 to 5.6.0
- [Release
notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
-
[Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
-
[Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.15.1...v5.6.0)
Updates `eslint-plugin-unicorn` from 55.0.0 to 63.0.0
- [Release
notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
-
[Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v55.0.0...v63.0.0)
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-version: 2.0.2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: eslint
- dependency-name: "@eslint/js"
dependency-version: 10.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: eslint
- dependency-name: eslint
dependency-version: 10.0.2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: eslint
- dependency-name: eslint-plugin-jsonc
dependency-version: 3.1.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: eslint
- dependency-name: eslint-plugin-perfectionist
dependency-version: 5.6.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: eslint
- dependency-name: eslint-plugin-unicorn
dependency-version: 63.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <[email protected]>
---
airflow-core/src/airflow/ui/package.json | 12 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 867 +++++++++++------------------
2 files changed, 317 insertions(+), 562 deletions(-)
diff --git a/airflow-core/src/airflow/ui/package.json
b/airflow-core/src/airflow/ui/package.json
index 7425e1434c3..768c0b21816 100644
--- a/airflow-core/src/airflow/ui/package.json
+++ b/airflow-core/src/airflow/ui/package.json
@@ -70,8 +70,8 @@
},
"devDependencies": {
"@7nohe/openapi-react-query-codegen": "^1.6.2",
- "@eslint/compat": "^1.2.9",
- "@eslint/js": "^9.39.1",
+ "@eslint/compat": "^2.0.3",
+ "@eslint/js": "^10.0.1",
"@playwright/test": "^1.58.2",
"@stylistic/eslint-plugin": "^2.13.0",
"@tanstack/eslint-plugin-query": "^5.91.4",
@@ -89,17 +89,17 @@
"@vitejs/plugin-react-swc": "^4.2.3",
"@vitest/coverage-v8": "^3.2.4",
"babel-plugin-react-compiler": "^1.0.0",
- "eslint": "^9.39.1",
+ "eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-i18next": "^6.1.3",
- "eslint-plugin-jsonc": "^2.21.0",
+ "eslint-plugin-jsonc": "^3.1.2",
"eslint-plugin-jsx-a11y": "^6.10.2",
- "eslint-plugin-perfectionist": "^4.12.3",
+ "eslint-plugin-perfectionist": "^5.6.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
- "eslint-plugin-unicorn": "^55.0.0",
+ "eslint-plugin-unicorn": "^63.0.0",
"globals": "^15.15.0",
"happy-dom": "^20.8.3",
"jsonc-eslint-parser": "^2.4.0",
diff --git a/airflow-core/src/airflow/ui/pnpm-lock.yaml
b/airflow-core/src/airflow/ui/pnpm-lock.yaml
index 3c6bb3da398..75aa9b89cad 100644
--- a/airflow-core/src/airflow/ui/pnpm-lock.yaml
+++ b/airflow-core/src/airflow/ui/pnpm-lock.yaml
@@ -149,20 +149,20 @@ importers:
specifier: ^1.6.2
version:
1.6.2([email protected])([email protected])([email protected])([email protected])([email protected])
'@eslint/compat':
- specifier: ^1.2.9
- version: 1.2.9([email protected]([email protected]))
+ specifier: ^2.0.3
+ version: 2.0.3([email protected]([email protected]))
'@eslint/js':
- specifier: ^9.39.1
- version: 9.39.1
+ specifier: ^10.0.1
+ version: 10.0.1([email protected]([email protected]))
'@playwright/test':
specifier: ^1.58.2
version: 1.58.2
'@stylistic/eslint-plugin':
specifier: ^2.13.0
- version: 2.13.0([email protected]([email protected]))([email protected])
+ version: 2.13.0([email protected]([email protected]))([email protected])
'@tanstack/eslint-plugin-query':
specifier: ^5.91.4
- version: 5.91.4([email protected]([email protected]))([email protected])
+ version: 5.91.4([email protected]([email protected]))([email protected])
'@testing-library/jest-dom':
specifier: ^6.9.1
version: 6.9.1
@@ -186,13 +186,13 @@ importers:
version: 15.5.13
'@typescript-eslint/eslint-plugin':
specifier: ^8.56.1
- version:
8.56.1(@typescript-eslint/[email protected]([email protected]([email protected]))([email protected]))([email protected]([email protected]))([email protected])
+ version:
8.56.1(@typescript-eslint/[email protected]([email protected]([email protected]))([email protected]))([email protected]([email protected]))([email protected])
'@typescript-eslint/parser':
specifier: ^8.56.1
- version: 8.56.1([email protected]([email protected]))([email protected])
+ version: 8.56.1([email protected]([email protected]))([email protected])
'@typescript-eslint/utils':
specifier: ^8.56.1
- version: 8.56.1([email protected]([email protected]))([email protected])
+ version: 8.56.1([email protected]([email protected]))([email protected])
'@vitejs/plugin-react':
specifier: ^5.1.4
version:
5.1.4([email protected](@types/[email protected])([email protected])([email protected]))
@@ -206,38 +206,38 @@ importers:
specifier: ^1.0.0
version: 1.0.0
eslint:
- specifier: ^9.39.1
- version: 9.39.1([email protected])
+ specifier: ^10.0.3
+ version: 10.0.3([email protected])
eslint-config-prettier:
specifier: ^10.1.8
- version: 10.1.8([email protected]([email protected]))
+ version: 10.1.8([email protected]([email protected]))
eslint-plugin-i18next:
specifier: ^6.1.3
version: 6.1.3
eslint-plugin-jsonc:
- specifier: ^2.21.0
- version: 2.21.0([email protected]([email protected]))
+ specifier: ^3.1.2
+ version: 3.1.2([email protected]([email protected]))
eslint-plugin-jsx-a11y:
specifier: ^6.10.2
- version: 6.10.2([email protected]([email protected]))
+ version: 6.10.2([email protected]([email protected]))
eslint-plugin-perfectionist:
- specifier: ^4.12.3
- version: 4.15.1([email protected]([email protected]))([email protected])
+ specifier: ^5.6.0
+ version: 5.6.0([email protected]([email protected]))([email protected])
eslint-plugin-prettier:
specifier: ^5.5.5
- version:
5.5.5([email protected]([email protected]([email protected])))([email protected]([email protected]))([email protected])
+ version:
5.5.5([email protected]([email protected]([email protected])))([email protected]([email protected]))([email protected])
eslint-plugin-react:
specifier: ^7.37.5
- version: 7.37.5([email protected]([email protected]))
+ version: 7.37.5([email protected]([email protected]))
eslint-plugin-react-hooks:
specifier: ^7.0.1
- version: 7.0.1([email protected]([email protected]))
+ version: 7.0.1([email protected]([email protected]))
eslint-plugin-react-refresh:
specifier: ^0.5.2
- version: 0.5.2([email protected]([email protected]))
+ version: 0.5.2([email protected]([email protected]))
eslint-plugin-unicorn:
- specifier: ^55.0.0
- version: 55.0.0([email protected]([email protected]))
+ specifier: ^63.0.0
+ version: 63.0.0([email protected]([email protected]))
globals:
specifier: ^15.15.0
version: 15.15.0
@@ -264,7 +264,7 @@ importers:
version: 5.9.3
typescript-eslint:
specifier: ^8.56.1
- version: 8.56.1([email protected]([email protected]))([email protected])
+ version: 8.56.1([email protected]([email protected]))([email protected])
vite:
specifier: ^7.3.1
version: 7.3.1(@types/[email protected])([email protected])([email protected])
@@ -415,14 +415,6 @@ packages:
resolution: {integrity:
sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
engines: {node: '>=6.9.0'}
- '@babel/[email protected]':
- resolution: {integrity:
sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
- engines: {node: '>=6.9.0'}
-
- '@babel/[email protected]':
- resolution: {integrity:
sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
- engines: {node: '>=6.9.0'}
-
'@babel/[email protected]':
resolution: {integrity:
sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
engines: {node: '>=6.9.0'}
@@ -474,6 +466,10 @@ packages:
resolution: {integrity:
sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
engines: {node: '>=6.9.0'}
+ '@babel/[email protected]':
+ resolution: {integrity:
sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==}
+ engines: {node: '>=6.9.0'}
+
'@babel/[email protected]':
resolution: {integrity:
sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
engines: {node: '>=6.9.0'}
@@ -724,68 +720,53 @@ packages:
cpu: [x64]
os: [win32]
- '@eslint-community/[email protected]':
- resolution: {integrity:
sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- peerDependencies:
- eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
-
- '@eslint-community/[email protected]':
- resolution: {integrity:
sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- peerDependencies:
- eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
-
'@eslint-community/[email protected]':
resolution: {integrity:
sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
- '@eslint-community/[email protected]':
- resolution: {integrity:
sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
- engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
-
'@eslint-community/[email protected]':
resolution: {integrity:
sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/[email protected]':
- resolution: {integrity:
sha512-gCdSY54n7k+driCadyMNv8JSPzYLeDVM/ikZRtvtROBpRdFSkS8W9A82MqsaY7lZuwL0wiapgD0NT1xT0hyJsA==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@eslint/[email protected]':
+ resolution: {integrity:
sha512-SjIJhGigp8hmd1YGIBwh7Ovri7Kisl42GYFjrOyHhtfYGGoLW6teYi/5p8W50KSsawUPpuLOSmsq1bD0NGQLBw==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
peerDependencies:
- eslint: ^9.10.0
+ eslint: ^8.40 || 9 || 10
peerDependenciesMeta:
eslint:
optional: true
- '@eslint/[email protected]':
- resolution: {integrity:
sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@eslint/[email protected]':
- resolution: {integrity:
sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@eslint/[email protected]':
+ resolution: {integrity:
sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
- '@eslint/[email protected]':
- resolution: {integrity:
sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@eslint/[email protected]':
+ resolution: {integrity:
sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
- '@eslint/[email protected]':
- resolution: {integrity:
sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@eslint/[email protected]':
+ resolution: {integrity:
sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
- '@eslint/[email protected]':
- resolution: {integrity:
sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@eslint/[email protected]':
+ resolution: {integrity:
sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
+ peerDependencies:
+ eslint: ^10.0.0
+ peerDependenciesMeta:
+ eslint:
+ optional: true
- '@eslint/[email protected]':
- resolution: {integrity:
sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@eslint/[email protected]':
+ resolution: {integrity:
sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
- '@eslint/[email protected]':
- resolution: {integrity:
sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@eslint/[email protected]':
+ resolution: {integrity:
sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
'@floating-ui/[email protected]':
resolution: {integrity:
sha512-azI0DrjMMfIug/ExbBaeDVJXcY0a7EPvPjb2xAJPa4HeimBX+Z18HK8QQR3jb6356SnDDdxx+hinMLcJEDdOjw==}
@@ -820,20 +801,16 @@ packages:
resolution: {integrity:
sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
engines: {node: '>=18.18.0'}
- '@humanfs/[email protected]':
- resolution: {integrity:
sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==}
+ '@humanfs/[email protected]':
+ resolution: {integrity:
sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==}
engines: {node: '>=18.18.0'}
'@humanwhocodes/[email protected]':
resolution: {integrity:
sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
engines: {node: '>=12.22'}
- '@humanwhocodes/[email protected]':
- resolution: {integrity:
sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
- engines: {node: '>=18.18'}
-
- '@humanwhocodes/[email protected]':
- resolution: {integrity:
sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==}
+ '@humanwhocodes/[email protected]':
+ resolution: {integrity:
sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
engines: {node: '>=18.18'}
'@inquirer/[email protected]':
@@ -958,6 +935,10 @@ packages:
'@open-draft/[email protected]':
resolution: {integrity:
sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==}
+ '@ota-meshi/[email protected]':
+ resolution: {integrity:
sha512-XRO0zi2NIUKq2lUk3T1ecFSld1fMWRKE6naRFGkgkdeosx7IslyUKNv5Dcb5PJTja9tHJoFu0v/7yEpAkrkrTg==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
+
'@pandacss/[email protected]':
resolution: {integrity:
sha512-AZvpXWGyjbHc8TC+YVloQ31Z2c4j2xMvYj6UfVxuZdB5w4c9+4N8wy5R7I/XswNh8e4cfUlkvsEGDXjhJRgypw==}
@@ -965,10 +946,6 @@ packages:
resolution: {integrity:
sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
- '@pkgr/[email protected]':
- resolution: {integrity:
sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==}
- engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
-
'@pkgr/[email protected]':
resolution: {integrity:
sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
@@ -1340,12 +1317,12 @@ packages:
'@types/[email protected]':
resolution: {integrity:
sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
+ '@types/[email protected]':
+ resolution: {integrity:
sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==}
+
'@types/[email protected]':
resolution: {integrity:
sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
- '@types/[email protected]':
- resolution: {integrity:
sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
-
'@types/[email protected]':
resolution: {integrity:
sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
@@ -1373,9 +1350,6 @@ packages:
'@types/[email protected]':
resolution: {integrity:
sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==}
- '@types/[email protected]':
- resolution: {integrity:
sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
-
'@types/[email protected]':
resolution: {integrity:
sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
@@ -1451,10 +1425,6 @@ packages:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/[email protected]':
- resolution: {integrity:
sha512-+fZ3LZNeiELGmimrujsDCT4CRIbq5oXdHe7chLiW8qzqyPMnn1puNstCrMNVAqwcl2FdIxkuJ4tOs/RFDBVc/Q==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/[email protected]':
resolution: {integrity:
sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -1801,6 +1771,11 @@ packages:
engines: {node: '>=0.4.0'}
hasBin: true
+ [email protected]:
+ resolution: {integrity:
sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
+ engines: {node: '>=0.4.0'}
+ hasBin: true
+
[email protected]:
resolution: {integrity:
sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==}
@@ -1925,8 +1900,8 @@ packages:
resolution: {integrity:
sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
engines: {node: 18 || 20 || >=22}
- [email protected]:
- resolution: {integrity:
sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==}
+ [email protected]:
+ resolution: {integrity:
sha512-OZd0e2mU11ClX8+IdXe3r0dbqMEznRiT4TfbhYIbcRPZkqJ7Qwer8ij3GZAmLsRKa+II9V1v5czCkvmHH3XZBg==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -1948,19 +1923,14 @@ packages:
resolution: {integrity:
sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
- [email protected]:
- resolution: {integrity:
sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==}
- engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
- hasBin: true
-
[email protected]:
resolution: {integrity:
sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
- [email protected]:
- resolution: {integrity:
sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
- engines: {node: '>=6'}
+ [email protected]:
+ resolution: {integrity:
sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg==}
+ engines: {node: '>=18.20'}
[email protected]:
resolution: {integrity:
sha512-KDU0TvSvVdaYcQKQ6iPHATGz/7p/KiVjPg4vQrB6Jg/wX9R0yl5RZxWm9IoZqaIHD2+6PZd81+KMGwRr/lRIUg==}
@@ -1994,11 +1964,8 @@ packages:
resolution: {integrity:
sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==}
engines: {node: '>=16'}
- [email protected]:
- resolution: {integrity:
sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==}
-
- [email protected]:
- resolution: {integrity:
sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==}
+ [email protected]:
+ resolution: {integrity:
sha512-llngX0E7nQci5BPJDqoZSbuZ5Bcs9F5db7EtgfwBerX9XGtkkiO4NwfDDIRzHTTwcYC8vC7bmeUEPGrKlR/TkQ==}
[email protected]:
resolution: {integrity:
sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
@@ -2018,6 +1985,9 @@ packages:
resolution: {integrity:
sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
engines: {node: '>=10'}
+ [email protected]:
+ resolution: {integrity:
sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==}
+
[email protected]:
resolution: {integrity:
sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
@@ -2067,8 +2037,8 @@ packages:
resolution: {integrity:
sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
engines: {node: '>=18'}
- [email protected]:
- resolution: {integrity:
sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==}
+ [email protected]:
+ resolution: {integrity:
sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==}
engines: {node: '>=8'}
[email protected]:
@@ -2140,8 +2110,8 @@ packages:
resolution: {integrity:
sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
engines: {node: '>=18'}
- [email protected]:
- resolution: {integrity:
sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==}
+ [email protected]:
+ resolution: {integrity:
sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==}
[email protected]:
resolution: {integrity:
sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
@@ -2250,15 +2220,6 @@ packages:
[email protected]:
resolution: {integrity:
sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==}
- [email protected]:
- resolution: {integrity:
sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
- engines: {node: '>=6.0'}
- peerDependencies:
- supports-color: '*'
- peerDependenciesMeta:
- supports-color:
- optional: true
-
[email protected]:
resolution: {integrity:
sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
engines: {node: '>=6.0'}
@@ -2315,9 +2276,9 @@ packages:
[email protected]:
resolution: {integrity:
sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
- [email protected]:
- resolution: {integrity:
sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==}
- engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
+ [email protected]:
+ resolution: {integrity:
sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
[email protected]:
resolution: {integrity:
sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
@@ -2343,11 +2304,8 @@ packages:
[email protected]:
resolution: {integrity:
sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
- [email protected]:
- resolution: {integrity:
sha512-refir3NlutEZqlKaBLK0tzlVLe5P2wDKS7UQt/3SpibizgsRAPOsqQC3ffw1nlv3ze5gjRQZYHoPymgVZkplFA==}
-
- [email protected]:
- resolution: {integrity:
sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==}
+ [email protected]:
+ resolution: {integrity:
sha512-L2C7Q279W2D/J4PLZLk7sebOILDSWos7bMsMNN06rK482umHUrh/3lM8G7IlHFOYip2oAg5nha1rCMxr/rs6ZQ==}
[email protected]:
resolution: {integrity:
sha512-zxxR9k+rx5ktMwT/FwyLdPCrq7xN6e4VGGHH8hA01vVYKjTFik7nHOxBnAYtrgYUB1RpAiLvA1/U2YraWxyKKg==}
@@ -2424,25 +2382,19 @@ packages:
resolution: {integrity:
sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
engines: {node: '>=12'}
- [email protected]:
- resolution: {integrity:
sha512-vAUHYzue4YAa2hNACjB8HvUQj5yehAZgiClyFVVom9cP8z5NSFq3PwB/TtJslN2zAMgRX6FCFCjYBbQh71g5RQ==}
- engines: {node: '>=12'}
- peerDependencies:
- eslint: '>=6.0.0'
-
[email protected]:
resolution: {integrity:
sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
- [email protected]:
- resolution: {integrity:
sha512-YzEodbDyW8DX8bImKhAcCeu/L31Dd/70Bidx2Qex9OFUtgzXLqtfWL4Hr5fM/aCCB8QUZLuJur0S9k6UfgFkfg==}
+ [email protected]:
+ resolution: {integrity:
sha512-RbBmDFyu7FqnjE8F0ZxPNzx5UaptdeS9Uu50r7A+D7s/+FCX+ybiyViYEgFUaFIFqSWJgZRTpL5d8Kanxxl2lQ==}
engines: {node: '>=12'}
peerDependencies:
'@eslint/json': '*'
eslint: '*'
- jsonc-eslint-parser: ^2.4.0
+ jsonc-eslint-parser: ^2.4.0 || ^3.0.0
peerDependenciesMeta:
'@eslint/json':
optional: true
@@ -2451,11 +2403,11 @@ packages:
resolution: {integrity:
sha512-z/h4oBRd9wI1ET60HqcLSU6XPeAh/EPOrBBTyCdkWeMoYrWAaUVA+DOQkWTiNIyCltG4NTmy62SQisVXxoXurw==}
engines: {node: '>=18.10.0'}
- [email protected]:
- resolution: {integrity:
sha512-HttlxdNG5ly3YjP1cFMP62R4qKLxJURfBZo2gnMY+yQojZxkLyOpY1H1KRTKBmvQeSG9pIpSGEhDjE17vvYosg==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ [email protected]:
+ resolution: {integrity:
sha512-dopTxdB22iuOkgKyJCupEC5IYBItUT4J/teq1H5ddUObcaYhOURxtJElZczdcYnnKCghNU/vccuyPkliy2Wxsg==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
peerDependencies:
- eslint: '>=6.0.0'
+ eslint: '>=9.38.0'
[email protected]:
resolution: {integrity:
sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==}
@@ -2463,11 +2415,11 @@ packages:
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
- [email protected]:
- resolution: {integrity:
sha512-MHF0cBoOG0XyBf7G0EAFCuJJu4I18wy0zAoT1OHfx2o6EOx1EFTIzr2HGeuZa1kDcusoX0xJ9V7oZmaeFd773Q==}
- engines: {node: ^18.0.0 || >=20.0.0}
+ [email protected]:
+ resolution: {integrity:
sha512-pxrLrfRp5wl1Vol1fAEa/G5yTXxefTPJjz07qC7a8iWFXcOZNuWBItMQ2OtTzfQIvMq6bMyYcrzc3Wz++na55Q==}
+ engines: {node: ^20.0.0 || >=22.0.0}
peerDependencies:
- eslint: '>=8.45.0'
+ eslint: ^8.45.0 || ^9.0.0 || ^10.0.0
[email protected]:
resolution: {integrity:
sha512-hscXkbqUZ2sPithAuLm5MXL+Wph+U7wHngPBv9OMWwlP8iaflyxpjTYZkmdgB4/vPIhemRlBEoLrH7UC1n7aUw==}
@@ -2500,15 +2452,15 @@ packages:
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
- [email protected]:
- resolution: {integrity:
sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==}
- engines: {node: '>=18.18'}
+ [email protected]:
+ resolution: {integrity:
sha512-Iqecl9118uQEXYh7adylgEmGfkn5es3/mlQTLLkd4pXkIk9CTGrAbeUux+YljSa2ohXCBmQQ0+Ej1kZaFgcfkA==}
+ engines: {node: ^20.10.0 || >=21.0.0}
peerDependencies:
- eslint: '>=8.56.0'
+ eslint: '>=9.38.0'
- [email protected]:
- resolution: {integrity:
sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ [email protected]:
+ resolution: {integrity:
sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
[email protected]:
resolution: {integrity:
sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
@@ -2518,17 +2470,13 @@ packages:
resolution: {integrity:
sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- [email protected]:
- resolution: {integrity:
sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
[email protected]:
resolution: {integrity:
sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
- [email protected]:
- resolution: {integrity:
sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ [email protected]:
+ resolution: {integrity:
sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
hasBin: true
peerDependencies:
jiti: '*'
@@ -2540,9 +2488,9 @@ packages:
resolution: {integrity:
sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- [email protected]:
- resolution: {integrity:
sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ [email protected]:
+ resolution: {integrity:
sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
[email protected]:
resolution: {integrity:
sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
@@ -2553,8 +2501,8 @@ packages:
engines: {node: '>=4'}
hasBin: true
- [email protected]:
- resolution: {integrity:
sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
+ [email protected]:
+ resolution: {integrity:
sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
engines: {node: '>=0.10'}
[email protected]:
@@ -2617,9 +2565,9 @@ packages:
[email protected]:
resolution: {integrity:
sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==}
- [email protected]:
- resolution: {integrity:
sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
- engines: {node: '>=8'}
+ [email protected]:
+ resolution: {integrity:
sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==}
+ engines: {node: '>=18'}
[email protected]:
resolution: {integrity:
sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
@@ -2629,8 +2577,8 @@ packages:
resolution: {integrity:
sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
engines: {node: '>=16'}
- [email protected]:
- resolution: {integrity:
sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==}
+ [email protected]:
+ resolution: {integrity:
sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
[email protected]:
resolution: {integrity:
sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
@@ -2724,14 +2672,14 @@ packages:
resolution: {integrity:
sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
engines: {node: '>=4'}
- [email protected]:
- resolution: {integrity:
sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
- engines: {node: '>=18'}
-
[email protected]:
resolution: {integrity:
sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==}
engines: {node: '>=18'}
+ [email protected]:
+ resolution: {integrity:
sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==}
+ engines: {node: '>=18'}
+
[email protected]:
resolution: {integrity:
sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
engines: {node: '>= 0.4'}
@@ -2740,9 +2688,6 @@ packages:
resolution: {integrity:
sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
engines: {node: '>= 0.4'}
- [email protected]:
- resolution: {integrity:
sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
-
[email protected]:
resolution: {integrity:
sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ==}
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
@@ -2813,9 +2758,6 @@ packages:
[email protected]:
resolution: {integrity:
sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==}
- [email protected]:
- resolution: {integrity:
sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
-
[email protected]:
resolution: {integrity:
sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
@@ -2862,6 +2804,10 @@ packages:
resolution: {integrity:
sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
engines: {node: '>=8'}
+ [email protected]:
+ resolution: {integrity:
sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==}
+ engines: {node: '>=12'}
+
[email protected]:
resolution: {integrity:
sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==}
@@ -2908,9 +2854,9 @@ packages:
resolution: {integrity:
sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==}
engines: {node: '>= 0.4'}
- [email protected]:
- resolution: {integrity:
sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==}
- engines: {node: '>=6'}
+ [email protected]:
+ resolution: {integrity:
sha512-f4RqJKBUe5rQkJ2eJEJBXSticB3hGbN9j0yxxMQFqIW89Jp9WYFtzfTcRlstDKVUTRzSOTLKRfO9vIztenwtxA==}
+ engines: {node: '>=18.20'}
[email protected]:
resolution: {integrity:
sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
@@ -3072,10 +3018,6 @@ packages:
resolution: {integrity:
sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
hasBin: true
- [email protected]:
- resolution: {integrity:
sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
- hasBin: true
-
[email protected]:
resolution: {integrity:
sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
engines: {node: '>=4'}
@@ -3107,6 +3049,10 @@ packages:
resolution: {integrity:
sha512-uuPNLJkKN8NXAlZlQ6kmUF9qO+T6Kyd7oV4+/7yy8Jz6+MZNyhPq8EdLpdfnPVzUC8qSf1b4j1azKaGnFsjmsw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ [email protected]:
+ resolution: {integrity:
sha512-75EA7EWZExL/j+MDKQrRbdzcRI2HOkRlmUw8fZJc1ioqFEOvBsq7Rt+A6yCxOt9w/TYNpkt52gC6nm/g5tFIng==}
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
+
[email protected]:
resolution: {integrity:
sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==}
engines: {node: '>=0.10.0'}
@@ -3132,10 +3078,6 @@ packages:
[email protected]:
resolution: {integrity:
sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
- [email protected]:
- resolution: {integrity:
sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
- engines: {node: '>=8'}
-
[email protected]:
resolution: {integrity:
sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
engines: {node: '>=10'}
@@ -3143,9 +3085,6 @@ packages:
[email protected]:
resolution: {integrity:
sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
- [email protected]:
- resolution: {integrity:
sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
-
[email protected]:
resolution: {integrity:
sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==}
@@ -3419,15 +3358,9 @@ packages:
encoding:
optional: true
- [email protected]:
- resolution: {integrity:
sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
-
[email protected]:
resolution: {integrity:
sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==}
- [email protected]:
- resolution: {integrity:
sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
-
[email protected]:
resolution: {integrity:
sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
engines: {node: '>=0.10.0'}
@@ -3486,26 +3419,14 @@ packages:
resolution: {integrity:
sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
engines: {node: '>= 0.4'}
- [email protected]:
- resolution: {integrity:
sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
- engines: {node: '>=6'}
-
[email protected]:
resolution: {integrity:
sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
engines: {node: '>=10'}
- [email protected]:
- resolution: {integrity:
sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
- engines: {node: '>=8'}
-
[email protected]:
resolution: {integrity:
sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
engines: {node: '>=10'}
- [email protected]:
- resolution: {integrity:
sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
- engines: {node: '>=6'}
-
[email protected]:
resolution: {integrity:
sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
@@ -3764,14 +3685,6 @@ packages:
resolution: {integrity:
sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
engines: {node: '>=0.10.0'}
- [email protected]:
- resolution: {integrity:
sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==}
- engines: {node: '>=8'}
-
- [email protected]:
- resolution: {integrity:
sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==}
- engines: {node: '>=8'}
-
[email protected]:
resolution: {integrity:
sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
engines: {node: '>=8.10.0'}
@@ -3798,8 +3711,8 @@ packages:
resolution: {integrity:
sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==}
engines: {node: '>= 0.4'}
- [email protected]:
- resolution: {integrity:
sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==}
+ [email protected]:
+ resolution: {integrity:
sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==}
hasBin: true
[email protected]:
@@ -3861,10 +3774,6 @@ packages:
[email protected]:
resolution: {integrity:
sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
- [email protected]:
- resolution: {integrity:
sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
- hasBin: true
-
[email protected]:
resolution: {integrity:
sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
@@ -3943,18 +3852,6 @@ packages:
[email protected]:
resolution: {integrity:
sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
- [email protected]:
- resolution: {integrity:
sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==}
-
- [email protected]:
- resolution: {integrity:
sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==}
-
- [email protected]:
- resolution: {integrity:
sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==}
-
- [email protected]:
- resolution: {integrity:
sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==}
-
[email protected]:
resolution: {integrity:
sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
@@ -4020,9 +3917,9 @@ packages:
resolution: {integrity:
sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
engines: {node: '>=8'}
- [email protected]:
- resolution: {integrity:
sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
- engines: {node: '>=8'}
+ [email protected]:
+ resolution: {integrity:
sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==}
+ engines: {node: '>=12'}
[email protected]:
resolution: {integrity:
sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==}
@@ -4048,10 +3945,6 @@ packages:
resolution: {integrity:
sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==}
engines: {node: ^14.18.0 || >=16.0.0}
- [email protected]:
- resolution: {integrity:
sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==}
- engines: {node: ^14.18.0 || >=16.0.0}
-
[email protected]:
resolution: {integrity:
sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==}
engines: {node: '>=20'}
@@ -4133,14 +4026,6 @@ packages:
resolution: {integrity:
sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
engines: {node: '>= 0.8.0'}
- [email protected]:
- resolution: {integrity:
sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==}
- engines: {node: '>=8'}
-
- [email protected]:
- resolution: {integrity:
sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==}
- engines: {node: '>=8'}
-
[email protected]:
resolution: {integrity:
sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==}
engines: {node: '>=20'}
@@ -4209,12 +4094,6 @@ packages:
[email protected]:
resolution: {integrity:
sha512-IiSk4HlzAMqTUseHHe3VhIGyuFmN90zMTpD3Z3y8jeQbzLIq500MVM7Jq2vUAnTKAFPJrqwkzr6PoTcPhGcOiw==}
- [email protected]:
- resolution: {integrity:
sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
- hasBin: true
- peerDependencies:
- browserslist: '>= 4.21.0'
-
[email protected]:
resolution: {integrity:
sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
hasBin: true
@@ -4256,9 +4135,6 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17 || ^18 || ^19 || ^19.0.0-rc
- [email protected]:
- resolution: {integrity:
sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
-
[email protected]:
resolution: {integrity:
sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
@@ -4602,13 +4478,13 @@ snapshots:
'@babel/[email protected]':
dependencies:
- '@babel/helper-validator-identifier': 7.27.1
+ '@babel/helper-validator-identifier': 7.28.5
js-tokens: 4.0.0
picocolors: 1.1.1
'@babel/[email protected]':
dependencies:
- '@babel/helper-validator-identifier': 7.27.1
+ '@babel/helper-validator-identifier': 7.28.5
js-tokens: 4.0.0
picocolors: 1.1.1
@@ -4635,7 +4511,7 @@ snapshots:
'@babel/types': 7.28.5
'@jridgewell/remapping': 2.3.5
convert-source-map: 2.0.0
- debug: 4.4.1
+ debug: 4.4.3
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
@@ -4696,7 +4572,7 @@ snapshots:
dependencies:
'@babel/compat-data': 7.28.5
'@babel/helper-validator-option': 7.27.1
- browserslist: 4.24.4
+ browserslist: 4.28.1
lru-cache: 5.1.1
semver: 6.3.1
@@ -4748,7 +4624,7 @@ snapshots:
dependencies:
'@babel/core': 7.28.5
'@babel/helper-module-imports': 7.27.1
- '@babel/helper-validator-identifier': 7.27.1
+ '@babel/helper-validator-identifier': 7.28.5
'@babel/traverse': 7.28.5
transitivePeerDependencies:
- supports-color
@@ -4772,10 +4648,6 @@ snapshots:
'@babel/[email protected]': {}
- '@babel/[email protected]': {}
-
- '@babel/[email protected]': {}
-
'@babel/[email protected]': {}
'@babel/[email protected]': {}
@@ -4818,6 +4690,8 @@ snapshots:
'@babel/[email protected]': {}
+ '@babel/[email protected]': {}
+
'@babel/[email protected]':
dependencies:
'@babel/code-frame': 7.27.1
@@ -4840,7 +4714,7 @@ snapshots:
'@babel/helper-split-export-declaration': 7.24.7
'@babel/parser': 7.26.10
'@babel/types': 7.26.10
- debug: 4.4.0
+ debug: 4.4.3
globals: 11.12.0
transitivePeerDependencies:
- supports-color
@@ -4853,7 +4727,7 @@ snapshots:
'@babel/parser': 7.28.5
'@babel/template': 7.27.2
'@babel/types': 7.28.5
- debug: 4.4.1
+ debug: 4.4.3
transitivePeerDependencies:
- supports-color
@@ -4871,13 +4745,13 @@ snapshots:
'@babel/[email protected]':
dependencies:
- '@babel/helper-validator-identifier': 7.25.9
+ '@babel/helper-validator-identifier': 7.28.5
to-fast-properties: 2.0.0
'@babel/[email protected]':
dependencies:
'@babel/helper-string-parser': 7.25.9
- '@babel/helper-validator-identifier': 7.27.1
+ '@babel/helper-validator-identifier': 7.28.5
'@babel/[email protected]':
dependencies:
@@ -5052,66 +4926,44 @@ snapshots:
'@esbuild/[email protected]':
optional: true
- '@eslint-community/[email protected]([email protected]([email protected]))':
- dependencies:
- eslint: 9.39.1([email protected])
- eslint-visitor-keys: 3.4.3
-
- '@eslint-community/[email protected]([email protected]([email protected]))':
+ '@eslint-community/[email protected]([email protected]([email protected]))':
dependencies:
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
eslint-visitor-keys: 3.4.3
- '@eslint-community/[email protected]([email protected]([email protected]))':
- dependencies:
- eslint: 9.39.1([email protected])
- eslint-visitor-keys: 3.4.3
-
- '@eslint-community/[email protected]': {}
-
'@eslint-community/[email protected]': {}
- '@eslint/[email protected]([email protected]([email protected]))':
+ '@eslint/[email protected]([email protected]([email protected]))':
+ dependencies:
+ '@eslint/core': 1.1.1
optionalDependencies:
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
- '@eslint/[email protected]':
+ '@eslint/[email protected]':
dependencies:
- '@eslint/object-schema': 2.1.7
- debug: 4.4.1
- minimatch: 3.1.5
+ '@eslint/object-schema': 3.0.3
+ debug: 4.4.3
+ minimatch: 10.2.4
transitivePeerDependencies:
- supports-color
- '@eslint/[email protected]':
+ '@eslint/[email protected]':
dependencies:
- '@eslint/core': 0.17.0
+ '@eslint/core': 1.1.1
- '@eslint/[email protected]':
+ '@eslint/[email protected]':
dependencies:
'@types/json-schema': 7.0.15
- '@eslint/[email protected]':
- dependencies:
- ajv: 6.14.0
- debug: 4.4.1
- espree: 10.4.0
- globals: 14.0.0
- ignore: 5.3.2
- import-fresh: 3.3.1
- js-yaml: 4.1.1
- minimatch: 3.1.5
- strip-json-comments: 3.1.1
- transitivePeerDependencies:
- - supports-color
-
- '@eslint/[email protected]': {}
+ '@eslint/[email protected]([email protected]([email protected]))':
+ optionalDependencies:
+ eslint: 10.0.3([email protected])
- '@eslint/[email protected]': {}
+ '@eslint/[email protected]': {}
- '@eslint/[email protected]':
+ '@eslint/[email protected]':
dependencies:
- '@eslint/core': 0.17.0
+ '@eslint/core': 1.1.1
levn: 0.4.1
'@floating-ui/[email protected]':
@@ -5151,16 +5003,14 @@ snapshots:
'@humanfs/[email protected]': {}
- '@humanfs/[email protected]':
+ '@humanfs/[email protected]':
dependencies:
'@humanfs/core': 0.19.1
- '@humanwhocodes/retry': 0.3.1
+ '@humanwhocodes/retry': 0.4.3
'@humanwhocodes/[email protected]': {}
- '@humanwhocodes/[email protected]': {}
-
- '@humanwhocodes/[email protected]': {}
+ '@humanwhocodes/[email protected]': {}
'@inquirer/[email protected]': {}
@@ -5288,13 +5138,13 @@ snapshots:
'@open-draft/[email protected]': {}
+ '@ota-meshi/[email protected]': {}
+
'@pandacss/[email protected]': {}
'@pkgjs/[email protected]':
optional: true
- '@pkgr/[email protected]': {}
-
'@pkgr/[email protected]': {}
'@playwright/[email protected]':
@@ -5380,10 +5230,10 @@ snapshots:
'@rollup/[email protected]':
optional: true
-
'@stylistic/[email protected]([email protected]([email protected]))([email protected])':
+
'@stylistic/[email protected]([email protected]([email protected]))([email protected])':
dependencies:
- '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
- eslint: 9.39.1([email protected])
+ '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
+ eslint: 10.0.3([email protected])
eslint-visitor-keys: 4.2.0
espree: 10.3.0
estraverse: 5.3.0
@@ -5449,10 +5299,10 @@ snapshots:
dependencies:
'@swc/counter': 0.1.3
-
'@tanstack/[email protected]([email protected]([email protected]))([email protected])':
+
'@tanstack/[email protected]([email protected]([email protected]))([email protected])':
dependencies:
- '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
- eslint: 9.39.1([email protected])
+ '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
+ eslint: 10.0.3([email protected])
optionalDependencies:
typescript: 5.9.3
transitivePeerDependencies:
@@ -5484,7 +5334,7 @@ snapshots:
'@testing-library/[email protected]':
dependencies:
'@babel/code-frame': 7.29.0
- '@babel/runtime': 7.28.6
+ '@babel/runtime': 7.29.2
'@types/aria-query': 5.0.4
aria-query: 5.3.0
chalk: 4.1.2
@@ -5613,11 +5463,11 @@ snapshots:
'@types/[email protected]': {}
+ '@types/[email protected]': {}
+
'@types/[email protected]':
dependencies:
- '@types/estree': 1.0.6
-
- '@types/[email protected]': {}
+ '@types/estree': 1.0.8
'@types/[email protected]': {}
@@ -5645,8 +5495,6 @@ snapshots:
dependencies:
undici-types: 7.16.0
- '@types/[email protected]': {}
-
'@types/[email protected]': {}
'@types/[email protected](@types/[email protected])':
@@ -5679,15 +5527,15 @@ snapshots:
dependencies:
'@types/node': 24.10.3
-
'@typescript-eslint/[email protected](@typescript-eslint/[email protected]([email protected]([email protected]))([email protected]))([email protected]([email protected]))([email protected])':
+
'@typescript-eslint/[email protected](@typescript-eslint/[email protected]([email protected]([email protected]))([email protected]))([email protected]([email protected]))([email protected])':
dependencies:
'@eslint-community/regexpp': 4.12.2
- '@typescript-eslint/parser':
8.56.1([email protected]([email protected]))([email protected])
+ '@typescript-eslint/parser':
8.56.1([email protected]([email protected]))([email protected])
'@typescript-eslint/scope-manager': 8.56.1
- '@typescript-eslint/type-utils':
8.56.1([email protected]([email protected]))([email protected])
- '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
+ '@typescript-eslint/type-utils':
8.56.1([email protected]([email protected]))([email protected])
+ '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
'@typescript-eslint/visitor-keys': 8.56.1
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
ignore: 7.0.5
natural-compare: 1.4.0
ts-api-utils: 2.4.0([email protected])
@@ -5695,14 +5543,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
-
'@typescript-eslint/[email protected]([email protected]([email protected]))([email protected])':
+
'@typescript-eslint/[email protected]([email protected]([email protected]))([email protected])':
dependencies:
'@typescript-eslint/scope-manager': 8.56.1
'@typescript-eslint/types': 8.56.1
'@typescript-eslint/typescript-estree': 8.56.1([email protected])
'@typescript-eslint/visitor-keys': 8.56.1
debug: 4.4.3
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
@@ -5725,20 +5573,18 @@ snapshots:
dependencies:
typescript: 5.9.3
-
'@typescript-eslint/[email protected]([email protected]([email protected]))([email protected])':
+
'@typescript-eslint/[email protected]([email protected]([email protected]))([email protected])':
dependencies:
'@typescript-eslint/types': 8.56.1
'@typescript-eslint/typescript-estree': 8.56.1([email protected])
- '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
+ '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
debug: 4.4.3
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
ts-api-utils: 2.4.0([email protected])
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/[email protected]': {}
-
'@typescript-eslint/[email protected]': {}
'@typescript-eslint/[email protected]([email protected])':
@@ -5756,13 +5602,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
-
'@typescript-eslint/[email protected]([email protected]([email protected]))([email protected])':
+
'@typescript-eslint/[email protected]([email protected]([email protected]))([email protected])':
dependencies:
- '@eslint-community/eslint-utils': 4.9.1([email protected]([email protected]))
+ '@eslint-community/eslint-utils': 4.9.1([email protected]([email protected]))
'@typescript-eslint/scope-manager': 8.56.1
'@typescript-eslint/types': 8.56.1
'@typescript-eslint/typescript-estree': 8.56.1([email protected])
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
@@ -6497,10 +6343,16 @@ snapshots:
dependencies:
acorn: 8.15.0
+ [email protected]([email protected]):
+ dependencies:
+ acorn: 8.16.0
+
[email protected]: {}
[email protected]: {}
+ [email protected]: {}
+
[email protected]:
dependencies:
fast-deep-equal: 3.1.3
@@ -6645,7 +6497,7 @@ snapshots:
[email protected]: {}
- [email protected]: {}
+ [email protected]: {}
[email protected]: {}
@@ -6666,22 +6518,15 @@ snapshots:
dependencies:
fill-range: 7.1.1
- [email protected]:
- dependencies:
- caniuse-lite: 1.0.30001707
- electron-to-chromium: 1.5.123
- node-releases: 2.0.19
- update-browserslist-db: 1.1.3([email protected])
-
[email protected]:
dependencies:
- baseline-browser-mapping: 2.10.0
- caniuse-lite: 1.0.30001777
- electron-to-chromium: 1.5.307
+ baseline-browser-mapping: 2.10.9
+ caniuse-lite: 1.0.30001780
+ electron-to-chromium: 1.5.321
node-releases: 2.0.36
update-browserslist-db: 1.2.3([email protected])
- [email protected]: {}
+ [email protected]: {}
[email protected]([email protected]):
dependencies:
@@ -6723,9 +6568,7 @@ snapshots:
[email protected]: {}
- [email protected]: {}
-
- [email protected]: {}
+ [email protected]: {}
[email protected]: {}
@@ -6753,6 +6596,8 @@ snapshots:
ansi-styles: 4.3.0
supports-color: 7.2.0
+ [email protected]: {}
+
[email protected]: {}
[email protected]: {}
@@ -6796,7 +6641,7 @@ snapshots:
[email protected]: {}
- [email protected]: {}
+ [email protected]: {}
[email protected]:
dependencies:
@@ -6850,9 +6695,9 @@ snapshots:
[email protected]: {}
- [email protected]:
+ [email protected]:
dependencies:
- browserslist: 4.24.4
+ browserslist: 4.28.1
[email protected]:
dependencies:
@@ -6972,10 +6817,6 @@ snapshots:
[email protected]: {}
- [email protected]:
- dependencies:
- ms: 2.1.3
-
[email protected]:
dependencies:
ms: 2.1.3
@@ -7020,7 +6861,7 @@ snapshots:
dependencies:
dequal: 2.0.3
- [email protected]: {}
+ [email protected]: {}
[email protected]:
dependencies:
@@ -7045,9 +6886,7 @@ snapshots:
[email protected]: {}
- [email protected]: {}
-
- [email protected]: {}
+ [email protected]: {}
[email protected]: {}
@@ -7200,42 +7039,37 @@ snapshots:
[email protected]: {}
- [email protected]([email protected]([email protected])):
- dependencies:
- eslint: 9.39.1([email protected])
- semver: 7.7.1
-
- [email protected]([email protected]([email protected])):
+ [email protected]([email protected]([email protected])):
dependencies:
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
-
[email protected]([email protected]([email protected]))([email protected]):
+
[email protected]([email protected]([email protected]))([email protected]):
dependencies:
- eslint: 9.39.1([email protected])
- esquery: 1.6.0
- jsonc-eslint-parser: 2.4.1
+ eslint: 10.0.3([email protected])
+ esquery: 1.7.0
+ jsonc-eslint-parser: 3.1.0
[email protected]:
dependencies:
lodash: 4.17.23
requireindex: 1.1.0
- [email protected]([email protected]([email protected])):
+ [email protected]([email protected]([email protected])):
dependencies:
- '@eslint-community/eslint-utils': 4.9.0([email protected]([email protected]))
- diff-sequences: 27.5.1
- eslint: 9.39.1([email protected])
- eslint-compat-utils: 0.6.5([email protected]([email protected]))
- eslint-json-compat-utils:
0.2.1([email protected]([email protected]))([email protected])
- espree: 10.4.0
- graphemer: 1.4.0
- jsonc-eslint-parser: 2.4.1
+ '@eslint-community/eslint-utils': 4.9.1([email protected]([email protected]))
+ '@eslint/core': 1.1.1
+ '@eslint/plugin-kit': 0.6.1
+ '@ota-meshi/ast-token-store': 0.3.0
+ diff-sequences: 29.6.3
+ eslint: 10.0.3([email protected])
+ eslint-json-compat-utils:
0.2.3([email protected]([email protected]))([email protected])
+ jsonc-eslint-parser: 3.1.0
natural-compare: 1.4.0
- synckit: 0.11.8
+ synckit: 0.11.12
transitivePeerDependencies:
- '@eslint/json'
- [email protected]([email protected]([email protected])):
+ [email protected]([email protected]([email protected])):
dependencies:
aria-query: 5.3.2
array-includes: 3.1.8
@@ -7245,7 +7079,7 @@ snapshots:
axobject-query: 4.1.0
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
hasown: 2.0.2
jsx-ast-utils: 3.3.5
language-tags: 1.0.9
@@ -7254,41 +7088,40 @@ snapshots:
safe-regex-test: 1.1.0
string.prototype.includes: 2.0.1
-
[email protected]([email protected]([email protected]))([email protected]):
+
[email protected]([email protected]([email protected]))([email protected]):
dependencies:
- '@typescript-eslint/types': 8.48.1
- '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
- eslint: 9.39.1([email protected])
+ '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
+ eslint: 10.0.3([email protected])
natural-orderby: 5.0.0
transitivePeerDependencies:
- supports-color
- typescript
-
[email protected]([email protected]([email protected]([email protected])))([email protected]([email protected]))([email protected]):
+
[email protected]([email protected]([email protected]([email protected])))([email protected]([email protected]))([email protected]):
dependencies:
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
prettier: 3.8.1
prettier-linter-helpers: 1.0.1
synckit: 0.11.12
optionalDependencies:
- eslint-config-prettier: 10.1.8([email protected]([email protected]))
+ eslint-config-prettier: 10.1.8([email protected]([email protected]))
- [email protected]([email protected]([email protected])):
+ [email protected]([email protected]([email protected])):
dependencies:
'@babel/core': 7.28.5
'@babel/parser': 7.28.5
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
hermes-parser: 0.25.1
zod: 4.2.1
zod-validation-error: 4.0.2([email protected])
transitivePeerDependencies:
- supports-color
- [email protected]([email protected]([email protected])):
+ [email protected]([email protected]([email protected])):
dependencies:
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
- [email protected]([email protected]([email protected])):
+ [email protected]([email protected]([email protected])):
dependencies:
array-includes: 3.1.8
array.prototype.findlast: 1.2.5
@@ -7296,7 +7129,7 @@ snapshots:
array.prototype.tosorted: 1.1.4
doctrine: 2.1.0
es-iterator-helpers: 1.2.1
- eslint: 9.39.1([email protected])
+ eslint: 10.0.3([email protected])
estraverse: 5.3.0
hasown: 2.0.2
jsx-ast-utils: 3.3.5
@@ -7310,28 +7143,30 @@ snapshots:
string.prototype.matchall: 4.0.12
string.prototype.repeat: 1.0.0
- [email protected]([email protected]([email protected])):
+ [email protected]([email protected]([email protected])):
dependencies:
- '@babel/helper-validator-identifier': 7.25.9
- '@eslint-community/eslint-utils': 4.5.1([email protected]([email protected]))
- ci-info: 4.2.0
+ '@babel/helper-validator-identifier': 7.28.5
+ '@eslint-community/eslint-utils': 4.9.1([email protected]([email protected]))
+ change-case: 5.4.4
+ ci-info: 4.4.0
clean-regexp: 1.0.0
- core-js-compat: 3.41.0
- eslint: 9.39.1([email protected])
- esquery: 1.6.0
- globals: 15.15.0
- indent-string: 4.0.0
- is-builtin-module: 3.2.1
+ core-js-compat: 3.49.0
+ eslint: 10.0.3([email protected])
+ find-up-simple: 1.0.1
+ globals: 16.5.0
+ indent-string: 5.0.0
+ is-builtin-module: 5.0.0
jsesc: 3.1.0
pluralize: 8.0.0
- read-pkg-up: 7.0.1
regexp-tree: 0.1.27
- regjsparser: 0.10.0
- semver: 7.7.1
- strip-indent: 3.0.0
+ regjsparser: 0.13.0
+ semver: 7.7.4
+ strip-indent: 4.1.1
- [email protected]:
+ [email protected]:
dependencies:
+ '@types/esrecurse': 4.3.1
+ '@types/estree': 1.0.8
esrecurse: 4.3.0
estraverse: 5.3.0
@@ -7339,33 +7174,28 @@ snapshots:
[email protected]: {}
- [email protected]: {}
-
[email protected]: {}
- [email protected]([email protected]):
- dependencies:
- '@eslint-community/eslint-utils': 4.9.0([email protected]([email protected]))
- '@eslint-community/regexpp': 4.12.1
- '@eslint/config-array': 0.21.1
- '@eslint/config-helpers': 0.4.2
- '@eslint/core': 0.17.0
- '@eslint/eslintrc': 3.3.1
- '@eslint/js': 9.39.1
- '@eslint/plugin-kit': 0.4.1
- '@humanfs/node': 0.16.6
+ [email protected]([email protected]):
+ dependencies:
+ '@eslint-community/eslint-utils': 4.9.1([email protected]([email protected]))
+ '@eslint-community/regexpp': 4.12.2
+ '@eslint/config-array': 0.23.3
+ '@eslint/config-helpers': 0.5.3
+ '@eslint/core': 1.1.1
+ '@eslint/plugin-kit': 0.6.1
+ '@humanfs/node': 0.16.7
'@humanwhocodes/module-importer': 1.0.1
- '@humanwhocodes/retry': 0.4.2
+ '@humanwhocodes/retry': 0.4.3
'@types/estree': 1.0.8
ajv: 6.14.0
- chalk: 4.1.2
cross-spawn: 7.0.6
- debug: 4.4.1
+ debug: 4.4.3
escape-string-regexp: 4.0.0
- eslint-scope: 8.4.0
- eslint-visitor-keys: 4.2.1
- espree: 10.4.0
- esquery: 1.6.0
+ eslint-scope: 9.1.2
+ eslint-visitor-keys: 5.0.1
+ espree: 11.2.0
+ esquery: 1.7.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
file-entry-cache: 8.0.0
@@ -7375,8 +7205,7 @@ snapshots:
imurmurhash: 0.1.4
is-glob: 4.0.3
json-stable-stringify-without-jsonify: 1.0.1
- lodash.merge: 4.6.2
- minimatch: 3.1.5
+ minimatch: 10.2.4
natural-compare: 1.4.0
optionator: 0.9.4
optionalDependencies:
@@ -7390,11 +7219,11 @@ snapshots:
acorn-jsx: 5.3.2([email protected])
eslint-visitor-keys: 4.2.0
- [email protected]:
+ [email protected]:
dependencies:
- acorn: 8.15.0
- acorn-jsx: 5.3.2([email protected])
- eslint-visitor-keys: 4.2.1
+ acorn: 8.16.0
+ acorn-jsx: 5.3.2([email protected])
+ eslint-visitor-keys: 5.0.1
[email protected]:
dependencies:
@@ -7404,7 +7233,7 @@ snapshots:
[email protected]: {}
- [email protected]:
+ [email protected]:
dependencies:
estraverse: 5.3.0
@@ -7452,10 +7281,7 @@ snapshots:
[email protected]: {}
- [email protected]:
- dependencies:
- locate-path: 5.0.0
- path-exists: 4.0.0
+ [email protected]: {}
[email protected]:
dependencies:
@@ -7464,10 +7290,10 @@ snapshots:
[email protected]:
dependencies:
- flatted: 3.4.1
+ flatted: 3.4.2
keyv: 4.5.4
- [email protected]: {}
+ [email protected]: {}
[email protected]: {}
@@ -7575,10 +7401,10 @@ snapshots:
[email protected]: {}
- [email protected]: {}
-
[email protected]: {}
+ [email protected]: {}
+
[email protected]:
dependencies:
define-properties: 1.2.1
@@ -7586,8 +7412,6 @@ snapshots:
[email protected]: {}
- [email protected]: {}
-
[email protected]: {}
[email protected]:
@@ -7637,7 +7461,7 @@ snapshots:
[email protected]:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.8
'@types/hast': 3.0.4
'@types/unist': 3.0.3
comma-separated-tokens: 2.0.3
@@ -7683,8 +7507,6 @@ snapshots:
dependencies:
react-is: 16.13.1
- [email protected]: {}
-
[email protected]: {}
[email protected]:
@@ -7724,6 +7546,8 @@ snapshots:
[email protected]: {}
+ [email protected]: {}
+
[email protected]: {}
[email protected]:
@@ -7777,9 +7601,9 @@ snapshots:
call-bound: 1.0.4
has-tostringtag: 1.0.2
- [email protected]:
+ [email protected]:
dependencies:
- builtin-modules: 3.3.0
+ builtin-modules: 5.0.0
[email protected]: {}
@@ -7945,8 +7769,6 @@ snapshots:
dependencies:
argparse: 2.0.1
- [email protected]: {}
-
[email protected]: {}
[email protected]: {}
@@ -7968,6 +7790,12 @@ snapshots:
espree: 9.6.1
semver: 7.7.1
+ [email protected]:
+ dependencies:
+ acorn: 8.16.0
+ eslint-visitor-keys: 5.0.1
+ semver: 7.7.4
+
[email protected]: {}
[email protected]:
@@ -7994,18 +7822,12 @@ snapshots:
[email protected]: {}
- [email protected]:
- dependencies:
- p-locate: 4.1.0
-
[email protected]:
dependencies:
p-locate: 5.0.0
[email protected]: {}
- [email protected]: {}
-
[email protected]: {}
[email protected]: {}
@@ -8427,7 +8249,7 @@ snapshots:
[email protected]:
dependencies:
- acorn: 8.15.0
+ acorn: 8.16.0
pathe: 2.0.3
pkg-types: 1.3.1
ufo: 1.6.1
@@ -8484,17 +8306,8 @@ snapshots:
dependencies:
whatwg-url: 5.0.0
- [email protected]: {}
-
[email protected]: {}
- [email protected]:
- dependencies:
- hosted-git-info: 2.8.9
- resolve: 1.22.10
- semver: 5.7.2
- validate-npm-package-license: 3.0.4
-
[email protected]: {}
[email protected]:
@@ -8578,24 +8391,14 @@ snapshots:
object-keys: 1.1.1
safe-push-apply: 1.0.0
- [email protected]:
- dependencies:
- p-try: 2.2.0
-
[email protected]:
dependencies:
yocto-queue: 0.1.0
- [email protected]:
- dependencies:
- p-limit: 2.3.0
-
[email protected]:
dependencies:
p-limit: 3.1.0
- [email protected]: {}
-
[email protected]: {}
[email protected]:
@@ -8854,19 +8657,6 @@ snapshots:
[email protected]: {}
- [email protected]:
- dependencies:
- find-up: 4.1.0
- read-pkg: 5.2.0
- type-fest: 0.8.1
-
- [email protected]:
- dependencies:
- '@types/normalize-package-data': 2.4.4
- normalize-package-data: 2.5.0
- parse-json: 5.2.0
- type-fest: 0.6.0
-
[email protected]:
dependencies:
picomatch: 2.3.1
@@ -8906,9 +8696,9 @@ snapshots:
gopd: 1.2.0
set-function-name: 2.0.2
- [email protected]:
+ [email protected]:
dependencies:
- jsesc: 0.5.0
+ jsesc: 3.1.0
[email protected]:
dependencies:
@@ -9018,8 +8808,6 @@ snapshots:
[email protected]: {}
- [email protected]: {}
-
[email protected]: {}
[email protected]: {}
@@ -9098,20 +8886,6 @@ snapshots:
[email protected]: {}
- [email protected]:
- dependencies:
- spdx-expression-parse: 3.0.1
- spdx-license-ids: 3.0.21
-
- [email protected]: {}
-
- [email protected]:
- dependencies:
- spdx-exceptions: 2.5.0
- spdx-license-ids: 3.0.21
-
- [email protected]: {}
-
[email protected]: {}
[email protected]: {}
@@ -9203,7 +8977,7 @@ snapshots:
dependencies:
min-indent: 1.0.1
- [email protected]: {}
+ [email protected]: {}
[email protected]:
dependencies:
@@ -9229,10 +9003,6 @@ snapshots:
dependencies:
'@pkgr/core': 0.2.9
- [email protected]:
- dependencies:
- '@pkgr/core': 0.2.4
-
[email protected]: {}
[email protected]:
@@ -9303,10 +9073,6 @@ snapshots:
dependencies:
prelude-ls: 1.2.1
- [email protected]: {}
-
- [email protected]: {}
-
[email protected]:
dependencies:
tagged-tag: 1.0.0
@@ -9344,13 +9110,13 @@ snapshots:
possible-typed-array-names: 1.1.0
reflect.getprototypeof: 1.0.10
- [email protected]([email protected]([email protected]))([email protected]):
+ [email protected]([email protected]([email protected]))([email protected]):
dependencies:
- '@typescript-eslint/eslint-plugin':
8.56.1(@typescript-eslint/[email protected]([email protected]([email protected]))([email protected]))([email protected]([email protected]))([email protected])
- '@typescript-eslint/parser':
8.56.1([email protected]([email protected]))([email protected])
+ '@typescript-eslint/eslint-plugin':
8.56.1(@typescript-eslint/[email protected]([email protected]([email protected]))([email protected]))([email protected]([email protected]))([email protected])
+ '@typescript-eslint/parser':
8.56.1([email protected]([email protected]))([email protected])
'@typescript-eslint/typescript-estree': 8.56.1([email protected])
- '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
- eslint: 9.39.1([email protected])
+ '@typescript-eslint/utils':
8.56.1([email protected]([email protected]))([email protected])
+ eslint: 10.0.3([email protected])
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
@@ -9406,12 +9172,6 @@ snapshots:
[email protected]: {}
- [email protected]([email protected]):
- dependencies:
- browserslist: 4.24.4
- escalade: 3.2.0
- picocolors: 1.1.1
-
[email protected]([email protected]):
dependencies:
browserslist: 4.28.1
@@ -9445,11 +9205,6 @@ snapshots:
lodash.debounce: 4.0.8
react: 19.2.4
- [email protected]:
- dependencies:
- spdx-correct: 3.2.0
- spdx-expression-parse: 3.0.1
-
[email protected]:
dependencies:
'@types/unist': 3.0.3