diff --git a/knip.json b/knip.json
index fb79b4618..1912dfad9 100644
--- a/knip.json
+++ b/knip.json
@@ -1,5 +1,5 @@
{
- "$schema": "https://unpkg.com/knip@5/schema.json",
+ "$schema": "https://unpkg.com/knip@6/schema.json",
"entry": ["src/sw.ts", "scripts/normalize-imports.js"],
"ignore": ["oxlint.config.ts", "oxfmt.config.ts"],
"ignoreExportsUsedInFile": {
diff --git a/oxlint.config.ts b/oxlint.config.ts
index 00fa5d896..d52bbe330 100644
--- a/oxlint.config.ts
+++ b/oxlint.config.ts
@@ -33,6 +33,9 @@ export default defineConfig({
'typescript/no-unsafe-type-assertion': 'off',
'typescript/no-floating-promises': 'off',
'typescript/no-unnecessary-type-arguments': 'off',
+ // Maybe reconsider this in the future, but it causes a lot of cascading issues
+ // because of types we use that don't exist in the matrix-js-sdk
+ 'typescript/no-unnecessary-type-assertion': 'off',
'oxc/no-map-spread': 'off',
'promise/always-return': 'off',
'no-underscore-dangle': [
diff --git a/package.json b/package.json
index 762118c57..022b97b4a 100644
--- a/package.json
+++ b/package.json
@@ -26,22 +26,22 @@
"postinstall": "node scripts/install-knope.js"
},
"dependencies": {
- "@arborium/arborium": "^2.18.0",
- "@atlaskit/pragmatic-drag-and-drop": "^1.8.1",
- "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.4.0",
- "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.2.0",
+ "@arborium/arborium": "^2.18.1",
+ "@atlaskit/pragmatic-drag-and-drop": "^2.0.1",
+ "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
+ "@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.0.0",
"@fontsource-variable/nunito": "5.2.7",
"@fontsource/space-mono": "5.2.9",
"@phosphor-icons/react": "^2.1.10",
"@sableclient/twemoji-font": "^1.0.4",
- "@sentry/react": "^10.58.0",
- "@tanstack/react-query": "^5.101.0",
- "@tanstack/react-query-devtools": "^5.101.0",
- "@tanstack/react-virtual": "^3.14.3",
+ "@sentry/react": "^10.63.0",
+ "@tanstack/react-query": "^5.101.2",
+ "@tanstack/react-query-devtools": "^5.101.2",
+ "@tanstack/react-virtual": "^3.14.5",
"@use-gesture/react": "10.3.1",
- "@vanilla-extract/css": "^1.20.1",
+ "@vanilla-extract/css": "^1.21.1",
"@vanilla-extract/recipes": "^0.5.7",
- "@vanilla-extract/vite-plugin": "^5.2.2",
+ "@vanilla-extract/vite-plugin": "^5.2.3",
"await-to-js": "^3.0.0",
"badwords-list": "2.0.1-4",
"blurhash": "^2.0.5",
@@ -49,37 +49,37 @@
"chroma-js": "^3.2.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.21",
- "domhandler": "^5.0.3",
- "dompurify": "^3.4.10",
+ "domhandler": "^6.0.1",
+ "dompurify": "^3.4.11",
"emojibase": "^17.0.0",
"emojibase-data": "^17.0.0",
"eventemitter3": "^5.0.4",
"file-saver": "^2.0.5",
- "focus-trap-react": "^10.3.1",
+ "focus-trap-react": "^12.0.3",
"folds": "^2.6.2",
- "framer-motion": "^12.40.0",
- "html-dom-parser": "^5.1.8",
- "html-react-parser": "^4.2.10",
+ "framer-motion": "^12.42.2",
+ "html-dom-parser": "^8.0.0",
+ "html-react-parser": "^6.1.3",
"i18next": "^25.10.10",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^2.7.3",
- "immer": "^9.0.21",
+ "immer": "^11.1.9",
"is-hotkey": "^0.2.0",
"jotai": "^2.20.1",
- "katex": "^0.16.47",
+ "katex": "^0.17.0",
"leaflet": "1.9.4",
"linkify-react": "^4.3.3",
"linkifyjs": "^4.3.3",
"marked": "^18.0.5",
"matrix-js-sdk": "^38.4.0",
"matrix-widget-api": "^1.17.0",
- "pdfjs-dist": "^5.7.284",
+ "pdfjs-dist": "^6.1.200",
"react": "^18.3.1",
- "react-aria": "^3.49.0",
+ "react-aria": "^3.50.0",
"react-blurhash": "^0.3.0",
"react-colorful": "^5.7.0",
"react-dom": "^18.3.1",
- "react-google-recaptcha": "^2.1.0",
+ "react-google-recaptcha": "^3.1.0",
"react-i18next": "^16.6.6",
"react-leaflet": "^4.2.1",
"react-range": "^1.10.0",
@@ -87,17 +87,17 @@
"slate": "^0.124.1",
"slate-dom": "^0.124.1",
"slate-history": "^0.113.1",
- "slate-react": "^0.124.2",
- "ua-parser-js": "^1.0.41",
- "virtua": "^0.49.1",
+ "slate-react": "^0.125.1",
+ "ua-parser-js": "^2.0.10",
+ "virtua": "^0.49.2",
"workbox-precaching": "^7.4.1"
},
"devDependencies": {
- "@cloudflare/vite-plugin": "^1.41.0",
+ "@cloudflare/vite-plugin": "^1.42.4",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-wasm": "^6.2.2",
- "@sableclient/sable-call-embedded": "1.1.6",
+ "@sableclient/sable-call-embedded": "1.1.7",
"@sentry/vite-plugin": "^5.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
@@ -106,21 +106,20 @@
"@types/file-saver": "^2.0.7",
"@types/is-hotkey": "^0.1.10",
"@types/leaflet": "^1.9.21",
- "@types/node": "24.10.13",
+ "@types/node": "24.13.2",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@types/react-google-recaptcha": "^2.1.9",
- "@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/ui": "^4.1.9",
"buffer": "^6.0.3",
"cloudflared": "^0.7.1",
"jsdom": "^29.1.1",
- "knip": "5.85.0",
- "oxfmt": "^0.45.0",
- "oxlint": "^1.70.0",
- "oxlint-tsgolint": "^0.23.0",
+ "knip": "6.23.0",
+ "oxfmt": "^0.57.0",
+ "oxlint": "^1.72.0",
+ "oxlint-tsgolint": "^0.24.0",
"typescript": "^5.9.3",
"vite": "^7.3.5",
"vite-plugin-compression2": "^2.5.3",
@@ -129,7 +128,7 @@
"vite-plugin-svgr": "4.5.0",
"vite-plugin-top-level-await": "^1.6.0",
"vitest": "^4.1.9",
- "wrangler": "^4.101.0"
+ "wrangler": "^4.106.0"
},
"engines": {
"node": "24.x",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 89d290fc4..e23aea298 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -12,17 +12,17 @@ importers:
.:
dependencies:
'@arborium/arborium':
- specifier: ^2.18.0
- version: 2.18.0
+ specifier: ^2.18.1
+ version: 2.18.1
'@atlaskit/pragmatic-drag-and-drop':
- specifier: ^1.8.1
- version: 1.8.1
+ specifier: ^2.0.1
+ version: 2.0.1
'@atlaskit/pragmatic-drag-and-drop-auto-scroll':
- specifier: ^1.4.0
- version: 1.4.0
+ specifier: ^3.0.0
+ version: 3.0.0
'@atlaskit/pragmatic-drag-and-drop-hitbox':
- specifier: ^1.2.0
- version: 1.2.0
+ specifier: ^2.0.0
+ version: 2.0.0
'@fontsource-variable/nunito':
specifier: 5.2.7
version: 5.2.7
@@ -36,29 +36,29 @@ importers:
specifier: ^1.0.4
version: 1.0.4
'@sentry/react':
- specifier: ^10.58.0
- version: 10.58.0(react@18.3.1)
+ specifier: ^10.63.0
+ version: 10.63.0(react@18.3.1)
'@tanstack/react-query':
- specifier: ^5.101.0
- version: 5.101.0(react@18.3.1)
+ specifier: ^5.101.2
+ version: 5.101.2(react@18.3.1)
'@tanstack/react-query-devtools':
- specifier: ^5.101.0
- version: 5.101.0(@tanstack/react-query@5.101.0(react@18.3.1))(react@18.3.1)
+ specifier: ^5.101.2
+ version: 5.101.2(@tanstack/react-query@5.101.2(react@18.3.1))(react@18.3.1)
'@tanstack/react-virtual':
- specifier: ^3.14.3
- version: 3.14.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^3.14.5
+ version: 3.14.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@use-gesture/react':
specifier: 10.3.1
version: 10.3.1(react@18.3.1)
'@vanilla-extract/css':
- specifier: ^1.20.1
- version: 1.20.1
+ specifier: ^1.21.1
+ version: 1.21.1
'@vanilla-extract/recipes':
specifier: ^0.5.7
- version: 0.5.7(@vanilla-extract/css@1.20.1)
+ version: 0.5.7(@vanilla-extract/css@1.21.1)
'@vanilla-extract/vite-plugin':
- specifier: ^5.2.2
- version: 5.2.2(@types/node@24.10.13)(esbuild@0.28.1)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))
+ specifier: ^5.2.3
+ version: 5.2.3(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))(yaml@2.9.0)
await-to-js:
specifier: ^3.0.0
version: 3.0.0
@@ -81,11 +81,11 @@ importers:
specifier: ^1.11.21
version: 1.11.21
domhandler:
- specifier: ^5.0.3
- version: 5.0.3
+ specifier: ^6.0.1
+ version: 6.0.1
dompurify:
- specifier: ^3.4.10
- version: 3.4.10
+ specifier: ^3.4.11
+ version: 3.4.11
emojibase:
specifier: ^17.0.0
version: 17.0.0
@@ -99,20 +99,20 @@ importers:
specifier: ^2.0.5
version: 2.0.5
focus-trap-react:
- specifier: ^10.3.1
- version: 10.3.1(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^12.0.3
+ version: 12.0.3(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
folds:
specifier: ^2.6.2
- version: 2.6.2(@vanilla-extract/css@1.20.1)(@vanilla-extract/recipes@0.5.7(@vanilla-extract/css@1.20.1))(classnames@2.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 2.6.2(@vanilla-extract/css@1.21.1)(@vanilla-extract/recipes@0.5.7(@vanilla-extract/css@1.21.1))(classnames@2.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
framer-motion:
- specifier: ^12.40.0
- version: 12.40.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^12.42.2
+ version: 12.42.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
html-dom-parser:
- specifier: ^5.1.8
- version: 5.1.8
+ specifier: ^8.0.0
+ version: 8.0.0
html-react-parser:
- specifier: ^4.2.10
- version: 4.2.10(react@18.3.1)
+ specifier: ^6.1.3
+ version: 6.1.3(@types/react@18.3.31)(react@18.3.1)
i18next:
specifier: ^25.10.10
version: 25.10.10(typescript@5.9.3)
@@ -123,8 +123,8 @@ importers:
specifier: ^2.7.3
version: 2.7.3
immer:
- specifier: ^9.0.21
- version: 9.0.21
+ specifier: ^11.1.9
+ version: 11.1.9
is-hotkey:
specifier: ^0.2.0
version: 0.2.0
@@ -132,8 +132,8 @@ importers:
specifier: ^2.20.1
version: 2.20.1(@babel/core@7.29.7)(@babel/template@7.29.7)(@types/react@18.3.31)(react@18.3.1)
katex:
- specifier: ^0.16.47
- version: 0.16.47
+ specifier: ^0.17.0
+ version: 0.17.0
leaflet:
specifier: 1.9.4
version: 1.9.4
@@ -153,14 +153,14 @@ importers:
specifier: ^1.17.0
version: 1.17.0
pdfjs-dist:
- specifier: ^5.7.284
- version: 5.7.284
+ specifier: ^6.1.200
+ version: 6.1.200
react:
specifier: ^18.3.1
version: 18.3.1
react-aria:
- specifier: ^3.49.0
- version: 3.49.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^3.50.0
+ version: 3.50.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react-blurhash:
specifier: ^0.3.0
version: 0.3.0(blurhash@2.0.5)(react@18.3.1)
@@ -171,8 +171,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
react-google-recaptcha:
- specifier: ^2.1.0
- version: 2.1.0(react@18.3.1)
+ specifier: ^3.1.0
+ version: 3.1.0(react@18.3.1)
react-i18next:
specifier: ^16.6.6
version: 16.6.6(i18next@25.10.10(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3)
@@ -195,21 +195,21 @@ importers:
specifier: ^0.113.1
version: 0.113.1(slate@0.124.1)
slate-react:
- specifier: ^0.124.2
- version: 0.124.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate-dom@0.124.1(slate@0.124.1))(slate@0.124.1)
+ specifier: ^0.125.1
+ version: 0.125.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate-dom@0.124.1(slate@0.124.1))(slate@0.124.1)
ua-parser-js:
- specifier: ^1.0.41
- version: 1.0.41
+ specifier: ^2.0.10
+ version: 2.0.10
virtua:
- specifier: ^0.49.1
- version: 0.49.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^0.49.2
+ version: 0.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
workbox-precaching:
specifier: ^7.4.1
version: 7.4.1
devDependencies:
'@cloudflare/vite-plugin':
- specifier: ^1.41.0
- version: 1.41.0(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))(workerd@1.20260616.1)(wrangler@4.101.0)
+ specifier: ^1.42.4
+ version: 1.42.4(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))(workerd@1.20260630.1)(wrangler@4.106.0)
'@esbuild-plugins/node-globals-polyfill':
specifier: ^0.2.3
version: 0.2.3(esbuild@0.28.1)
@@ -220,8 +220,8 @@ importers:
specifier: ^6.2.2
version: 6.2.2(rollup@2.80.0)
'@sableclient/sable-call-embedded':
- specifier: 1.1.6
- version: 1.1.6
+ specifier: 1.1.7
+ version: 1.1.7
'@sentry/vite-plugin':
specifier: ^5.3.0
version: 5.3.0(rollup@2.80.0)
@@ -247,8 +247,8 @@ importers:
specifier: ^1.9.21
version: 1.9.21
'@types/node':
- specifier: 24.10.13
- version: 24.10.13
+ specifier: 24.13.2
+ version: 24.13.2
'@types/react':
specifier: ^18.3.31
version: 18.3.31
@@ -258,12 +258,9 @@ importers:
'@types/react-google-recaptcha':
specifier: ^2.1.9
version: 2.1.9
- '@types/ua-parser-js':
- specifier: ^0.7.39
- version: 0.7.39
'@vitejs/plugin-react':
specifier: ^5.2.0
- version: 5.2.0(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))
+ version: 5.2.0(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))
'@vitest/coverage-v8':
specifier: ^4.1.9
version: 4.1.9(vitest@4.1.9)
@@ -280,44 +277,44 @@ importers:
specifier: ^29.1.1
version: 29.1.1
knip:
- specifier: 5.85.0
- version: 5.85.0(@types/node@24.10.13)(typescript@5.9.3)
+ specifier: 6.23.0
+ version: 6.23.0
oxfmt:
- specifier: ^0.45.0
- version: 0.45.0
+ specifier: ^0.57.0
+ version: 0.57.0
oxlint:
- specifier: ^1.70.0
- version: 1.70.0(oxlint-tsgolint@0.23.0)
+ specifier: ^1.72.0
+ version: 1.72.0(oxlint-tsgolint@0.24.0)
oxlint-tsgolint:
- specifier: ^0.23.0
- version: 0.23.0
+ specifier: ^0.24.0
+ version: 0.24.0
typescript:
specifier: ^5.9.3
version: 5.9.3
vite:
specifier: ^7.3.5
- version: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
+ version: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
vite-plugin-compression2:
specifier: ^2.5.3
version: 2.5.3(rollup@2.80.0)
vite-plugin-pwa:
specifier: ^1.3.0
- version: 1.3.0(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))(workbox-build@7.4.0(@types/babel__core@7.20.5))(workbox-window@7.4.0)
+ version: 1.3.0(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))(workbox-build@7.4.0(@types/babel__core@7.20.5))(workbox-window@7.4.0)
vite-plugin-static-copy:
specifier: ^3.4.0
- version: 3.4.0(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))
+ version: 3.4.0(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))
vite-plugin-svgr:
specifier: 4.5.0
- version: 4.5.0(rollup@2.80.0)(typescript@5.9.3)(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))
+ version: 4.5.0(rollup@2.80.0)(typescript@5.9.3)(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))
vite-plugin-top-level-await:
specifier: ^1.6.0
- version: 1.6.0(@swc/helpers@0.5.23)(rollup@2.80.0)(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))
+ version: 1.6.0(@swc/helpers@0.5.23)(rollup@2.80.0)(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))
vitest:
specifier: ^4.1.9
- version: 4.1.9(@types/node@24.10.13)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(jsdom@29.1.1)(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))
+ version: 4.1.9(@types/node@24.13.2)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(jsdom@29.1.1)(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))
wrangler:
- specifier: ^4.101.0
- version: 4.101.0
+ specifier: ^4.106.0
+ version: 4.106.0
packages:
@@ -330,8 +327,8 @@ packages:
peerDependencies:
ajv: '>=8'
- '@arborium/arborium@2.18.0':
- resolution: {integrity: sha512-Qtwxr9wkrPbU8BfeXKQxCkSLbWsNdDvZRzncJ/ZJS6BaU5MxdyGuI2STBUrKxsaibRkmB+ilsmGBwQbSZUegNw==}
+ '@arborium/arborium@2.18.1':
+ resolution: {integrity: sha512-v6WuWy2yd/+R5OFT7g+asDXKImOrUdnTmEvGZwaBgOE2DSFKcksa2Us4QxxIr3C2ohVguRJf/rtbnZska6/UKg==}
'@asamuzakjp/css-color@5.1.11':
resolution: {integrity: sha512-KVw6qIiCTUQhByfTd78h2yD1/00waTmm9uy/R7Ck/ctUyAPj+AEDLkQIdJW0T8+qGgj3j5bpNKK7Q3G+LedJWg==}
@@ -348,14 +345,14 @@ packages:
'@asamuzakjp/nwsapi@2.3.9':
resolution: {integrity: sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==}
- '@atlaskit/pragmatic-drag-and-drop-auto-scroll@1.4.0':
- resolution: {integrity: sha512-5GoikoTSW13UX76F9TDeWB8x3jbbGlp/Y+3aRkHe1MOBMkrWkwNpJ42MIVhhX/6NSeaZiPumP0KbGJVs2tOWSQ==}
+ '@atlaskit/pragmatic-drag-and-drop-auto-scroll@3.0.0':
+ resolution: {integrity: sha512-8TlkMi417zIPrTnCpbNV0Ce63JTKBn3dGkqiadkGQROvzDAox7Y9TYRHpvbQiEdtPoHWnmyRBi+RsGDxXsQxgQ==}
- '@atlaskit/pragmatic-drag-and-drop-hitbox@1.2.0':
- resolution: {integrity: sha512-eWJvvuHZOC4Yk+Li7QpS+JM2F/I50/3PhMvEcyvcHbXI0FP0kCDD1MiF8Hv7uSOxpk5JNqKoOmK8e1ncOzTgqA==}
+ '@atlaskit/pragmatic-drag-and-drop-hitbox@2.0.0':
+ resolution: {integrity: sha512-vkXCB/23pT8YgYU8biGmR9uu0fr9oWoaq2GMSKyiNPk3reA12XVrCdgB2SLBoB24Ic1FOm9PdaQJ9ZSUQdCVpw==}
- '@atlaskit/pragmatic-drag-and-drop@1.8.1':
- resolution: {integrity: sha512-uXWNPpL8n4OmTVbduH7nq8pk8htqGo/prR5cYEE8sVCPJGAUMWn6lzvWTfI+4VCeQvHiDRODVz4YzH06OVAxhw==}
+ '@atlaskit/pragmatic-drag-and-drop@2.0.1':
+ resolution: {integrity: sha512-5iSbCveKuWYh0HijDxfSsYKD2VE0UPObI9jO1pqq+RBk9LzaoOYeKyW0Fobv/6db8HAPcyT3vhRy8bmk5TMcMw==}
'@babel/code-frame@7.29.7':
resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==}
@@ -897,39 +894,39 @@ packages:
workerd:
optional: true
- '@cloudflare/vite-plugin@1.41.0':
- resolution: {integrity: sha512-87OUqum/sEAp0eJpuY2GxREPOL6sgjxL7JuLO2COiM/OBWcxtwz25EETy05WK98hD5fdm5s4WcxDljzkgXOcoA==}
+ '@cloudflare/vite-plugin@1.42.4':
+ resolution: {integrity: sha512-31Sfu4NpE508YIU4oTSWGFvf31h01BjsDwPS15ufLb3whk9XscRX+rdl9+jOOAcHQu4F6lo7QVkj84IhBKlv6Q==}
hasBin: true
peerDependencies:
vite: ^6.1.0 || ^7.0.0 || ^8.0.0
- wrangler: ^4.101.0
+ wrangler: ^4.106.0
- '@cloudflare/workerd-darwin-64@1.20260616.1':
- resolution: {integrity: sha512-8QaDRQABkwkwoeviNiyScol7EQgXfGsPNSyUn52GiXObthY4XPiokoJsgDSDNcAelHjEvDLmdvQBHPK8YvGn4A==}
+ '@cloudflare/workerd-darwin-64@1.20260630.1':
+ resolution: {integrity: sha512-oEVsD2NZtPAMaEvFeH2Y6N63yiFuOnPDKeAM+l8AkRbLAbFk462uWOq6/ZLn8ouY4P4coMkgsOPqcT1mkuzvzg==}
engines: {node: '>=16'}
cpu: [x64]
os: [darwin]
- '@cloudflare/workerd-darwin-arm64@1.20260616.1':
- resolution: {integrity: sha512-xEhiZQ62CBJ+vyKSmM13rkK/wB1kLP5sKFkF3+P+3R/c2bmnSG3Vcd5FfXUu9V0PdC+KlR02nByvZjqEw2N6Ag==}
+ '@cloudflare/workerd-darwin-arm64@1.20260630.1':
+ resolution: {integrity: sha512-tar1vcQSzM+27Agrlv28BhtN1tIFKw2YHrzldEMyQJOJB/885TU8Z3oO1c/a9YOmsKABhD6I4dGFhsmXyrbK1g==}
engines: {node: '>=16'}
cpu: [arm64]
os: [darwin]
- '@cloudflare/workerd-linux-64@1.20260616.1':
- resolution: {integrity: sha512-p5laSYPiRUMHaLkneaZ9ZfIkNpmEnGFwgYmXtfcHJutTfEd8o3IBnsUVRSbPL+phcshKqmapLsQSxDEX6WSFfA==}
+ '@cloudflare/workerd-linux-64@1.20260630.1':
+ resolution: {integrity: sha512-mhjIg91+ikWw5v9tY4BYO7N9vLOZBhn7EnVFvxCdxcpuUUFBKATxUYHUy1kkgYxnmiI6s93PRNbzBz1NpYQ3IQ==}
engines: {node: '>=16'}
cpu: [x64]
os: [linux]
- '@cloudflare/workerd-linux-arm64@1.20260616.1':
- resolution: {integrity: sha512-XQ7GonEl8ORvbz5fhe8Eyw2t/j09Li0KbXJxaldA318E+syF+PPTc4IRQudgqPWzzdzkH5nF7PuMOGySLSjFFw==}
+ '@cloudflare/workerd-linux-arm64@1.20260630.1':
+ resolution: {integrity: sha512-7g0iGvMCwGct+vE3FOKXtFWMAIGHzK2Ei9oALp44gXuL4lBcs3PPJISeTp5itquW2JwS1fw4Hnq7zrT7N/dgPw==}
engines: {node: '>=16'}
cpu: [arm64]
os: [linux]
- '@cloudflare/workerd-windows-64@1.20260616.1':
- resolution: {integrity: sha512-RaDVF9bSbPiPTq6vHYrgnv1TcQEcYnOr0WB3hWJ4yg2fBfpi2ygU6cYPuFeDwyFE9aPW5S6FBAkNmpKYueK4DQ==}
+ '@cloudflare/workerd-windows-64@1.20260630.1':
+ resolution: {integrity: sha512-J5KF9VF8yRpRBib/cPSuEp6iR9q3/cKgeDVhg1ZtuwpkzwnmCb+rxMF5WFLxAN8bI2x2FMG1v6o4vVFOGZ0fOQ==}
engines: {node: '>=16'}
cpu: [x64]
os: [win32]
@@ -977,15 +974,27 @@ packages:
'@emnapi/core@1.10.0':
resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==}
+ '@emnapi/core@1.11.0':
+ resolution: {integrity: sha512-l9Oo58x0HOP5znGzVhYW9U3e5wVuA4LAZU2AGezTmkhO1CgQRFDhDg4nneHsu/t3WniXg9QrG2nIXL/ZS8ln8Q==}
+
+ '@emnapi/core@1.11.1':
+ resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==}
+
'@emnapi/runtime@1.10.0':
resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==}
+ '@emnapi/runtime@1.11.0':
+ resolution: {integrity: sha512-55coeOFKHv1ywEcUXJtWU5f+Jr/W5tZDvZig8DLKSwUN1JpROQ4rk/SNOQiFWmaR/VKF4zuFyW1B8JduOSv6Pg==}
+
'@emnapi/runtime@1.11.1':
resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==}
'@emnapi/wasi-threads@1.2.1':
resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==}
+ '@emnapi/wasi-threads@1.2.2':
+ resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==}
+
'@emotion/hash@0.9.2':
resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==}
@@ -994,12 +1003,6 @@ packages:
peerDependencies:
esbuild: '*'
- '@esbuild/aix-ppc64@0.27.3':
- resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==}
- engines: {node: '>=18'}
- cpu: [ppc64]
- os: [aix]
-
'@esbuild/aix-ppc64@0.27.7':
resolution: {integrity: sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==}
engines: {node: '>=18'}
@@ -1012,12 +1015,6 @@ packages:
cpu: [ppc64]
os: [aix]
- '@esbuild/android-arm64@0.27.3':
- resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==}
- engines: {node: '>=18'}
- cpu: [arm64]
- os: [android]
-
'@esbuild/android-arm64@0.27.7':
resolution: {integrity: sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==}
engines: {node: '>=18'}
@@ -1030,12 +1027,6 @@ packages:
cpu: [arm64]
os: [android]
- '@esbuild/android-arm@0.27.3':
- resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==}
- engines: {node: '>=18'}
- cpu: [arm]
- os: [android]
-
'@esbuild/android-arm@0.27.7':
resolution: {integrity: sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==}
engines: {node: '>=18'}
@@ -1048,12 +1039,6 @@ packages:
cpu: [arm]
os: [android]
- '@esbuild/android-x64@0.27.3':
- resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==}
- engines: {node: '>=18'}
- cpu: [x64]
- os: [android]
-
'@esbuild/android-x64@0.27.7':
resolution: {integrity: sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==}
engines: {node: '>=18'}
@@ -1066,12 +1051,6 @@ packages:
cpu: [x64]
os: [android]
- '@esbuild/darwin-arm64@0.27.3':
- resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==}
- engines: {node: '>=18'}
- cpu: [arm64]
- os: [darwin]
-
'@esbuild/darwin-arm64@0.27.7':
resolution: {integrity: sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==}
engines: {node: '>=18'}
@@ -1084,12 +1063,6 @@ packages:
cpu: [arm64]
os: [darwin]
- '@esbuild/darwin-x64@0.27.3':
- resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==}
- engines: {node: '>=18'}
- cpu: [x64]
- os: [darwin]
-
'@esbuild/darwin-x64@0.27.7':
resolution: {integrity: sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==}
engines: {node: '>=18'}
@@ -1102,12 +1075,6 @@ packages:
cpu: [x64]
os: [darwin]
- '@esbuild/freebsd-arm64@0.27.3':
- resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==}
- engines: {node: '>=18'}
- cpu: [arm64]
- os: [freebsd]
-
'@esbuild/freebsd-arm64@0.27.7':
resolution: {integrity: sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==}
engines: {node: '>=18'}
@@ -1120,12 +1087,6 @@ packages:
cpu: [arm64]
os: [freebsd]
- '@esbuild/freebsd-x64@0.27.3':
- resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==}
- engines: {node: '>=18'}
- cpu: [x64]
- os: [freebsd]
-
'@esbuild/freebsd-x64@0.27.7':
resolution: {integrity: sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==}
engines: {node: '>=18'}
@@ -1138,12 +1099,6 @@ packages:
cpu: [x64]
os: [freebsd]
- '@esbuild/linux-arm64@0.27.3':
- resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==}
- engines: {node: '>=18'}
- cpu: [arm64]
- os: [linux]
-
'@esbuild/linux-arm64@0.27.7':
resolution: {integrity: sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==}
engines: {node: '>=18'}
@@ -1156,12 +1111,6 @@ packages:
cpu: [arm64]
os: [linux]
- '@esbuild/linux-arm@0.27.3':
- resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==}
- engines: {node: '>=18'}
- cpu: [arm]
- os: [linux]
-
'@esbuild/linux-arm@0.27.7':
resolution: {integrity: sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==}
engines: {node: '>=18'}
@@ -1174,12 +1123,6 @@ packages:
cpu: [arm]
os: [linux]
- '@esbuild/linux-ia32@0.27.3':
- resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==}
- engines: {node: '>=18'}
- cpu: [ia32]
- os: [linux]
-
'@esbuild/linux-ia32@0.27.7':
resolution: {integrity: sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==}
engines: {node: '>=18'}
@@ -1192,12 +1135,6 @@ packages:
cpu: [ia32]
os: [linux]
- '@esbuild/linux-loong64@0.27.3':
- resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==}
- engines: {node: '>=18'}
- cpu: [loong64]
- os: [linux]
-
'@esbuild/linux-loong64@0.27.7':
resolution: {integrity: sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==}
engines: {node: '>=18'}
@@ -1210,12 +1147,6 @@ packages:
cpu: [loong64]
os: [linux]
- '@esbuild/linux-mips64el@0.27.3':
- resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==}
- engines: {node: '>=18'}
- cpu: [mips64el]
- os: [linux]
-
'@esbuild/linux-mips64el@0.27.7':
resolution: {integrity: sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==}
engines: {node: '>=18'}
@@ -1228,12 +1159,6 @@ packages:
cpu: [mips64el]
os: [linux]
- '@esbuild/linux-ppc64@0.27.3':
- resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==}
- engines: {node: '>=18'}
- cpu: [ppc64]
- os: [linux]
-
'@esbuild/linux-ppc64@0.27.7':
resolution: {integrity: sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==}
engines: {node: '>=18'}
@@ -1246,12 +1171,6 @@ packages:
cpu: [ppc64]
os: [linux]
- '@esbuild/linux-riscv64@0.27.3':
- resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==}
- engines: {node: '>=18'}
- cpu: [riscv64]
- os: [linux]
-
'@esbuild/linux-riscv64@0.27.7':
resolution: {integrity: sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==}
engines: {node: '>=18'}
@@ -1264,12 +1183,6 @@ packages:
cpu: [riscv64]
os: [linux]
- '@esbuild/linux-s390x@0.27.3':
- resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==}
- engines: {node: '>=18'}
- cpu: [s390x]
- os: [linux]
-
'@esbuild/linux-s390x@0.27.7':
resolution: {integrity: sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==}
engines: {node: '>=18'}
@@ -1282,12 +1195,6 @@ packages:
cpu: [s390x]
os: [linux]
- '@esbuild/linux-x64@0.27.3':
- resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==}
- engines: {node: '>=18'}
- cpu: [x64]
- os: [linux]
-
'@esbuild/linux-x64@0.27.7':
resolution: {integrity: sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==}
engines: {node: '>=18'}
@@ -1300,12 +1207,6 @@ packages:
cpu: [x64]
os: [linux]
- '@esbuild/netbsd-arm64@0.27.3':
- resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==}
- engines: {node: '>=18'}
- cpu: [arm64]
- os: [netbsd]
-
'@esbuild/netbsd-arm64@0.27.7':
resolution: {integrity: sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==}
engines: {node: '>=18'}
@@ -1318,12 +1219,6 @@ packages:
cpu: [arm64]
os: [netbsd]
- '@esbuild/netbsd-x64@0.27.3':
- resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==}
- engines: {node: '>=18'}
- cpu: [x64]
- os: [netbsd]
-
'@esbuild/netbsd-x64@0.27.7':
resolution: {integrity: sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==}
engines: {node: '>=18'}
@@ -1336,12 +1231,6 @@ packages:
cpu: [x64]
os: [netbsd]
- '@esbuild/openbsd-arm64@0.27.3':
- resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==}
- engines: {node: '>=18'}
- cpu: [arm64]
- os: [openbsd]
-
'@esbuild/openbsd-arm64@0.27.7':
resolution: {integrity: sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==}
engines: {node: '>=18'}
@@ -1354,12 +1243,6 @@ packages:
cpu: [arm64]
os: [openbsd]
- '@esbuild/openbsd-x64@0.27.3':
- resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==}
- engines: {node: '>=18'}
- cpu: [x64]
- os: [openbsd]
-
'@esbuild/openbsd-x64@0.27.7':
resolution: {integrity: sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==}
engines: {node: '>=18'}
@@ -1372,12 +1255,6 @@ packages:
cpu: [x64]
os: [openbsd]
- '@esbuild/openharmony-arm64@0.27.3':
- resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==}
- engines: {node: '>=18'}
- cpu: [arm64]
- os: [openharmony]
-
'@esbuild/openharmony-arm64@0.27.7':
resolution: {integrity: sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==}
engines: {node: '>=18'}
@@ -1390,12 +1267,6 @@ packages:
cpu: [arm64]
os: [openharmony]
- '@esbuild/sunos-x64@0.27.3':
- resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==}
- engines: {node: '>=18'}
- cpu: [x64]
- os: [sunos]
-
'@esbuild/sunos-x64@0.27.7':
resolution: {integrity: sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==}
engines: {node: '>=18'}
@@ -1408,12 +1279,6 @@ packages:
cpu: [x64]
os: [sunos]
- '@esbuild/win32-arm64@0.27.3':
- resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==}
- engines: {node: '>=18'}
- cpu: [arm64]
- os: [win32]
-
'@esbuild/win32-arm64@0.27.7':
resolution: {integrity: sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==}
engines: {node: '>=18'}
@@ -1426,12 +1291,6 @@ packages:
cpu: [arm64]
os: [win32]
- '@esbuild/win32-ia32@0.27.3':
- resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==}
- engines: {node: '>=18'}
- cpu: [ia32]
- os: [win32]
-
'@esbuild/win32-ia32@0.27.7':
resolution: {integrity: sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==}
engines: {node: '>=18'}
@@ -1444,12 +1303,6 @@ packages:
cpu: [ia32]
os: [win32]
- '@esbuild/win32-x64@0.27.3':
- resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==}
- engines: {node: '>=18'}
- cpu: [x64]
- os: [win32]
-
'@esbuild/win32-x64@0.27.7':
resolution: {integrity: sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==}
engines: {node: '>=18'}
@@ -1672,79 +1525,79 @@ packages:
resolution: {integrity: sha512-QyxHvncvkl7nf+tnn92PjQ54gMNV8hMSpiukiDgNrqF6IYwgySTlcSdkPYdw8QjZJ0NR6fnVrNzMec0OohM3wA==}
engines: {node: '>= 18'}
- '@napi-rs/canvas-android-arm64@0.1.100':
- resolution: {integrity: sha512-hjhCKhntPv9+t4ckHymdx0phYNcVW+GKQR6Lzw2zE+pOVjOplSmtx9nNNknTjbEDLcuLZqA1y8ufKg1XfgftzQ==}
+ '@napi-rs/canvas-android-arm64@1.0.2':
+ resolution: {integrity: sha512-IMXKVQod0ol4vt3gmClUfXz4JAgHYESGPCUqmH3lQxBoL0K/2greJaQE1HVBVxWWFKfLc4OLZVdxg7kXVyXv+g==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [android]
- '@napi-rs/canvas-darwin-arm64@0.1.100':
- resolution: {integrity: sha512-2PcswRaC7Ly645DGt88///zuFDhJxJYdKAs1uU3mfk1atYkXufgcgLfBpk6Tm12nCQBaNt1wpybuPZ4qOhTo8A==}
+ '@napi-rs/canvas-darwin-arm64@1.0.2':
+ resolution: {integrity: sha512-Sc8tPi6cF+5lqOzCCKFALJHhDiRwyMzTPYm3bbhdXsOunU0lQO5f05ucyOzN2r55I23Hg5bsjH63uSCvWp3EgQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
- '@napi-rs/canvas-darwin-x64@0.1.100':
- resolution: {integrity: sha512-ePNZtj7pNIva/siZMg+HmbeozkIjqUIYdoymH8HaA3qK7LfzFN4WMBM8G6HQ9ZC+H3+Dnn5pqtiXpgLykaPOhw==}
+ '@napi-rs/canvas-darwin-x64@1.0.2':
+ resolution: {integrity: sha512-niDXZ9LhKB1zLrUdYB64RHQFDGz9rr0eGx061qtJJU3U20EMMIx28ADF5fVYbhtOgkWQrBjFicfaye1yM0U62A==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
- '@napi-rs/canvas-linux-arm-gnueabihf@0.1.100':
- resolution: {integrity: sha512-d5cDB48oWFGU8/XPhUOFAlySgb/VAu7D+s8fi55K1Pcfg8aPplHWqMgibhVLU8ky7Pyg/fuiVLz4Nf3JrSTuUA==}
+ '@napi-rs/canvas-linux-arm-gnueabihf@1.0.2':
+ resolution: {integrity: sha512-sgatQL9JxGRH/Amzcvu0P3t8Am3duou74CisfuJ41Dwt8cWy723z/9KZ8LlgmxfypEwEZxSTNFJtU8d281lmhQ==}
engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
- '@napi-rs/canvas-linux-arm64-gnu@0.1.100':
- resolution: {integrity: sha512-rDxgxRu69RvDlX/bh9o22DxLsGr8EqsNgotL9+RwQE1S0b0cqeatqsw6aW45mukm0B42DIAaAacKaYQ8cqS1nw==}
+ '@napi-rs/canvas-linux-arm64-gnu@1.0.2':
+ resolution: {integrity: sha512-dgKuX0peF3xwY6ZF5QxGS4wbfDqpoFAJYXiLSp+guZKARQUKMkRqZSDrXKj7nfrec3UCMzC0PFCPte0ES98AiA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
libc: [glibc]
- '@napi-rs/canvas-linux-arm64-musl@0.1.100':
- resolution: {integrity: sha512-K3mDW66N+xT2/V439u1alFANiBUjdEx2gLiNYnCmUsva5jZMxWTjafBYwTzYK+EMFMHrUoabuU+T1BIP5CgbYQ==}
+ '@napi-rs/canvas-linux-arm64-musl@1.0.2':
+ resolution: {integrity: sha512-qwROoDIC9upfvDoRLuPn2aNg9CGW1x0Ygr4k2Or+8paA9d0qBLwk87U+g8KQpoOviKoPoiwl97kvBYuYD7qZoA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
libc: [musl]
- '@napi-rs/canvas-linux-riscv64-gnu@0.1.100':
- resolution: {integrity: sha512-mooqUBTIsccZpnoQC4NgrC1v6C1vof39etLNMnBwCY+p0gajWJvAHLGQ6g/gGyS5YrpDW+GefSN4+Cvcr08UWw==}
+ '@napi-rs/canvas-linux-riscv64-gnu@1.0.2':
+ resolution: {integrity: sha512-fXRjnPihdnbO6qy1QQOgxAonb68A0TCEG7rj1x7v7rxNElsE8EVIKIEUTvyDtU+sthYSbX+8e7g3oZiLGnOmxw==}
engines: {node: '>= 10'}
cpu: [riscv64]
os: [linux]
libc: [glibc]
- '@napi-rs/canvas-linux-x64-gnu@0.1.100':
- resolution: {integrity: sha512-1eCvkDCazm7FFhsT7DfGOdSaHgZVK3bt/dSBl5EWHOWmnz+I7j8tPseJqqD81NF+MH21jKUK4wQSDjN0mdhnTg==}
+ '@napi-rs/canvas-linux-x64-gnu@1.0.2':
+ resolution: {integrity: sha512-nPR97DXhbWIAy7yazF3jc06kEPMqYMLmPzFOVNlwKPfIoSChnI+x7dc0hTLaihz3jxrjL6j4BbA7earxfx4X3g==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
libc: [glibc]
- '@napi-rs/canvas-linux-x64-musl@0.1.100':
- resolution: {integrity: sha512-20arT6lnI19S68qNlii73TSEDbECNgzMz2EpldC1V3mZFuRkeujXkcebRk0LRJe9SEUAooYiLokfMViY8IX7yA==}
+ '@napi-rs/canvas-linux-x64-musl@1.0.2':
+ resolution: {integrity: sha512-l7zZY5+jL5qnBZtDz7CoBtY6p7EkHu422g/0zWwrOrzIwWyWxZFRfZZORY1UG7YApymPLx+UbOkN206xXn/c1Q==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
libc: [musl]
- '@napi-rs/canvas-win32-arm64-msvc@0.1.100':
- resolution: {integrity: sha512-DZFFT1wIAg37LJw37yhMRFfjATd3vTQzjZ1Yki8u2vhO6Hi5VE6BVaGQ1aaDu7xb4iMErz+9EOwjpS7xcxFeBw==}
+ '@napi-rs/canvas-win32-arm64-msvc@1.0.2':
+ resolution: {integrity: sha512-yE0koHCFF4PIbMc2o2SEALhnipz7WBISh5glLvQiomtIoCcW0np3H4Lw93ceJAfJttTTeIIWFbwH84F7EVzjMQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
- '@napi-rs/canvas-win32-x64-msvc@0.1.100':
- resolution: {integrity: sha512-MyT1j3mHC2+Lu4pBi9mKyMJhtP6U7k7EldY7sj/uS5gJA65gTXt8MefJQXLJo5d/vZbuWmfxzkEUNc/urV3pHA==}
+ '@napi-rs/canvas-win32-x64-msvc@1.0.2':
+ resolution: {integrity: sha512-okU8/t2foV6C31n0GtvEMbfD5rOFc70+/6xUNME9Guld29sgSOIGUEDScAWFlcP3k5TYQRl9TNkwJEEjh15w8A==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
- '@napi-rs/canvas@0.1.100':
- resolution: {integrity: sha512-xglYA6q3XO5P3BNJYxVZ1IV7DLVjp1Py6nwag88YntrS+3vKHyYcMqXVS4ZztJmwz2uGvz1FWhI/4LgbR5uQDA==}
+ '@napi-rs/canvas@1.0.2':
+ resolution: {integrity: sha512-EYEqlMYaCbpZDz+IgDH5xp9MTd3ui4dmGqbQYryhMLnSRxrhHKq5KQWHHKxFUcEP4Hp8/BWgvqXocX4j7iSbOQ==}
engines: {node: '>= 10'}
'@napi-rs/wasm-runtime@1.1.5':
@@ -1753,394 +1606,512 @@ packages:
'@emnapi/core': ^1.7.1
'@emnapi/runtime': ^1.7.1
- '@nodelib/fs.scandir@2.1.5':
- resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
- engines: {node: '>= 8'}
+ '@oxc-parser/binding-android-arm-eabi@0.137.0':
+ resolution: {integrity: sha512-KDs+0VPdEmasOkpuJHW9V5WCF+cvYdMQv2Jd+aJXt+cxIx12NToRQRbXaRwUEDsZw+/jMk81Ve8ZFbjUkJTOwA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm]
+ os: [android]
- '@nodelib/fs.stat@2.0.5':
- resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
- engines: {node: '>= 8'}
+ '@oxc-parser/binding-android-arm64@0.137.0':
+ resolution: {integrity: sha512-WhALNzfy3x/RfC6bsqX+csavuUY0yHHE7XfgPE5M542uhoBZUUoGTPG+nkMbGoG4+gcfss5s7urMyn5QBHu0sw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [android]
- '@nodelib/fs.walk@1.2.8':
- resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
- engines: {node: '>= 8'}
+ '@oxc-parser/binding-darwin-arm64@0.137.0':
+ resolution: {integrity: sha512-bFPr5hgmNMOMoyPTGtdsK4Ug21RovIPojRMgDDhSp1LtCnc/DkLwGONKjgRjszg677RlGnkYSviQ8hHaUPOVYA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@oxc-parser/binding-darwin-x64@0.137.0':
+ resolution: {integrity: sha512-CL5dMm1asqXIDZHg14FLxj3Mc36w8PI7xCWh1uA4is6z8g2XrIILoTcQYOxDbwzuk34RDPX5IAGUxZr6LA9KAg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [x64]
+ os: [darwin]
+
+ '@oxc-parser/binding-freebsd-x64@0.137.0':
+ resolution: {integrity: sha512-79h8rYGnSlKPGWo7mHr2ixO6ea7aW8B0CT965SZ8SLbNnCOH5aOYBTeVXUY6eMvEaiLyWr8Skuiugr5pDYgLGw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@oxc-parser/binding-linux-arm-gnueabihf@0.137.0':
+ resolution: {integrity: sha512-ASgmlSimhGyr0lksgVIo6hibz1obnDq4qJbiMX/AzltfgPnanRrzG1Q+23g8ljOHOjv6dsznkUuCYL3gg0sY1Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm]
+ os: [linux]
+
+ '@oxc-parser/binding-linux-arm-musleabihf@0.137.0':
+ resolution: {integrity: sha512-AU2J9aa22Sx32wRGnDjybOU9TQXXQUud5sdUi+ZB0XxwM8aToWLweV+yA0wlQm0yIUVqljquqoHCYEq9II8gJQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm]
+ os: [linux]
+
+ '@oxc-parser/binding-linux-arm64-gnu@0.137.0':
+ resolution: {integrity: sha512-GdEtiG89yMr7XkUGxifgodXEEm2f+xW2f9CpDjlgAnBOwhTmrpQMvhOGobLVKUyzf/qHBXW16smk5zbF3nZU6w==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [linux]
+ libc: [glibc]
+
+ '@oxc-parser/binding-linux-arm64-musl@0.137.0':
+ resolution: {integrity: sha512-EGJ+Bs8iXx8KBH8DQ5BLoEm5lnHaYjlh4/8j8vFhrr/6z4tqONy5BZDzLpKmmNWlN6Hlc5r8YOuBVHqZ9vRFEQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [linux]
+ libc: [musl]
+
+ '@oxc-parser/binding-linux-ppc64-gnu@0.137.0':
+ resolution: {integrity: sha512-vzFUQENy/fnbSe5DZWovq6tIBc1uhuMztanSW6rz1e9WdQE4gHwYuD7ZII6JnrJifd1R3RSoqiZbgRFlVL2tYQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [ppc64]
+ os: [linux]
+ libc: [glibc]
+
+ '@oxc-parser/binding-linux-riscv64-gnu@0.137.0':
+ resolution: {integrity: sha512-SfVI14HBQs9gtLcUD5hTt5hsNbdrqSUNg9S8muN+LhVQ5nf1WwH3hAoK6B9NKgdYgWAQSXFXGiiBedQ4r/BKuw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [riscv64]
+ os: [linux]
+ libc: [glibc]
+
+ '@oxc-parser/binding-linux-riscv64-musl@0.137.0':
+ resolution: {integrity: sha512-e7Ppy4FCIFNQxT/ikSeIWFoQ0l+N9vgtRBtLcyZXeolTzApyVoPqEXsYPrcdM/9i0Bwk8knvYd37vaEMxHyi6g==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [riscv64]
+ os: [linux]
+ libc: [musl]
+
+ '@oxc-parser/binding-linux-s390x-gnu@0.137.0':
+ resolution: {integrity: sha512-Bho5qFwdhqsIFR7gipYEUlqvi3SRrY8sugxXig380MIaakBB1PyU9+7dBiBVScfImTNWhijUxdBwqrprGdq5WA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [s390x]
+ os: [linux]
+ libc: [glibc]
+
+ '@oxc-parser/binding-linux-x64-gnu@0.137.0':
+ resolution: {integrity: sha512-36mGWtg7PyFzjJwGDkH6/F4o2nIDEoKXLPr/X/lwqklkomQwJJt1I5GJVmGhovUEmgPK5WAeAZMqlFCehwiy9Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [x64]
+ os: [linux]
+ libc: [glibc]
+
+ '@oxc-parser/binding-linux-x64-musl@0.137.0':
+ resolution: {integrity: sha512-/Jqx6+N7A44n2BdvUr7pXhVr2vFjs6WGH3unZRczwrfiH0H1zY0QwKQMG/dtRiTlKGDKGukznPT8lx84/oEsZg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [x64]
+ os: [linux]
+ libc: [musl]
+
+ '@oxc-parser/binding-openharmony-arm64@0.137.0':
+ resolution: {integrity: sha512-9Uj0qHNNl+OgT1UTGwF7ixIXU6T1u2SbMidmgPy/h1h/fl2gRS6YpAxxY1gwHofcWjoTwkoMFd8xs5Vuj6GOFA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [openharmony]
+
+ '@oxc-parser/binding-wasm32-wasi@0.137.0':
+ resolution: {integrity: sha512-gW2vfkytNGgMVADiuzdvOfw0mWG9za20F/1fCJsif5aBMAvWJTSbpIXbIe0XkOe0VENk+PadpQ7cZgUy2sUJcA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [wasm32]
+
+ '@oxc-parser/binding-win32-arm64-msvc@0.137.0':
+ resolution: {integrity: sha512-x+pFANF0yL5uK/6T7lu6SlR5qid6sp//eZXKLq5iNsIE+EQg6EaS8/wsW7E91nXXjpnPhSoMOHXShSVhGRdn8w==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [win32]
+
+ '@oxc-parser/binding-win32-ia32-msvc@0.137.0':
+ resolution: {integrity: sha512-sQUqym80PFi6McRsIqfJrSu2JrSClEZIXXD+/FjAFoULEKzOPsldIdFBG96xdX8aVMzCNQ9792FPx3MfkEIrFA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [ia32]
+ os: [win32]
+
+ '@oxc-parser/binding-win32-x64-msvc@0.137.0':
+ resolution: {integrity: sha512-2AsevxlvNN4WKxpEn3RtqD5zbqMaXF+T7JXblsP4gVuY+vC9dXS4ED/PwfRCliFqoeisYS3Iro4DHzxr0TEvVA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [x64]
+ os: [win32]
'@oxc-project/types@0.133.0':
resolution: {integrity: sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==}
- '@oxc-resolver/binding-android-arm-eabi@11.20.0':
- resolution: {integrity: sha512-IjfWOXRgJFNdORDl+Uf1aibNgZY2guOD3zmOhx1BGVb/MIiqlFTdmjpQNplSN58lhWehnX4UNqC3QwpUo8pjJg==}
+ '@oxc-project/types@0.137.0':
+ resolution: {integrity: sha512-WT+Gb24i8hmvo85AIv2oEYouEXkRlKAlT9WaCa3TfLgNCN+GhrJOGZuIlMouAh38Qe4QOx26eUOVsq70qXrywA==}
+
+ '@oxc-resolver/binding-android-arm-eabi@11.21.3':
+ resolution: {integrity: sha512-eNU11A2WNizh04v3uyaJCootrHIaS0B9aHYXvAvVnPNk4xYSjMUjHnhQ6dewPN2MRYDskV85d1N0Aw0WNWhcyg==}
cpu: [arm]
os: [android]
- '@oxc-resolver/binding-android-arm64@11.20.0':
- resolution: {integrity: sha512-QqslZAuFQG8Q9xm7JuIn8JUbvywhSBMVhuQHtYW+auirZJloS41oxUUaBXk7uUhZJgp44c5zQLeVvmFaDQB+2Q==}
+ '@oxc-resolver/binding-android-arm64@11.21.3':
+ resolution: {integrity: sha512-8Q+ZjTLvn2dIcWsrmhdrEihm7q+ag/k+mkry7Z+t0QbbHaVxXQfvH9AewyVMh/WrpEKhQ3DDgx9fYbqeCpeOEw==}
cpu: [arm64]
os: [android]
- '@oxc-resolver/binding-darwin-arm64@11.20.0':
- resolution: {integrity: sha512-MUcavykj2ewlR+kc5arpg4tC2RvzJkUxWtNv74pf7lcNk00GpIpN43vXMj+j6r4eMmfZhlb8hueKoIb8e9kAGQ==}
+ '@oxc-resolver/binding-darwin-arm64@11.21.3':
+ resolution: {integrity: sha512-wkh0qKZGHXVUDxFw3oA1TXnU2BDYY/r775oJflGeIr8uDPPoN2pk8gijQIzYRT6hoql/lg3+Tx/SaTn9e2/aGg==}
cpu: [arm64]
os: [darwin]
- '@oxc-resolver/binding-darwin-x64@11.20.0':
- resolution: {integrity: sha512-BGB16nRUK5Etiv//ihPyzj8Lj1px0mhh4YIfe0FDf045ywknfSm0GEbiRESpr6Q4K82AvnyaRIhhluHByvS4bg==}
+ '@oxc-resolver/binding-darwin-x64@11.21.3':
+ resolution: {integrity: sha512-HbNc23FAQYbuyDV2vBWMez4u4mrsm5RAkniGZAWqr6lYZ3N4beeqIb776jzwRl8qL2zRhHVXpUj97X0QgogVzg==}
cpu: [x64]
os: [darwin]
- '@oxc-resolver/binding-freebsd-x64@11.20.0':
- resolution: {integrity: sha512-JZgtePaqj3qmD5XFHJaSLWzHRxQu0LaPkdoM1KJXYADvAaa83ijXHclV3ej3CueeW0wxfIAbGCZVP45J0CA7uQ==}
+ '@oxc-resolver/binding-freebsd-x64@11.21.3':
+ resolution: {integrity: sha512-K6xNsTUPEUdfrn0+kbMq5nOUB5w1C5pavPQngt4TM2FpN91lP0PBe2srSpamb4d69O7h86oAi/qWX/kZNRSjkw==}
cpu: [x64]
os: [freebsd]
- '@oxc-resolver/binding-linux-arm-gnueabihf@11.20.0':
- resolution: {integrity: sha512-hOQ/p3ry3v3SchUBXicrrnszaI/UmYzM4wtS4RGfwgVUX7a+HbyQSzJ5aOzu+o6XZkFkS3ZXN4PZAzhOb77OSg==}
+ '@oxc-resolver/binding-linux-arm-gnueabihf@11.21.3':
+ resolution: {integrity: sha512-VcFmOpcpWX1zoEy8M58tR2M9YxM+Z9RuQhqAx5q0CTmrruaP7Gveejg75hzd/5sg5nk9G3aLALEa3hE2FsmmTQ==}
cpu: [arm]
os: [linux]
- '@oxc-resolver/binding-linux-arm-musleabihf@11.20.0':
- resolution: {integrity: sha512-2ArPksaw0AqeuGBfoS715VF+JvJQAhD2niWgjE5hVO+L+nAfikVQopvngCMX9x4BD8itWoQ3dnikrQyl5Ho5Jg==}
+ '@oxc-resolver/binding-linux-arm-musleabihf@11.21.3':
+ resolution: {integrity: sha512-quVoxFLBy43hWaQbbDtQNRwAX5vX76mv7n64icAtQcJ3eNgVeblqmkupF/hAneNthdqSlnd1sTjb3aQSaDPaCQ==}
cpu: [arm]
os: [linux]
- '@oxc-resolver/binding-linux-arm64-gnu@11.20.0':
- resolution: {integrity: sha512-0bJnmYFp62JdZ4nVMDUZ/C58BCZOCcqgKtnUlp7L9Ojf/czIN+3j72YlLPeWLkzlr6SlYvIQA4SGV/HyO0d+qg==}
+ '@oxc-resolver/binding-linux-arm64-gnu@11.21.3':
+ resolution: {integrity: sha512-X0AqNZgcD07Q4V3RDK18/vYOj/HQT/FnmEFGYS2jTWqY7JO13ryE3TEs3eAIgUJhBnNkpEaiXqz3VK8M7qQhWQ==}
cpu: [arm64]
os: [linux]
libc: [glibc]
- '@oxc-resolver/binding-linux-arm64-musl@11.20.0':
- resolution: {integrity: sha512-wKHHzPKZo7Ufhv/Bt6yxT7FOgnIgW4gwXcJUipkShGp68W3wGVqvr1Sr0fY65lN0Oy6y41+g2kIDvkgZaMMUkw==}
+ '@oxc-resolver/binding-linux-arm64-musl@11.21.3':
+ resolution: {integrity: sha512-YkaQnaKYdbuaXvRt5Qd0GpbihzVnyfR6z1SpYfIUC6RTu4NF7lDKPjVkYb+jRI2gedVO2rVpN35Y6akG6ud4Lw==}
cpu: [arm64]
os: [linux]
libc: [musl]
- '@oxc-resolver/binding-linux-ppc64-gnu@11.20.0':
- resolution: {integrity: sha512-RN8goF7Ie0B79L4i4G6OeBocTgSC56vJbQ65VJje+oXnldVpLnOU7j/AQ/dP94TcCS+Yh6WG8u3Qt4ETteXFNQ==}
+ '@oxc-resolver/binding-linux-ppc64-gnu@11.21.3':
+ resolution: {integrity: sha512-gB9HwhrPiFqUzDeEq+y/CgAijz1YdI6BnXz5GaH2Pa9cWdutchlkGFAiAuGb/PjVQpiK6NFKzFuztxrweoit7A==}
cpu: [ppc64]
os: [linux]
libc: [glibc]
- '@oxc-resolver/binding-linux-riscv64-gnu@11.20.0':
- resolution: {integrity: sha512-5l1yU6/xQEqLZRzxqmMxJfWPslpwCmBsdDGaBvABPehxquCXDC7dd7oraNdKSJUMDXSM7VvVj8H2D2FTjU7oWw==}
+ '@oxc-resolver/binding-linux-riscv64-gnu@11.21.3':
+ resolution: {integrity: sha512-zjDWBlYk8QGv0H8dsPUWqkfjYIIjG2TvspGkzXL0eImbgxtZorA/klKeHyolevoT3Kvbi+1iMr9Lhrh7jf54Og==}
cpu: [riscv64]
os: [linux]
libc: [glibc]
- '@oxc-resolver/binding-linux-riscv64-musl@11.20.0':
- resolution: {integrity: sha512-xHEvkbgz6UC+A3JOyDQy76LkUaxsNSfIr3/GV8slwZsnuooJiIB34gzJfsyvR4JdCYNUUPsRJc/w/oWkODu+hg==}
+ '@oxc-resolver/binding-linux-riscv64-musl@11.21.3':
+ resolution: {integrity: sha512-4UfsQvacV388y1zpXL7C1x1FNYaV52JtuNRiuzrfQA2z1z6ElVrsidkGsrvQ5EgeSq1Pj7kaKqrgGkvFuxJ/tw==}
cpu: [riscv64]
os: [linux]
libc: [musl]
- '@oxc-resolver/binding-linux-s390x-gnu@11.20.0':
- resolution: {integrity: sha512-aWPDUUmSeyHvlW+SoEUd+JIJsQhVhu6a5tBpDRMu058naPAchTgAVGCFy35zjbnFlt0i8hLWziff6HX0D3LU4g==}
+ '@oxc-resolver/binding-linux-s390x-gnu@11.21.3':
+ resolution: {integrity: sha512-b5uH+HKH0MP5mNBYaK75SKsJbw52URqrx2LavYdq6wb0l3ExAG5niYRP9DWUNHdKilpaBVM2bXk9HNWrH3ew7Q==}
cpu: [s390x]
os: [linux]
libc: [glibc]
- '@oxc-resolver/binding-linux-x64-gnu@11.20.0':
- resolution: {integrity: sha512-x2YeSimvhJjKLVD8KSu8f/rqU1potcdEMkApIPJqjZWN7c2Fpt4g2X32WDg1p+XDAmyT7nuQGe0vnhvXeLbH+g==}
+ '@oxc-resolver/binding-linux-x64-gnu@11.21.3':
+ resolution: {integrity: sha512-PjYlmilBpNRh2ntXNYAK3Am5w/nPfEpnU/96iNx7CI8EzAn12J4JRiec63wHJTH31nLoCNxBg/829pN+3CfG3Q==}
cpu: [x64]
os: [linux]
libc: [glibc]
- '@oxc-resolver/binding-linux-x64-musl@11.20.0':
- resolution: {integrity: sha512-kcRLEIxpZefeYfLChjpgFf3ilBzRDZ+yobMrpRsQlSrxuFGtm3U6PMU7AaEpMqo3NfDGVyJJseAjnRLzMFHjwQ==}
+ '@oxc-resolver/binding-linux-x64-musl@11.21.3':
+ resolution: {integrity: sha512-QTBAb7JuHlZ7JUEyM8UiQi2f7m/L4swBhP2TNpYIDc9Wp/wRw1G/8sl6i13aIzQAXH7LKIm294LeOHd0lQR8zA==}
cpu: [x64]
os: [linux]
libc: [musl]
- '@oxc-resolver/binding-openharmony-arm64@11.20.0':
- resolution: {integrity: sha512-HHcfnApSZGtKhTiHqe8OZruOZe5XuFQH5/E0Yhj3u8fnFvzkM4/k6WjacUf4SvA0SPEAbfbgYmVPuo0VX/fIBQ==}
+ '@oxc-resolver/binding-openharmony-arm64@11.21.3':
+ resolution: {integrity: sha512-4j1DFwjwv36ec9kds0jU/ucQ5Ha4ERO/H95BxR5JFf0kqUUAJ1kwII7XhTc1vZrkdJkvLGC9Q2MbpObpum8RBg==}
cpu: [arm64]
os: [openharmony]
- '@oxc-resolver/binding-wasm32-wasi@11.20.0':
- resolution: {integrity: sha512-Tn0y1XOFYHNfK1wp1Z5QK8Rcld/bsOwRISQXfqAZ5IBpv8Gz1IvV39fUWNprqNdRizgcvFhOzWwFun2zkJsyBg==}
+ '@oxc-resolver/binding-wasm32-wasi@11.21.3':
+ resolution: {integrity: sha512-i8oluoel5kru/j1WNrjmQSiA3GQ7wvIYVR1IwIoZtKogAhya2iub+ZKIeSIkcJOrnzQ18Tzl/F+kL3fYOxZLvA==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@oxc-resolver/binding-win32-arm64-msvc@11.20.0':
- resolution: {integrity: sha512-qPi25YNPe4YenS8MgsQU2+bIFHxxpLx1LVna2444cEHqNPhNjvWf9zqj4aWE43H9LpAsTmkkAlA3eL5ElBU3mA==}
+ '@oxc-resolver/binding-win32-arm64-msvc@11.21.3':
+ resolution: {integrity: sha512-M/8dw8dD6aOs+NlPJax401CZB9I7Aut84isQLgALGGwke4Afvw+/7yYhZb94yXf6t2sPLhQLmSmtSV+2FhsOWg==}
cpu: [arm64]
os: [win32]
- '@oxc-resolver/binding-win32-x64-msvc@11.20.0':
- resolution: {integrity: sha512-Wb14jWEW8huH6It9F6sXd9vrYmIS7pMrgkU6sxpLxkP+9z+wRgs71hUEhRpcn8FOXAFa27FVWfY2tRpbfTzfLw==}
+ '@oxc-resolver/binding-win32-x64-msvc@11.21.3':
+ resolution: {integrity: sha512-H7BCt/VnS9hnmMp42eGhZ99izSCRvlnWwy/N71K1/J8QoExwY4262Z8QiEkMDtduRJrztayDxETTckmUuAVL9Q==}
cpu: [x64]
os: [win32]
- '@oxfmt/binding-android-arm-eabi@0.45.0':
- resolution: {integrity: sha512-A/UMxFob1fefCuMeGxQBulGfFE38g2Gm23ynr3u6b+b7fY7/ajGbNsa3ikMIkGMLJW/TRoQaMoP1kME7S+815w==}
+ '@oxfmt/binding-android-arm-eabi@0.57.0':
+ resolution: {integrity: sha512-qVBsEO+KugOsCmUHcO8iqNnqc65p7PCKpCs8M66mPZ+Ri+CWbcpoQOEJBg2OTu03+0qu++NK1jj6IzvQVs0Sig==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [android]
- '@oxfmt/binding-android-arm64@0.45.0':
- resolution: {integrity: sha512-L63z4uZmHjgvvqvMJD7mwff8aSBkM0+X4uFr6l6U5t6+Qc9DCLVZWIunJ7Gm4fn4zHPdSq6FFQnhu9yqqobxIg==}
+ '@oxfmt/binding-android-arm64@0.57.0':
+ resolution: {integrity: sha512-mp6PibWbao3aizijcheOeHQaYEhcUAt8pwLniYbtLfHxL/psFF0BykAwCj+s3c6qIpa8yN8keZICWrqtZ70w8g==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [android]
- '@oxfmt/binding-darwin-arm64@0.45.0':
- resolution: {integrity: sha512-UV34dd623FzqT+outIGndsCA/RBB+qgB3XVQhgmmJ9PJwa37NzPC9qzgKeOhPKxVk2HW+JKldQrVL54zs4Noww==}
+ '@oxfmt/binding-darwin-arm64@0.57.0':
+ resolution: {integrity: sha512-T+0stuCBqmUVY+aMIvrgXhzGhHO3sD5tNiiEcYqgSdPsnukskQqn2u5qOVD0sv1l7RLdFS5Z/f5Wi9Ktyjr3Eg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [darwin]
- '@oxfmt/binding-darwin-x64@0.45.0':
- resolution: {integrity: sha512-pMNJv0CMa1pDefVPeNbuQxibh8ITpWDFEhMC/IBB9Zlu76EbgzYwrzI4Cb11mqX2+rIYN70UTrh3z06TM59ptQ==}
+ '@oxfmt/binding-darwin-x64@0.57.0':
+ resolution: {integrity: sha512-O+3JbqWs/mCI2oi4xfhRO2IVPFJNDDEBV8Odo+ZpmsUOeKJfjXoNH7nDmBEQcDgK7NfjDIyE7kRgYSZcTLDO0A==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [darwin]
- '@oxfmt/binding-freebsd-x64@0.45.0':
- resolution: {integrity: sha512-xTcRoxbbo61sW2+ZRPeH+vp/o9G8gkdhiVumFU+TpneiPm14c79l6GFlxPXlCE9bNWikigbsrvJw46zCVAQFfg==}
+ '@oxfmt/binding-freebsd-x64@0.57.0':
+ resolution: {integrity: sha512-pxwhxVC+JkLX9twOQ/8C/vbuOQcMZyKIDmiRDZfO7yITuVcIdZCiLRqqf4QOxb2+8FWrRXzQpm+1DBKcMpHSSQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [freebsd]
- '@oxfmt/binding-linux-arm-gnueabihf@0.45.0':
- resolution: {integrity: sha512-hWL8Hdni+3U1mPFx1UtWeGp3tNb6EhBAUHRMbKUxVkOp3WwoJbpVO2bfUVbS4PfpledviXXNHSTl1veTa6FhkQ==}
+ '@oxfmt/binding-linux-arm-gnueabihf@0.57.0':
+ resolution: {integrity: sha512-pxBU4zH2imB/MDBfth2rOMeVxXUMjRQLCazagwLARIFH3hVlxZJBlM4nSnHXaIHJK4/qezoFCIORN6AY8Mra4A==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
- '@oxfmt/binding-linux-arm-musleabihf@0.45.0':
- resolution: {integrity: sha512-6Blt/0OBT7vvfQpqYuYbpbFLPqSiaYpEJzUUWhinPEuADypDbtV1+LdjM0vYBNGPvnj85ex7lTerEX6JGcPt9w==}
+ '@oxfmt/binding-linux-arm-musleabihf@0.57.0':
+ resolution: {integrity: sha512-JAprOzt8tycYou36ZgEw14DlRHTiN8qdtKANdV3VZIRIvTI/lh/cX13c9pJ/EnDk2GT3FASH7KvCgQ2AufAifQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
- '@oxfmt/binding-linux-arm64-gnu@0.45.0':
- resolution: {integrity: sha512-jLjoLfe+hGfjhA8hNBSdw85yCA8ePKq7ME4T+g6P9caQXvmt6IhE2X7iVjnVdkmYUWEzZrxlh4p6RkDmAMJY/A==}
+ '@oxfmt/binding-linux-arm64-gnu@0.57.0':
+ resolution: {integrity: sha512-ajtjaxSaj9xl4BW7REt+Cef/ttzbAq00Bq4z7JUDZEfgFXdwSjH8K9bF+IcIJzZB9lKqMfQ4eHuSFOvvlvtqOg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [glibc]
- '@oxfmt/binding-linux-arm64-musl@0.45.0':
- resolution: {integrity: sha512-XQKXZIKYJC3GQJ8FnD3iMntpw69Wd9kDDK/Xt79p6xnFYlGGxSNv2vIBvRTDg5CKByWFWWZLCRDOXoP/m6YN4g==}
+ '@oxfmt/binding-linux-arm64-musl@0.57.0':
+ resolution: {integrity: sha512-p4Y/+RYk9Bk5WO+zHSUXAClRmZ2fbJCejMuCAsU2HhyME4jqf6Ftt/mJYEwIah1wGCBDYOB7wEGV1x5bCEZ6hA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [musl]
- '@oxfmt/binding-linux-ppc64-gnu@0.45.0':
- resolution: {integrity: sha512-+g5RiG+xOkdrCWkKodv407nTvMq4vYM18Uox2MhZBm/YoqFxxJpWKsloskFFG5NU13HGPw1wzYjjOVcyd9moCA==}
+ '@oxfmt/binding-linux-ppc64-gnu@0.57.0':
+ resolution: {integrity: sha512-By6tRALAZsno0F4zedmtG+wdMvJiJmJoXM4d3+A9zHE4HRXLqXITwRH8mgrlcXc5yJM2g2W3riRPwTYdgemZLQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ppc64]
os: [linux]
libc: [glibc]
- '@oxfmt/binding-linux-riscv64-gnu@0.45.0':
- resolution: {integrity: sha512-V7dXKoSyEbWAkkSF4JJNtF+NJZDmJoSarSoP30WCsB3X636Rehd3CvxBj49FIJxEBFWhvcUjGSHVeU8Erck1bQ==}
+ '@oxfmt/binding-linux-riscv64-gnu@0.57.0':
+ resolution: {integrity: sha512-skYeG+RgvyzspqVEBsEprL90OYYZfoVNqB3HcCNR6QDJyXKOzfDRT3zncnHmUaFluIlBHuY23mU1b5WGgR98hA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
libc: [glibc]
- '@oxfmt/binding-linux-riscv64-musl@0.45.0':
- resolution: {integrity: sha512-Vdelft1sAEYojVGgcODEFXSWYQYlIvoyIGWebKCuUibd1tvS1TjTx413xG2ZLuHpYj45CkN/ztMLMX6jrgqpgg==}
+ '@oxfmt/binding-linux-riscv64-musl@0.57.0':
+ resolution: {integrity: sha512-FFgACrZOXAXUh5KQh2mt1CDOVOZmn+QzHP71wM9QobNwyQvoFfyAeefVUltW83g3sm7LTiH3yfFqLLVUpA5ZFQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
libc: [musl]
- '@oxfmt/binding-linux-s390x-gnu@0.45.0':
- resolution: {integrity: sha512-RR7xKgNpqwENnK0aYCGYg0JycY2n93J0reNjHyes+I9Gq52dH95x+CBlnlAQHCPfz6FGnKA9HirgUl14WO6o7w==}
+ '@oxfmt/binding-linux-s390x-gnu@0.57.0':
+ resolution: {integrity: sha512-Nm/BAOfQeFiiKd502mZn/GAVKJwtd0RdCg17G3Wz/WSOIQmDi3+7/SZH4BHn1Ye5KvTVH3ua8WvfwLLycNIuvA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [s390x]
os: [linux]
libc: [glibc]
- '@oxfmt/binding-linux-x64-gnu@0.45.0':
- resolution: {integrity: sha512-U/QQ0+BQNSHxjuXR/utvXnQ50Vu5kUuqEomZvQ1/3mhgbBiMc2WU9q5kZ5WwLp3gnFIx9ibkveoRSe2EZubkqg==}
+ '@oxfmt/binding-linux-x64-gnu@0.57.0':
+ resolution: {integrity: sha512-BiSy5Ku3mQqyxS6YIqAJgd403wEUWvI7kerfzPxc2l/txZVmZM0pSj7oDM+4bGBExowxOi7o73jEam1W0EDTZg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [glibc]
- '@oxfmt/binding-linux-x64-musl@0.45.0':
- resolution: {integrity: sha512-o5TLOUCF0RWQjsIS06yVC+kFgp092/yLe6qBGSUvtnmTVw9gxjpdQSXc3VN5Cnive4K11HNstEZF8ROKHfDFSw==}
+ '@oxfmt/binding-linux-x64-musl@0.57.0':
+ resolution: {integrity: sha512-BCRkJiotz5s9afLYD2LuMvzAoDYx9H17E/YbDyu4xK7l4zHDPeny9ErSXL//i/nJyaOwRk08x4b8cgJC00+JDg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [musl]
- '@oxfmt/binding-openharmony-arm64@0.45.0':
- resolution: {integrity: sha512-RnGcV3HgPuOjsGx/k9oyRNKmOp+NBLGzZTdPDYbc19r7NGeYPplnUU/BfU35bX2Y/O4ejvHxcfkvW2WoYL/gsg==}
+ '@oxfmt/binding-openharmony-arm64@0.57.0':
+ resolution: {integrity: sha512-4Oaxe1qrGgXfpCJ1C/ERJ2iCtV2rN1R79ga9fsfyVHfSQRu/hVW780u2KDqZWFZ/iGTHODJji0JemxqFZ63eIQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [openharmony]
- '@oxfmt/binding-win32-arm64-msvc@0.45.0':
- resolution: {integrity: sha512-v3Vj7iKKsUFwt9w5hsqIIoErKVoENC6LoqfDlteOQ5QMDCXihlqLoxpmviUhXnNncg4zV6U9BPwlBbwa+qm4wg==}
+ '@oxfmt/binding-win32-arm64-msvc@0.57.0':
+ resolution: {integrity: sha512-MYLAsDnhdNsSGheLYhWgbk0vfIrlS84iQYun/y21fX6u0jj8iBtYtbpZMdiqYeuf8U12eVPUjVY2xE2NrCfJ0g==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [win32]
- '@oxfmt/binding-win32-ia32-msvc@0.45.0':
- resolution: {integrity: sha512-N8yotPBX6ph0H3toF4AEpdCeVPrdcSetj+8eGiZGsrLsng3bs/Q5HPu4bbSxip5GBPx5hGbGHrZwH4+rcrjhHA==}
+ '@oxfmt/binding-win32-ia32-msvc@0.57.0':
+ resolution: {integrity: sha512-PBwdzZALJY/jcCx2E6is0yu+cuVXeySTDmwuseD+9j0mHqlRNxwlKgsyRTBed/woPeqfVfuXfWjoq4Cx2Zt3Eg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ia32]
os: [win32]
- '@oxfmt/binding-win32-x64-msvc@0.45.0':
- resolution: {integrity: sha512-w5MMTRCK1dpQeRA+HHqXQXyN33DlG/N2LOYxJmaT4fJjcmZrbNnqw7SmIk7I2/a2493PPLZ+2E/Ar6t2iKVMug==}
+ '@oxfmt/binding-win32-x64-msvc@0.57.0':
+ resolution: {integrity: sha512-bQJdH9i4RRfw55jm7+8/xS7GzHLLTbHx4huhrrDxQJaJtbSDbsyOnODvP1ftT7EG0KFKAYO2S+q6AcioXODx8w==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [win32]
- '@oxlint-tsgolint/darwin-arm64@0.23.0':
- resolution: {integrity: sha512-gOs9PVr2wEg4ox9z0aJo+RKhhImW86YL5N6yav8BK/rgPsIrwN/igSZ+pbRr723NFvUNKde9fgMhRA6JrXAOZw==}
+ '@oxlint-tsgolint/darwin-arm64@0.24.0':
+ resolution: {integrity: sha512-C2uMmwK5Bc4ri4ysZ6sA8Rcu+A5zBQTp6ml2u0CLLbRZp4kMFPV3yWk8B5DK9Aw7y9bbjogIm75tUwGLFzlsYQ==}
cpu: [arm64]
os: [darwin]
- '@oxlint-tsgolint/darwin-x64@0.23.0':
- resolution: {integrity: sha512-kjJ8B+7n4tB9VJdxS5A9GdJt6/bYpzbu4lXp2uO1S3sRmCB5gDEABlGoiePNApRWaW+xqL4b4xgiE727jSLhuA==}
+ '@oxlint-tsgolint/darwin-x64@0.24.0':
+ resolution: {integrity: sha512-Wgvt/1lRbDxmoNqWQKKcL+UIiqLmdJ+EWLpQa1qzoNVAfNB0PJpa82/8dH1twT/3rSs4zrP5TXPWl4juB71WuQ==}
cpu: [x64]
os: [darwin]
- '@oxlint-tsgolint/linux-arm64@0.23.0':
- resolution: {integrity: sha512-6dCZuKNu135seMXilkRk9SpCx6i1XgmiipYGalLij5WVRX6ZYS8c4xI7preN/zv9fCXhsQclTIMDu2Y/cytTjw==}
+ '@oxlint-tsgolint/linux-arm64@0.24.0':
+ resolution: {integrity: sha512-PB1rxII7KV83+ASY4sSkXtqvpij6ME66+QCRL49uksi/ofs2Rf/UVboYr095n0Rkbl2wgvlsHGl6DHC361jQUQ==}
cpu: [arm64]
os: [linux]
- '@oxlint-tsgolint/linux-x64@0.23.0':
- resolution: {integrity: sha512-3bdilnyA7kmSTjK27rvjIjSxL5SIg3wt7vwNiRkouWB83ytssyKnuGvxSYJxgMEmFpSutzaBzcCUM2jDtPGcgA==}
+ '@oxlint-tsgolint/linux-x64@0.24.0':
+ resolution: {integrity: sha512-xcz3CxKmjTQLREtE/UShh+ruWmm9nAb7UM9zKcD65BStiuYgOakAKkPHl4YS5DztpVcDrE0+HqbOolTlRKYWmw==}
cpu: [x64]
os: [linux]
- '@oxlint-tsgolint/win32-arm64@0.23.0':
- resolution: {integrity: sha512-j+OEp44SVYiQ+ZD+uttsX7u6L9SvmbbQ77SO1pSFCcJlsVMeCk8qZsjhKfGKuT/jIA+ipOJMVs/+pqUfObBWNw==}
+ '@oxlint-tsgolint/win32-arm64@0.24.0':
+ resolution: {integrity: sha512-A2i6ZGBec3i20S7RaxkgHc6r3HYtD5Mn7j/mb22NkTz14u0JuudvTu6JggAnbGMcv8+dBKQI//EasxSPJLD8pw==}
cpu: [arm64]
os: [win32]
- '@oxlint-tsgolint/win32-x64@0.23.0':
- resolution: {integrity: sha512-5MyjFuqf+g8OUPJBSGWHJtmoWnzFJYyOg4To9WMQshZYEWig/vtu7JtJ03VWnzHv9LJkAUeApY0gVCOywFR/iQ==}
+ '@oxlint-tsgolint/win32-x64@0.24.0':
+ resolution: {integrity: sha512-0ZbGd9qRB6zs82moekaKdEvncRANq49EAwfNX62JpTS46feXUhKAuoyVDvZMj6Rywejylrmmu79Wo6faYCo4Ew==}
cpu: [x64]
os: [win32]
- '@oxlint/binding-android-arm-eabi@1.70.0':
- resolution: {integrity: sha512-zFh0P4cswmRvw6nkyb89dr18rRanuaCPAsEXsFDoQY8WdaquI8Pt4NWFjaMJg6L23cy5NeN8J9cBnREbWzZhaw==}
+ '@oxlint/binding-android-arm-eabi@1.72.0':
+ resolution: {integrity: sha512-zhCmvn+1Mj3UchAc/90i99S0t7jJUsHmFVSPg4UWrjO8b8eaSGwscgO6QAUtvHBstkjQwBttQNswEnAF1mIQdA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [android]
- '@oxlint/binding-android-arm64@1.70.0':
- resolution: {integrity: sha512-qI8o4HZjeGiBrWv+pJv4lH0Yi2Gl/JSp/EumBUApezJprIKa5PS4nU0lQsQngtky8k+SplQIOjv6hwu0SSxeyg==}
+ '@oxlint/binding-android-arm64@1.72.0':
+ resolution: {integrity: sha512-mtH+aY/ozv1eZoCUC2owjFAtyNBKHpJHygKeEu9zXXnQGW1Q2/qOpvx+I+Lf23+TvTz66F4iiXUbl2cGvoLPCQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [android]
- '@oxlint/binding-darwin-arm64@1.70.0':
- resolution: {integrity: sha512-8KjgVVHI5F9nVwHCRwwA78Ty7zNKP4Wd9OeN5PSv3iu/F/u1RVXoOCgLhWqust6HmwQG6xc8c+RCyaWENy24+w==}
+ '@oxlint/binding-darwin-arm64@1.72.0':
+ resolution: {integrity: sha512-EvnajNPDtfknB3ZieeOOyDTwJn9QXDiwfnF4ZDQqART6RG6hjY4WigQcZdGoK2dkB3e1vrmEzN9aYbQCUkh/gQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [darwin]
- '@oxlint/binding-darwin-x64@1.70.0':
- resolution: {integrity: sha512-WVydssv5PSUBXFJTdNBWlmGkbNmvPGaFt/2SUT/EZRB6bq6bEOHmMlbnupZD5jmlEvi9+mZJHi8TCw15lyfSfQ==}
+ '@oxlint/binding-darwin-x64@1.72.0':
+ resolution: {integrity: sha512-ZkCdEa/G80A7vEHfeCDz/+L3m33DE73v32mDKhgOIgz8Uwf0DFcK7+uu6qC+7LEhmz5fpOe1osWKyjSNMydFIQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [darwin]
- '@oxlint/binding-freebsd-x64@1.70.0':
- resolution: {integrity: sha512-hJucmUf8OlinHNb1R7fI4Fw6WsAstOz7i8nmkWQfiHoZXtbufNm+MxiDTIMk1ggh2Ro4vLzgQ+bKvRY54MZoRA==}
+ '@oxlint/binding-freebsd-x64@1.72.0':
+ resolution: {integrity: sha512-NroXv2vh+sxVY1uya/rM5pjhx1hm8BzlYpx9q67QP0Xhw5MH2bf5GJylpvLEC+781p1Xli/317EoV9AlGwViag==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [freebsd]
- '@oxlint/binding-linux-arm-gnueabihf@1.70.0':
- resolution: {integrity: sha512-1BnS7wbCYDSXwWzJJ+mc3NURoha6m6m6RT5c6vgAY3oz7C3OVXP+S0awo2mRq97arrJkVvO3qRQfyAHL+76xtQ==}
+ '@oxlint/binding-linux-arm-gnueabihf@1.72.0':
+ resolution: {integrity: sha512-0NDywYgfj279Ou/BcQuCYSj7NJwBfmWn5qc5uGO/Ny7fUWmXyIpvawqX/8acQlWG6IXelJsJhj+JAy6sjsKj0A==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
- '@oxlint/binding-linux-arm-musleabihf@1.70.0':
- resolution: {integrity: sha512-yKy/UdbR55+M2yEcuiV5DCNC/gdQAjr/GioUy50QwBzSrKm8ueWADqyRLS9Xk+qjNeCYGg6A8FvUBds56ttfqg==}
+ '@oxlint/binding-linux-arm-musleabihf@1.72.0':
+ resolution: {integrity: sha512-4vpXB06h65Ezsy4hRyrGjGrfa1SkVPii09yaajiYhmVpgsFiLD+KNxIx/BNAY+XiO+i1yqp9HHdwqM8VTqa5XQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
- '@oxlint/binding-linux-arm64-gnu@1.70.0':
- resolution: {integrity: sha512-0A5XJ4alvmqFUFP/4oYSyaO+qLto/HrKEWTSaegiVl+HOufFngK2BjYw9x4RbwBt/du5QG6l5q1zeWiJYYG5yg==}
+ '@oxlint/binding-linux-arm64-gnu@1.72.0':
+ resolution: {integrity: sha512-immaN4g2ZGFiOkKrvRX9LvzZdd2GkQM5wR+UyzYyUuyhUTXGQ4HKUJH18xp4G8OfhCVaVAJfKZxwE1r8+4hhaQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [glibc]
- '@oxlint/binding-linux-arm64-musl@1.70.0':
- resolution: {integrity: sha512-JiylyurlB0CLSedNtx1gzv3FvfWPF1h/2Y3BJszPLNt5XQFlBsH5ke0Jle3iJb3uqu5m2e7A/DwzpuCAHdiU+A==}
+ '@oxlint/binding-linux-arm64-musl@1.72.0':
+ resolution: {integrity: sha512-JGHS9Mnr7iWyyLDxgCv1MhzVpAckgptg00F2gnxt/GD7lQ2SW1BRcxHqhSTaSdDpjWRrBkBxMMh4+Hn3aVtExg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [musl]
- '@oxlint/binding-linux-ppc64-gnu@1.70.0':
- resolution: {integrity: sha512-J8VPG7I3/HmgaU4u8pNU2kFx2+0U+vPLS1dXFxXOaR/2TQ0f8AC7DRz0SRGRI1bfphnX2hVYTTtLuhL4nYKL+Q==}
+ '@oxlint/binding-linux-ppc64-gnu@1.72.0':
+ resolution: {integrity: sha512-AOYgBZqxNshrg83P9v0RYv+m8s10Cqkj4/PxXFDhcS3k7FqsIG5+CxErshZCIN7G8iy4Y+VGfAsuEdar8AcbBg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ppc64]
os: [linux]
libc: [glibc]
- '@oxlint/binding-linux-riscv64-gnu@1.70.0':
- resolution: {integrity: sha512-N2+4lV2KLN+oXTIIIwmWDhwkrnvqf5oX7Hw0zPjk+RuIVgiBQSOlJWF7uQoFx2siEYX0ZQ5cfSbEAHm+J3t7Wg==}
+ '@oxlint/binding-linux-riscv64-gnu@1.72.0':
+ resolution: {integrity: sha512-QMybPS5ij3/vrKG67mqzHwW++91sYxK/PPUVi6SBtNCEzW4niS52fVBdXbQ6nou0wWbUPEpx8Sl/ZjtgE3clXA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
libc: [glibc]
- '@oxlint/binding-linux-riscv64-musl@1.70.0':
- resolution: {integrity: sha512-1e2L7cFCvx9QDzq6NPP+0tABKb5z6nWHyddWTNKprEsjO9xNrAtPowuCGpjNXxkTdsMiZ4jc8YQ5SstZd4XK6g==}
+ '@oxlint/binding-linux-riscv64-musl@1.72.0':
+ resolution: {integrity: sha512-gOc3W7JV0PXRpIL7stUlLe3Wa9Gp0Kdlup87IT3gHDvPKck2xNgMIl/Gs2lldYY2lyXZDC4rWi3hmoLUobkgbQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
libc: [musl]
- '@oxlint/binding-linux-s390x-gnu@1.70.0':
- resolution: {integrity: sha512-Kwu/l/8GcYibCWA9m9N5pRXMIKVSsL/YbgpLzYkqDhWTiqdRfnNJ/+nqIKRKQiFbHWsdlHEhzMwruJK+qcEruA==}
+ '@oxlint/binding-linux-s390x-gnu@1.72.0':
+ resolution: {integrity: sha512-rpGxph+FjjHcYI5q6uxB3Az+tnfmEnDbSA8+PK9ZE/VzyUAkvBOMeuY7ZQMhu5mpZH7YQDsTdW6Cx4kV/msc6w==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [s390x]
os: [linux]
libc: [glibc]
- '@oxlint/binding-linux-x64-gnu@1.70.0':
- resolution: {integrity: sha512-tap04CsHYOl0nSAQJfPNIuBxqEPB2HnhQqwaOXLg1jnp2XfRo8Fa814dA4QC4zpvTWXCjAAaCY1W5LOORkEQuQ==}
+ '@oxlint/binding-linux-x64-gnu@1.72.0':
+ resolution: {integrity: sha512-WND+uhf/Ko13SLqQMWQUgsZuLvYYEvL0ZKgg0tgGYfLqxG7l8Ju123fHDMJyYSDl5E3bUbpFUuii/OvMreFQzw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [glibc]
- '@oxlint/binding-linux-x64-musl@1.70.0':
- resolution: {integrity: sha512-hzJa/WgvtJpbBD9rgfy0qe+MjbxOXNUT0bfR1S6EQQzfTtBFA9xg5q8KSwRrQ2QfSS+TaP4j+4mVPQrfNc6UNg==}
+ '@oxlint/binding-linux-x64-musl@1.72.0':
+ resolution: {integrity: sha512-SrpbrUL70nG9vh6zP4/oKHWgLuHquwsr7MW9XOn0olBVgh10Uqr8qscKhQoBGEn6olK/IUpn5GSKcdQ5AjUhGA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [musl]
- '@oxlint/binding-openharmony-arm64@1.70.0':
- resolution: {integrity: sha512-xbsaNSNzVSnaJACCUYr1HQMyY/Q/Q1LkePmHG3UvZPvGCYGNxrsZp9OmtA6ick8xH47ltRRbRrPCM1YXYcyC+A==}
+ '@oxlint/binding-openharmony-arm64@1.72.0':
+ resolution: {integrity: sha512-qkrsEn6NmgFKr7U/QnezQMb+q/vzAy0Dd9Y95gQGQTyjzDLN+HRZMuM5u70iyH4nBLCfKBzhjMsYCehKay2jyg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [openharmony]
- '@oxlint/binding-win32-arm64-msvc@1.70.0':
- resolution: {integrity: sha512-icAEsUI7JbW1TMRdEXV83mVAInhRVQYuuAlPpxdGwJ95chNdnCzjloRW8GglT0WvzOEZSio6fnYSk2DJ2Hv7LQ==}
+ '@oxlint/binding-win32-arm64-msvc@1.72.0':
+ resolution: {integrity: sha512-LWR6ZlFZph+KPjXv8opgZsXRDCdrdQe8VL8Cg9zxCoBS73h6znzZpydVgmdnwj8mB9AuSM5jxEgDJDpQkjboeg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [win32]
- '@oxlint/binding-win32-ia32-msvc@1.70.0':
- resolution: {integrity: sha512-FHMSWbVsPVs/f+Jcl04ws4JJ2wUnauyTzlpxWRG/lSO/8GpX08Fo2gQZqdA6CrRFI+zvkxl+N/KwJGWfUwYVZA==}
+ '@oxlint/binding-win32-ia32-msvc@1.72.0':
+ resolution: {integrity: sha512-yt6HEh7IsHvtjRWtmeZRX134eaXKHq5Gnqlf1xBJdJl1JtdoRUEJw3nAxpZoUDS860cX/foKbztO441anVBtVQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ia32]
os: [win32]
- '@oxlint/binding-win32-x64-msvc@1.70.0':
- resolution: {integrity: sha512-ptOlKwCz7n4AKs5VweMqG6DAg677FmKOK+vBkkL9DMNgFATIQ+upqUYBTOEwRQyRAx1ncGlPlXleV2hIcm3z4g==}
+ '@oxlint/binding-win32-x64-msvc@1.72.0':
+ resolution: {integrity: sha512-b2eKFD2hX7tIwmo/cyH6TDq8vzWRZ2qNHrzoGntUTmq0h3zQh/uX3eTSHCwI8OB/ADQfJCRelLItK8BsxuucDA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [win32]
@@ -2171,8 +2142,8 @@ packages:
react: ^18.0.0
react-dom: ^18.0.0
- '@react-types/shared@3.35.0':
- resolution: {integrity: sha512-iNWvuzEwANttpQpdlu8nPBtdHb0mcCMj1ZTH//iRB5E/14IAnyRlR25rxH7pNLyzHINsPGEKnWvpwDMCT6vziQ==}
+ '@react-types/shared@3.36.0':
+ resolution: {integrity: sha512-DkP/H0C2YjjS7gZWKNqOmU8a16qHPjQNdzMwmTq9SzplM6Iw0kVMTZ0OIoe6FOgGqa+FwMsE2QbPjh/n3g/jXQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
@@ -2495,8 +2466,8 @@ packages:
cpu: [x64]
os: [win32]
- '@sableclient/sable-call-embedded@1.1.6':
- resolution: {integrity: sha512-acvx+6Cp7OU6fiXHs5gISyiTjEDAmh9h1xSL4LI1/QezSzb1AAV4v0PDfzNqzPweTZGIrr0b+8I5/Z7Bu9gVSQ==}
+ '@sableclient/sable-call-embedded@1.1.7':
+ resolution: {integrity: sha512-I2GSgGSUjY7ytsurTQ7JfBAsO8ZiytniknbNVzJfbN6MQjr69YDmj/UHtB2QUqwPqUmxHVxhtqVTiUgFx0k8mA==}
'@sableclient/twemoji-font@1.0.4':
resolution: {integrity: sha512-LzvQB/VZtv5KEq1VYq2azr7v7cYT8oklOVRGkAN2RNwa3sF0XcnqM3lBHSYRFXQleGLSUgs3gA0slbwkD2+sJw==}
@@ -2505,12 +2476,12 @@ packages:
resolution: {integrity: sha512-p4q8gn8wcFqZGP/s2MnJCAAd8fTikaU6A0mM97RDHQgStcrYiaS0Sc5zUNfb1V+UOLPuvdEdL6MwyxfzjYJQTA==}
engines: {node: '>= 18'}
- '@sentry/browser-utils@10.58.0':
- resolution: {integrity: sha512-TzXrhZq3Llj6qPSv0ZVG5N5c7C6qNN/aRKJXhq2LombJrLwiQrWdgizp7zdHA0FGlZ7F5YpyRA2JIpkhvrFqYA==}
+ '@sentry/browser-utils@10.63.0':
+ resolution: {integrity: sha512-DhUGNN+CH8fzAs6qAsueKPU70qShyTX3NxLhIP+l5DbGXDSXpYXBT6s8ubZus0/LhxpLvI0iSyNIDvZRD/gZaA==}
engines: {node: '>=18'}
- '@sentry/browser@10.58.0':
- resolution: {integrity: sha512-Syf6h6HDwC15fk86+/0ql8ebwwJFw2wp+lvOX9GfLTJVOqrSILCrtLKNI+f4v/3w8mzImsv9ttJGGbUugLNvcA==}
+ '@sentry/browser@10.63.0':
+ resolution: {integrity: sha512-0mi56YOkwgyjdLOcN5cB1//EcYzEOt3NZ2GLygE92B3zAAwVM1WgbmibZCXToKFClH7z1uH3VWVfBffmkwIMYw==}
engines: {node: '>=18'}
'@sentry/bundler-plugin-core@5.3.0':
@@ -2569,26 +2540,26 @@ packages:
engines: {node: '>= 10'}
hasBin: true
- '@sentry/core@10.58.0':
- resolution: {integrity: sha512-bkIbh2c6dzwhrWn/FGWu7j8hf6TAat2XxpkGM91LiN09fLYUXIMwcohVsXqze5l2cq35TnvqmSROAbRNr27GVw==}
+ '@sentry/core@10.63.0':
+ resolution: {integrity: sha512-OtUbsrnbEHffOF2S2+M5zXa3HIM0U2b4CDVLKMY1dgS0J3ivRF8XvkjvyIcEG/y8JXnwXbnprLyjhG+AqMdUZQ==}
engines: {node: '>=18'}
- '@sentry/feedback@10.58.0':
- resolution: {integrity: sha512-VmIlR/0O0GXITbvgjPkQqd6yM0JDEk52WXv6Rs1kTdaIDU5h3Y64VDVN4MAbYVRHqSz7F1arjRRk2FkaKC7ZOQ==}
+ '@sentry/feedback@10.63.0':
+ resolution: {integrity: sha512-If/+72xFg9ylz4twUo3U9gUpZ+Ys+T/3Y09WH7r2gGhWEOF9bp+ta94+Pg7Lb0M2nVD7waz4OxIvB49GEvtLDA==}
engines: {node: '>=18'}
- '@sentry/react@10.58.0':
- resolution: {integrity: sha512-3FLRtnXrue30UZALrQ9wQZeuvVmZl/pTCA+RyPlaZ5GxcYTapN9CVbm1IvbQpK4w1bt80+JxaKM4HikvII6KpA==}
+ '@sentry/react@10.63.0':
+ resolution: {integrity: sha512-+/Y0dd4EMqyqYBJ1D3bAYYuG+ccIx5+IFcbTZ9p+XWnW6nNIVjy5zttVftYo6xOmtTQbzRuPT/vO4dqDHKKmfw==}
engines: {node: '>=18'}
peerDependencies:
react: ^16.14.0 || 17.x || 18.x || 19.x
- '@sentry/replay-canvas@10.58.0':
- resolution: {integrity: sha512-ufFmaJ968DXGe6u9W/UqNVjCCTtAqT2bNtSu1jHAjIFFpWIuM80lcR33grK6SuGnFxceu5iJFaIW6JRyfbM0Sw==}
+ '@sentry/replay-canvas@10.63.0':
+ resolution: {integrity: sha512-1Dg6yo+KDNZcE9M6V2EP4DGgTDJMcUgg5ui69w/E96ZZPWErS/bibK2bGj20H3qwpJXlnEwXB5YAJ2fZ620T1A==}
engines: {node: '>=18'}
- '@sentry/replay@10.58.0':
- resolution: {integrity: sha512-EVasQNUenpwJksK9DI1TQ78YytpjLAhxn0UTiHqA3sU/s1fHK5XZdZJPr/9uEGedRoInIP0UIWmbOtOEX8HHDg==}
+ '@sentry/replay@10.63.0':
+ resolution: {integrity: sha512-u4fDaLbd4QmJbU0qGzV5g2B2hjw5utdeZzpTrmq565AS5o6mfaZdCz30zF9R2Unkn0g9SJr90piTN2RMwvDrkw==}
engines: {node: '>=18'}
'@sentry/rollup-plugin@5.3.0':
@@ -2784,31 +2755,31 @@ packages:
'@swc/wasm@1.15.41':
resolution: {integrity: sha512-wFocmIRY5pSvqxzvJbsKiHyP6oNrSPqBbicF1TV3n0E1ZekSQm/hG9cbRYwxd2pVGL4Nmg8JNpIeLSwRS97Gdg==}
- '@tanstack/query-core@5.101.0':
- resolution: {integrity: sha512-cQetA74EB+seWySv1TTKr828TnP0u39m6LykwDXIo84SNortpDkp30TMEjkqtYCNP9c40uT/iwl6MLiufEt0Ow==}
+ '@tanstack/query-core@5.101.2':
+ resolution: {integrity: sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw==}
- '@tanstack/query-devtools@5.101.0':
- resolution: {integrity: sha512-MVqw17k08RQtGGLEL654+dX/btbX9p/8WjkznO//zusLTMaObxi3Q+MoFwGVkC9K3tqjn8qrrNhJevXx4fJTeQ==}
+ '@tanstack/query-devtools@5.101.2':
+ resolution: {integrity: sha512-o+wHcqgN7Pp0s8v1i0UGq/ZrrEKrxdIiMQmKRdYb2w7NPtylYSJ4+wg/tIn71m9DLstwUwdEGAvROdly6HXP6w==}
- '@tanstack/react-query-devtools@5.101.0':
- resolution: {integrity: sha512-cpZA0+WqKXwrwMfiWZEGGF6QrIWVQFbhBtxqDF5sQsAfrFf47HIE6fiPbQU3wyAUEN2+7UNqLCQe7oG6m3f93w==}
+ '@tanstack/react-query-devtools@5.101.2':
+ resolution: {integrity: sha512-eU7HctdA9gDjqoERoEdzLbw9DiqnBDfh5+Hu0u26gjqoHJezOpQAuiesDL2VvkU+2cPV76zgv0tMZsOrI4LjnQ==}
peerDependencies:
- '@tanstack/react-query': ^5.101.0
+ '@tanstack/react-query': ^5.101.2
react: ^18 || ^19
- '@tanstack/react-query@5.101.0':
- resolution: {integrity: sha512-rLlJXSpkqfizLWgkR5+eLeIk0MvTx/meEIR7LRjxic+qxiQP8zVjq7BqQkiCMNLQBlLfuOLqqr6KO5GtrDlmSg==}
+ '@tanstack/react-query@5.101.2':
+ resolution: {integrity: sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==}
peerDependencies:
react: ^18 || ^19
- '@tanstack/react-virtual@3.14.3':
- resolution: {integrity: sha512-k/cnHPVaOfn46hSbiY6n4Dzf4QjCGWSF40zR5QIIYUqPAjpA6TN7InfYmcMiDVQGP2iUn9xsRbAl8u1v3UmeVQ==}
+ '@tanstack/react-virtual@3.14.5':
+ resolution: {integrity: sha512-4EKRXh7zBLkbKbFmG3AUVkircuHd+7OdT1pocJSepxtfBd3qnrJgJ5rtPkRYyo9fmyVb2+pI2xPy5oYvMLQy6A==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
- '@tanstack/virtual-core@3.17.1':
- resolution: {integrity: sha512-VZyW2Uiml5tmBZwPGrSD3Sz73OxzljQMCmzYHsUTPEuTsERf5xwa+uWb01xEzkz3ZSYTjj8NEb/mKHvgKxyZdA==}
+ '@tanstack/virtual-core@3.17.3':
+ resolution: {integrity: sha512-8Np/TFELpI0ySuJoVmjvOrQYXH/8sTX0Biv9szhFhY39xOdAAY+smrMxjxOum/ux3eM8MUJQsEJ0/R0UpvC8dw==}
'@testing-library/dom@10.4.1':
resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==}
@@ -2887,8 +2858,8 @@ packages:
'@types/leaflet@1.9.21':
resolution: {integrity: sha512-TbAd9DaPGSnzp6QvtYngntMZgcRk+igFELwR2N99XZn7RXUdKgsXMR+28bUO0rPsWp8MIu/f47luLIQuSLYv/w==}
- '@types/node@24.10.13':
- resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==}
+ '@types/node@24.13.2':
+ resolution: {integrity: sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==}
'@types/prop-types@15.7.15':
resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==}
@@ -2910,9 +2881,6 @@ packages:
'@types/trusted-types@2.0.7':
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
- '@types/ua-parser-js@0.7.39':
- resolution: {integrity: sha512-P/oDfpofrdtF5xw433SPALpdSchtJmY7nsJItf8h3KXqOslkbySh8zq4dSWXH2oTjRvJ5PczVEoCZPow6GicLg==}
-
'@use-gesture/core@10.3.1':
resolution: {integrity: sha512-WcINiDt8WjqBdUXye25anHiNxPc0VOrlT8F6LLkU6cycrOGUDyY/yyFmsg3k8i5OLvv25llc0QC45GhR/C8llw==}
@@ -2927,8 +2895,8 @@ packages:
'@vanilla-extract/compiler@0.7.0':
resolution: {integrity: sha512-rZQ40HVmsxfGLjoflwwsaUBLfpbpKDoZC19oiDA0FHq4LdrYtyVbFkc0MfqkNo/qBCvaZfsRezCqk0QQxCqZ8w==}
- '@vanilla-extract/css@1.20.1':
- resolution: {integrity: sha512-5I9RNo5uZW9tsBnqrWzJqELegOqTHBrZyDFnES0gR9gJJHBB9dom1N0bwITM9tKwBcfKrTX4a6DHVeQdJ2ubQA==}
+ '@vanilla-extract/css@1.21.1':
+ resolution: {integrity: sha512-T6z6oeT+o0OwqukE6kLs9w5ooB75b8NPRadyU9pPTml83l40TPN+mscPt2OQ9P9cYfwEBMfsfivwiJujs2mzmg==}
'@vanilla-extract/integration@8.0.10':
resolution: {integrity: sha512-01IB5gbrgTe8IIrtfRXXTmACl5D8Enzqp2cKbCWaMKXmnoilXXVCPbJoA96q88PXkNDXsXepCxUugMvEmL3c7A==}
@@ -2941,8 +2909,8 @@ packages:
peerDependencies:
'@vanilla-extract/css': ^1.0.0
- '@vanilla-extract/vite-plugin@5.2.2':
- resolution: {integrity: sha512-AUyB4fDR2b/Mo0lcXhhlf6RxnDPYwFMyKKopalJ4BwQNKYzZSoTwHJ1PLPO9SKhpz7lzXc0Z18GHQZOewzl3YA==}
+ '@vanilla-extract/vite-plugin@5.2.3':
+ resolution: {integrity: sha512-OwkW0DVNrDBIOpxexE83Y7lpjRsTsu+87xGzo2JXy6qUEJuM+b8/iEqt+ZUbvCNLs6bnC9+QNISZOG33rPMBlg==}
peerDependencies:
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -3322,6 +3290,9 @@ packages:
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
engines: {node: '>=6'}
+ detect-europe-js@0.1.2:
+ resolution: {integrity: sha512-lgdERlL3u0aUdHocoouzT10d9I89VVhk0qNRmll7mXdGfJT1/wqZ2ZLA4oJAjeACPY5fT1wsbq2AT+GkuInsow==}
+
detect-libc@2.1.2:
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
engines: {node: '>=8'}
@@ -3336,21 +3307,24 @@ packages:
dom-accessibility-api@0.6.3:
resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==}
- dom-serializer@2.0.0:
- resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
+ dom-serializer@3.1.1:
+ resolution: {integrity: sha512-4MEa38/QexBob6gFNwu+EGdWvhJ1OKuNwdYY3Y3NyeWDQfnGeDYQUDfIRzWu5B5gsv03so2Uxd28YC6zrsx3Lw==}
+ engines: {node: '>=20.19.0'}
- domelementtype@2.3.0:
- resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
+ domelementtype@3.0.0:
+ resolution: {integrity: sha512-umCQid3jKbDmVjx8jGaW7uUykm4DEUeyV21hPxNMo2nV955DhUThwqyOIDtreepP31hl84X7G5U9ZfsWvIB3Pg==}
+ engines: {node: '>=20.19.0'}
- domhandler@5.0.3:
- resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
- engines: {node: '>= 4'}
+ domhandler@6.0.1:
+ resolution: {integrity: sha512-gYzvtM72ZtxQO0T048kd6HWSbbGCNOUwcnfQ01cqIJ4X2IYKFFHZ5mKvrQETcFXxsRObZulDaKmy//R7TPtsBg==}
+ engines: {node: '>=20.19.0'}
- dompurify@3.4.10:
- resolution: {integrity: sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w==}
+ dompurify@3.4.11:
+ resolution: {integrity: sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==}
- domutils@3.2.2:
- resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
+ domutils@4.0.2:
+ resolution: {integrity: sha512-qI4JLRKnSzqFqr7hAlS5xQDusBCjKSEG4t4+7aNrIQMHBcsC2TGEhuyABJdYkgSewL57PNLYEiibY2iPKhKpaA==}
+ engines: {node: '>=20.19.0'}
dot-case@3.0.4:
resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
@@ -3384,10 +3358,6 @@ packages:
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
engines: {node: '>=0.12'}
- entities@7.0.1:
- resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
- engines: {node: '>=0.12'}
-
entities@8.0.0:
resolution: {integrity: sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==}
engines: {node: '>=20.19.0'}
@@ -3429,11 +3399,6 @@ packages:
resolution: {integrity: sha512-CxN9N56HYfd2m/acc/NOFrZQsN9kU4eh+2kk6A707Kz1krH8tKmfrs5RnftB8WNX80T0NS7vSQsDOlg23diR2g==}
engines: {node: '>= 0.4'}
- esbuild@0.27.3:
- resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==}
- engines: {node: '>=18'}
- hasBin: true
-
esbuild@0.27.7:
resolution: {integrity: sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==}
engines: {node: '>=18'}
@@ -3479,19 +3444,12 @@ packages:
fast-deep-equal@3.1.3:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
- fast-glob@3.3.3:
- resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
- engines: {node: '>=8.6.0'}
-
fast-json-stable-stringify@2.1.0:
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
fast-uri@3.1.2:
resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==}
- fastq@1.20.1:
- resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
-
fd-package-json@2.0.0:
resolution: {integrity: sha512-jKmm9YtsNXN789RS/0mSzOC1NUq9mkVd65vbSSVsKdjGvYXBuE4oWe2QOEoFeRmJg+lPuZxpmrfFclNhoRMneQ==}
@@ -3524,15 +3482,16 @@ packages:
flatted@3.4.2:
resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
- focus-trap-react@10.3.1:
- resolution: {integrity: sha512-PN4Ya9xf9nyj/Nd9VxBNMuD7IrlRbmaG6POAQ8VLqgtc6IY/Ln1tYakow+UIq4fihYYYFM70/2oyidE6bbiPgw==}
+ focus-trap-react@12.0.3:
+ resolution: {integrity: sha512-4eXtzhRTtFrxle9Tkl0Wkj8SFJnWz3i3yb5e53Mdn4E8XZQ/Lzqom9U4uUAJ8wd7yDmyGVP96dxwQZXLXd4sbg==}
peerDependencies:
- prop-types: ^15.8.1
- react: '>=16.3.0'
- react-dom: '>=16.3.0'
+ '@types/react': ^18.0.0 || ^19.0.0
+ '@types/react-dom': ^18.0.0 || ^19.0.0
+ react: ^18.0.0 || ^19.0.0
+ react-dom: ^18.0.0 || ^19.0.0
- focus-trap@7.8.0:
- resolution: {integrity: sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==}
+ focus-trap@8.2.2:
+ resolution: {integrity: sha512-qV0g8hRYBqgACcFOH3f9wXc4zPKhr/0z9RI2a6ZijZ72EeBi4g8oBy8zAWuUR1TsMpOzwpUMFvjdasrC41Joug==}
folds@2.6.2:
resolution: {integrity: sha512-1HemxxSnBm8/U5kq1pDQrFkpltWgQN90DmWCZWkZb7D2pe8BhOJSwIRLjk9WxHcw6nn69oz2XNYIXtSw0LvX1w==}
@@ -3556,8 +3515,8 @@ packages:
engines: {node: '>=18.3.0'}
hasBin: true
- framer-motion@12.40.0:
- resolution: {integrity: sha512-uaBd3qC1v3KQqBEjwTUd183K6PbS+j0yR9w9VmEOLWA/tnUcSn8Xa3uck7t4dgpDoUss8xQTcj8W2L07lrnLFg==}
+ framer-motion@12.42.2:
+ resolution: {integrity: sha512-5XY9luDiu0oHfHBjpDthFMh0ES+122w6p/papSJBweMkO8Sn+PW2QaEgRblQBpWFnuvZS5qvarpt/hO2pjGmnw==}
peerDependencies:
'@emotion/is-prop-valid': '*'
react: ^18.0.0 || ^19.0.0
@@ -3612,6 +3571,9 @@ packages:
resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==}
engines: {node: '>= 0.4'}
+ get-tsconfig@4.14.0:
+ resolution: {integrity: sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==}
+
glob-parent@5.1.2:
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
engines: {node: '>= 6'}
@@ -3667,11 +3629,8 @@ packages:
hoist-non-react-statics@3.3.2:
resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==}
- html-dom-parser@5.0.3:
- resolution: {integrity: sha512-slsc6ipw88OUZjAayRs5NTmfOQCwcUa3hNyk6AdsbQxY09H5Lr1Y3CZ4ZlconMKql3Ga6sWg3HMoUzo7KSItaQ==}
-
- html-dom-parser@5.1.8:
- resolution: {integrity: sha512-MCIUng//mF2qTtGHXJWr6OLfHWmg3Pm8ezpfiltF83tizPWY17JxT4dRLE8lykJ5bChJELoY3onQKPbufJHxYA==}
+ html-dom-parser@8.0.0:
+ resolution: {integrity: sha512-cWLJ8mt930VceOzVfY/J+T1ou9v3ENT0BgWqy5aEZjdFp37TYLXULjX8u0vD2rBpFAkK5IofOPl0y4Gq0QLIyA==}
html-encoding-sniffer@6.0.0:
resolution: {integrity: sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==}
@@ -3683,16 +3642,18 @@ packages:
html-parse-stringify@3.0.1:
resolution: {integrity: sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==}
- html-react-parser@4.2.10:
- resolution: {integrity: sha512-JyKZVQ+kQ8PdycISwkuLbEEvV/k4hWhU6cb6TT7yGaYwdqA7cPt4VRYXkCZcix2vlQtgDBSMJUmPI2jpNjPGvg==}
+ html-react-parser@6.1.3:
+ resolution: {integrity: sha512-CTsKtLJA23cgTbcJYT8vgHAPSqGY7NM+/mv+Tv6I0DqkLCa3FlceK2htH8AwlGa03BopqnVvK/XHqQq7HAw/sg==}
peerDependencies:
- react: 0.14 || 15 || 16 || 17 || 18
-
- htmlparser2@10.1.0:
- resolution: {integrity: sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==}
+ '@types/react': 0.14 || 15 || 16 || 17 || 18 || 19
+ react: 0.14 || 15 || 16 || 17 || 18 || 19
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
- htmlparser2@9.0.0:
- resolution: {integrity: sha512-uxbSI98wmFT/G4P2zXx4OVx04qWUmyFPrD2/CNepa2Zo3GPNaCaaxElDgwUrwYWkK1nr9fft0Ya8dws8coDLLQ==}
+ htmlparser2@12.0.0:
+ resolution: {integrity: sha512-Tz7u1i95/g2x2jz81+x0FBVhBhY5aRTvD3tXXdFaljuNdzDLJ8UGNRrTcj2cgQvAg3iW/h77Fz15nLW0L0CrZw==}
+ engines: {node: '>=20.19.0'}
https-proxy-agent@5.0.1:
resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
@@ -3718,8 +3679,8 @@ packages:
ieee754@1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
- immer@9.0.21:
- resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==}
+ immer@11.1.9:
+ resolution: {integrity: sha512-sc/z0Cyti70bZa0ZU4sWfAElfovFb9Ni8tArJZLuklYWxegPiK3pDOql1Rq5H0FIRAW9LSQRG6OX4KqBldbhBA==}
import-fresh@3.3.1:
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
@@ -3729,8 +3690,8 @@ packages:
resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
engines: {node: '>=8'}
- inline-style-parser@0.2.2:
- resolution: {integrity: sha512-EcKzdTHVe8wFVOGEYXiW9WmJXPjqi1T+234YpJr98RiFYKHV3cdy1+3mkTE+KHTHxFFLH51SfaGOoUdW+v7ViQ==}
+ inline-style-parser@0.2.7:
+ resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
internal-slot@1.1.0:
resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
@@ -3848,6 +3809,9 @@ packages:
resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==}
engines: {node: '>= 0.4'}
+ is-standalone-pwa@0.1.1:
+ resolution: {integrity: sha512-9Cbovsa52vNQCjdXOzeQq5CnCbAcRk05aU62K20WO372NrTv0NxibLFCK6lQ4/iZEFdEA3p3t2VNOn8AJ53F5g==}
+
is-stream@2.0.1:
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
engines: {node: '>=8'}
@@ -3974,21 +3938,18 @@ packages:
resolution: {integrity: sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==}
engines: {node: '>=18'}
- katex@0.16.47:
- resolution: {integrity: sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==}
+ katex@0.17.0:
+ resolution: {integrity: sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw==}
hasBin: true
kleur@4.1.5:
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
engines: {node: '>=6'}
- knip@5.85.0:
- resolution: {integrity: sha512-V2kyON+DZiYdNNdY6GALseiNCwX7dYdpz9Pv85AUn69Gk0UKCts+glOKWfe5KmaMByRjM9q17Mzj/KinTVOyxg==}
- engines: {node: '>=18.18.0'}
+ knip@6.23.0:
+ resolution: {integrity: sha512-2DvAOX2pZWiG4SLvRRxOAU0aWGEn1ZoVblI541xIoXFdHqq2THMZXy66/qcY5WGuW3TXhb9T1x1zd/Hd1u+yqg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
- peerDependencies:
- '@types/node': '>=18'
- typescript: '>=5.0.4 <7'
leaflet@1.9.4:
resolution: {integrity: sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==}
@@ -4159,20 +4120,12 @@ packages:
media-query-parser@2.0.2:
resolution: {integrity: sha512-1N4qp+jE0pL5Xv4uEcwVUhIkwdUO3S/9gML90nqKA7v7FcOS5vUtatfzok9S9U1EJU8dHWlcv95WLnKmmxZI9w==}
- merge2@1.4.1:
- resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
- engines: {node: '>= 8'}
-
- micromatch@4.0.8:
- resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
- engines: {node: '>=8.6'}
-
min-indent@1.0.1:
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
engines: {node: '>=4'}
- miniflare@4.20260616.0:
- resolution: {integrity: sha512-cEpzoNgSWjedzYmhJvttUPmL4Jk6nSzzeNNi118T5zwnmYP9fnM8UXwFU/Qa/1qoQ4SzGqtM1Q7tinHvHvIGtw==}
+ miniflare@4.20260630.0:
+ resolution: {integrity: sha512-lyRplDrSJJWVpzSSQPBSQtNmUuxScCZyOOkXFs37uSbdTfWRDDmw6DyFKVS2s1eYtA/i4u2xR/0FyPIsTl/HJw==}
engines: {node: '>=22.0.0'}
hasBin: true
@@ -4184,9 +4137,6 @@ packages:
resolution: {integrity: sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==}
engines: {node: '>=10'}
- minimist@1.2.8:
- resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
-
minipass@7.1.3:
resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==}
engines: {node: '>=16 || 14 >=14.17'}
@@ -4197,8 +4147,8 @@ packages:
modern-ahocorasick@1.1.0:
resolution: {integrity: sha512-sEKPVl2rM+MNVkGQt3ChdmD8YsigmXdn5NifZn6jiwn9LRJpWm8F3guhaqrJT/JOat6pwpbXEk6kv+b9DMIjsQ==}
- motion-dom@12.40.0:
- resolution: {integrity: sha512-HxU3ZaBwNPVQUBQf1xxgq+7JrPNZvjLVxgbpEZL7RrWJnsxOf0/OM+yrHG9ogLQ31Do/r57Oz2gQWPK+6q62mg==}
+ motion-dom@12.42.2:
+ resolution: {integrity: sha512-5gIMWLp/PycBtJRJWRgjxke5n8dlvkSn2DrYW+tr3XcqAZY1xZh6BJyooJXCM8wdfM7wfMjkBJNLge1CKPUIRA==}
motion-utils@12.39.0:
resolution: {integrity: sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==}
@@ -4263,20 +4213,32 @@ packages:
resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
engines: {node: '>= 0.4'}
- oxc-resolver@11.20.0:
- resolution: {integrity: sha512-CblytBiV/a/ZXY34dsVU2NxhIOxMXst8CvDCtyBelVITgd7PLrKzbEbA6oKLdPjvDKDzCiW48qzmzZ+mYaqn+g==}
+ oxc-parser@0.137.0:
+ resolution: {integrity: sha512-yFImD+WLElJpLKy8llG1qe4DCmMsL18peRp8XP1JKfig/gISbJkglnpDtX2aTmAn10kZF7164HbN2H8QPsXxGg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
- oxfmt@0.45.0:
- resolution: {integrity: sha512-0o/COoN9fY50bjVeM7PQsNgbhndKurBIeTIcspW033OumksjJJmIVDKjAk5HMwU/GHTxSOdGDdhJ6BRzGPmsHg==}
+ oxc-resolver@11.21.3:
+ resolution: {integrity: sha512-2Mx3fKQz7+xgrBONjsxOgCGtMHOn38/HxMzW1I5efwXB5a4lRN0Vp40gYUJFBWJslcrvwoofTrqoTnLbwTd3pA==}
+
+ oxfmt@0.57.0:
+ resolution: {integrity: sha512-ZB7Bi+rGDSqmVIo9jwcLyFgjxXvQhDdU+jx+ZrVy6VRiVXK2+CHc4hO3J4dUQjHe7V0ymHB+MDuv5z+NhK07HA==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
+ peerDependencies:
+ svelte: ^5.0.0
+ vite-plus: '*'
+ peerDependenciesMeta:
+ svelte:
+ optional: true
+ vite-plus:
+ optional: true
- oxlint-tsgolint@0.23.0:
- resolution: {integrity: sha512-3mBv3CoPbh8dFbzfDGIWa2ytZjn2v+3EX4aKRXjIhsoGFzG8GCjfRirz3rwZf1wYbZzsNLTSgpw8VjQuWdp/jA==}
+ oxlint-tsgolint@0.24.0:
+ resolution: {integrity: sha512-giCk5sEvG02d5tzPmFMX3hem8ndzEEu1xvGYS5OwNfO2WGl6ZVxt5LjE0yiMDoz94INI7XkXwgFAQiydPvVHDw==}
hasBin: true
- oxlint@1.70.0:
- resolution: {integrity: sha512-D6JgHtzkhRwvEC+A0Nw5AEc5bk8x5i1pHzvZIEf/a0C4hOzmAACNGtkDGPyFaxxX3ZVGxCPeig3P3rMM8XU3/g==}
+ oxlint@1.72.0:
+ resolution: {integrity: sha512-1rhdZIP/EvoI91ABIwNU5Q8+bWf8mjrS5UzIOZld4d4bXxJvtlUhlQvaoTogIGin/qdErMOrwaIJvCSIAKTLhA==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
@@ -4343,8 +4305,8 @@ packages:
pathe@2.0.3:
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
- pdfjs-dist@5.7.284:
- resolution: {integrity: sha512-h4EdYQczmGhbOlqc3PPZwxevn7ApdWPbovAuWXOB/DjIyigSnwfy2oze7c6mRcSr9XgLp3eN3EeL4DyySTPMFw==}
+ pdfjs-dist@6.1.200:
+ resolution: {integrity: sha512-o8MolyzirkkLrcdsae/HEOiIcXWI7DS5zGpvqW8xTC2YUsW30rltFw2bDGvw/fskUdEMrQm2br68jzDS5BH2vw==}
engines: {node: '>=22.13.0 || >=24'}
picocolors@1.1.1:
@@ -4395,17 +4357,14 @@ packages:
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
engines: {node: '>=6'}
- queue-microtask@1.2.3:
- resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
-
raf-schd@4.0.3:
resolution: {integrity: sha512-tQkJl2GRWh83ui2DiPTJz9wEiMN20syf+5oKfB03yYP7ioZcJwsIK8FjrtLwH1m7C7e+Tt2yYBlrOpdT+dyeIQ==}
randombytes@2.1.0:
resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
- react-aria@3.49.0:
- resolution: {integrity: sha512-4+oK9FwJQWYhyA5zLfj/feOGY0zZbkE1muoF4gyxMroHVypjcYaRSTlJwvxph2zIlxt757KX6xIK2wJ5Aw1Kog==}
+ react-aria@3.50.0:
+ resolution: {integrity: sha512-S0Os6QZk33fzUAKu1QLT9afoUaCBt1ZNdoiq0n2YMVgKIdNIQS8zxiZ8O9hYE6QyDkHKjD6q39LQZ+qaSAIgjw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
@@ -4432,8 +4391,8 @@ packages:
peerDependencies:
react: ^18.3.1
- react-google-recaptcha@2.1.0:
- resolution: {integrity: sha512-K9jr7e0CWFigi8KxC3WPvNqZZ47df2RrMAta6KmRoE4RUi7Ys6NmNjytpXpg4HI/svmQJLKR+PncEPaNJ98DqQ==}
+ react-google-recaptcha@3.1.0:
+ resolution: {integrity: sha512-cYW2/DWas8nEKZGD7SCu9BSuVz8iOcOLHChHyi7upUuVhkpkhYG/6N3KDiTQ3XAiZ2UAZkfvYKMfAHOzBOcGEg==}
peerDependencies:
react: '>=16.4.1'
@@ -4492,8 +4451,8 @@ packages:
peerDependencies:
react: '>=16.8'
- react-stately@3.47.0:
- resolution: {integrity: sha512-H3ar+SOWP920EbVg7qWfP3fZjZiwhlEJAEJQqjt+w8oKijCwFgr0+R4941PIHscOXRNRvEOjvWilitImC0DdBg==}
+ react-stately@3.48.0:
+ resolution: {integrity: sha512-ImicSAG+lTotAe5izcs1fz49Zk48w7pDusqYg04WaPhCoej8BJ24soMu3iLXIrsi273s4P1gZrYGrqReMfgEEA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
@@ -4546,15 +4505,14 @@ packages:
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
engines: {node: '>=4'}
+ resolve-pkg-maps@1.0.0:
+ resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
+
resolve@1.22.12:
resolution: {integrity: sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==}
engines: {node: '>= 0.4'}
hasBin: true
- reusify@1.1.0:
- resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
- engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
-
rolldown@1.0.3:
resolution: {integrity: sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==}
engines: {node: ^20.19.0 || >=22.12.0}
@@ -4570,9 +4528,6 @@ packages:
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
- run-parallel@1.2.0:
- resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
-
safe-array-concat@1.1.4:
resolution: {integrity: sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==}
engines: {node: '>=0.4'}
@@ -4675,8 +4630,8 @@ packages:
peerDependencies:
slate: '>=0.65.3'
- slate-react@0.124.2:
- resolution: {integrity: sha512-2B6ZZX5qKYeISNaQ9cDuvvp0tWydnHUPuGxyVJZfjD+W00X34dGaAF/5ZyVMZt/O//sf0Glbgd7+NBHRWjiA7Q==}
+ slate-react@0.125.1:
+ resolution: {integrity: sha512-Cb9CROi4zp/p+a+f94srWPRhVCxTqQ+78ExSN7EBN/XoYf6GjGwafKtyTjpZCbr6OLY+raeDC+s3Rgxf1MFiEw==}
peerDependencies:
react: '>=18.2.0'
react-dom: '>=18.2.0'
@@ -4759,11 +4714,11 @@ packages:
resolution: {integrity: sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==}
engines: {node: '>=14.16'}
- style-to-js@1.1.8:
- resolution: {integrity: sha512-bPSspCXkkhETLXnEgDbaoWRWyv3lF2bj32YIc8IElok2IIMHUlZtQUrxYmAkKUNxpluhH0qnKWrmuoXUyTY12g==}
+ style-to-js@2.0.0:
+ resolution: {integrity: sha512-amkl/SwHF/Gb430+eOiN+XToZ6VsD2nota1kCXps4k1xagZOniEVNm8zKYm7RrGm2Q6d6hjnZdqebFIunoSJng==}
- style-to-object@1.0.3:
- resolution: {integrity: sha512-xOpx7S53E0V3DpVsvt7ySvoiumRpfXiC99PUXLqGB3wiAnN9ybEIpuzlZ8LAZg+h1sl9JkEUwtSQXxcCgFqbbg==}
+ style-to-object@1.0.14:
+ resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
supports-color@10.2.2:
resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==}
@@ -4783,8 +4738,8 @@ packages:
symbol-tree@3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
- tabbable@6.4.0:
- resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==}
+ tabbable@6.5.0:
+ resolution: {integrity: sha512-wieBHXygIm7OyQOu5hQlkk62/WyCFYGlWg7L6/ZCUZwx0o398Zkn4pVmMyfYhfMG8kGrj/Krt8eIk6UKC6VzwA==}
tar-mini@0.2.0:
resolution: {integrity: sha512-+qfUHz700DWnRutdUsxRRVZ38G1Qr27OetwaMYTdg8hcPxf46U0S1Zf76dQMWRBmusOt2ZCK5kbIaiLkoGO7WQ==}
@@ -4881,23 +4836,26 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
- ua-parser-js@1.0.41:
- resolution: {integrity: sha512-LbBDqdIC5s8iROCUjMbW1f5dJQTEFB1+KO9ogbvlb3nm9n4YHa5p4KTvFPWvh2Hs8gZMBuiB1/8+pdfe/tDPug==}
+ ua-is-frozen@0.1.2:
+ resolution: {integrity: sha512-RwKDW2p3iyWn4UbaxpP2+VxwqXh0jpvdxsYpZ5j/MLLiQOfbsV5shpgQiw93+KMYQPcteeMQ289MaAFzs3G9pw==}
+
+ ua-parser-js@2.0.10:
+ resolution: {integrity: sha512-t+3Ktbq0Ies2vaSezfOaWiolH4OigQIO1dk+1xDpOydB1COVPocVYOrEV5rqZ0kFY9XYG1v9LutCyMgYBpABcw==}
hasBin: true
ufo@1.6.4:
resolution: {integrity: sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==}
+ unbash@4.0.2:
+ resolution: {integrity: sha512-8gwNZ29+0/3zmXw7ToIHZtg6wK37xnniRUdBt7B27xZxaxfgR5tGMaGHT0t0dLtBV9fXE7zurh0s6Z1DHVjfWg==}
+ engines: {node: '>=14'}
+
unbox-primitive@1.1.0:
resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==}
engines: {node: '>= 0.4'}
- undici-types@7.16.0:
- resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
-
- undici@7.24.8:
- resolution: {integrity: sha512-6KQ/+QxK49Z/p3HO6E5ZCZWNnCasyZLa5ExaVYyvPxUwKtbCPMKELJOqh7EqOle0t9cH/7d2TaaTRRa6Nhs4YQ==}
- engines: {node: '>=20.18.1'}
+ undici-types@7.18.2:
+ resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
undici@7.28.0:
resolution: {integrity: sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==}
@@ -4957,8 +4915,8 @@ packages:
resolution: {integrity: sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==}
hasBin: true
- virtua@0.49.1:
- resolution: {integrity: sha512-6f79msqg3jzNFdqJiS0FSzhRN1EHlDhR7EvW7emp6z5qQ22VdsReiDHflkpMEMhoAyUuYr69nwT0aagiM7NrUg==}
+ virtua@0.49.2:
+ resolution: {integrity: sha512-aEp3+6cmIRjHUlQnWdgGXYMYtrIG26QnN9jJDZEE5LRhvo1Z9HzoJwLDgyVULUPWcSdCnZAroQm7raXJyTG0AA==}
peerDependencies:
react: '>=16.14.0'
react-dom: '>=16.14.0'
@@ -5260,23 +5218,23 @@ packages:
workbox-window@7.4.0:
resolution: {integrity: sha512-/bIYdBLAVsNR3v7gYGaV4pQW3M3kEPx5E8vDxGvxo6khTrGtSSCS7QiFKv9ogzBgZiy0OXLP9zO28U/1nF1mfw==}
- workerd@1.20260616.1:
- resolution: {integrity: sha512-aRGWYxviSjYZwyu97pCr5GyJ9ObpgmNcfZZs3/o+kG7Wz3SBTqA8d8uhNueY5u7ADeUp2ibJvK6mXkFLrUmPgg==}
+ workerd@1.20260630.1:
+ resolution: {integrity: sha512-7M0AA4l14hmPGtzQ5YPHyXosIKI/uz3TdcPHeiFDbgb7/0c8ECVMzIaodSV5bZIVhDHL0OlzqITAdPiwAr+dTg==}
engines: {node: '>=16'}
hasBin: true
- wrangler@4.101.0:
- resolution: {integrity: sha512-dZDDiRcT7MiA09lBDxWKmiL/iybEZ+SZe3IZmnVx1m1n1DOo730vOY5SeO7z9xFK8a/+vhGKDYB8mDXrvzEr5g==}
+ wrangler@4.106.0:
+ resolution: {integrity: sha512-b6EVbsvbmAUY4bUQXT3+f8oFP8x+J5rEa5z3Akeh+6vyKiN4x8+PyZ53DPpnqdxhIihhq/a00Yq5chGJ19QXBQ==}
engines: {node: '>=22.0.0'}
hasBin: true
peerDependencies:
- '@cloudflare/workers-types': ^4.20260616.1
+ '@cloudflare/workers-types': ^4.20260630.1
peerDependenciesMeta:
'@cloudflare/workers-types':
optional: true
- ws@8.20.1:
- resolution: {integrity: sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==}
+ ws@8.21.0:
+ resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -5297,6 +5255,11 @@ packages:
yallist@3.1.1:
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
+ yaml@2.9.0:
+ resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==}
+ engines: {node: '>= 14.6'}
+ hasBin: true
+
yocto-queue@0.1.0:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
@@ -5320,7 +5283,7 @@ snapshots:
jsonpointer: 5.0.1
leven: 3.1.0
- '@arborium/arborium@2.18.0': {}
+ '@arborium/arborium@2.18.1': {}
'@asamuzakjp/css-color@5.1.11':
dependencies:
@@ -5342,17 +5305,17 @@ snapshots:
'@asamuzakjp/nwsapi@2.3.9': {}
- '@atlaskit/pragmatic-drag-and-drop-auto-scroll@1.4.0':
+ '@atlaskit/pragmatic-drag-and-drop-auto-scroll@3.0.0':
dependencies:
- '@atlaskit/pragmatic-drag-and-drop': 1.8.1
+ '@atlaskit/pragmatic-drag-and-drop': 2.0.1
'@babel/runtime': 7.29.7
- '@atlaskit/pragmatic-drag-and-drop-hitbox@1.2.0':
+ '@atlaskit/pragmatic-drag-and-drop-hitbox@2.0.0':
dependencies:
- '@atlaskit/pragmatic-drag-and-drop': 1.8.1
+ '@atlaskit/pragmatic-drag-and-drop': 2.0.1
'@babel/runtime': 7.29.7
- '@atlaskit/pragmatic-drag-and-drop@1.8.1':
+ '@atlaskit/pragmatic-drag-and-drop@2.0.1':
dependencies:
'@babel/runtime': 7.29.7
bind-event-listener: 3.0.0
@@ -6044,38 +6007,38 @@ snapshots:
'@cloudflare/kv-asset-handler@0.5.0': {}
- '@cloudflare/unenv-preset@2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260616.1)':
+ '@cloudflare/unenv-preset@2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260630.1)':
dependencies:
unenv: 2.0.0-rc.24
optionalDependencies:
- workerd: 1.20260616.1
+ workerd: 1.20260630.1
- '@cloudflare/vite-plugin@1.41.0(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))(workerd@1.20260616.1)(wrangler@4.101.0)':
+ '@cloudflare/vite-plugin@1.42.4(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))(workerd@1.20260630.1)(wrangler@4.106.0)':
dependencies:
- '@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260616.1)
- miniflare: 4.20260616.0
+ '@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260630.1)
+ miniflare: 4.20260630.0
unenv: 2.0.0-rc.24
- vite: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
- wrangler: 4.101.0
- ws: 8.20.1
+ vite: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
+ wrangler: 4.106.0
+ ws: 8.21.0
transitivePeerDependencies:
- bufferutil
- utf-8-validate
- workerd
- '@cloudflare/workerd-darwin-64@1.20260616.1':
+ '@cloudflare/workerd-darwin-64@1.20260630.1':
optional: true
- '@cloudflare/workerd-darwin-arm64@1.20260616.1':
+ '@cloudflare/workerd-darwin-arm64@1.20260630.1':
optional: true
- '@cloudflare/workerd-linux-64@1.20260616.1':
+ '@cloudflare/workerd-linux-64@1.20260630.1':
optional: true
- '@cloudflare/workerd-linux-arm64@1.20260616.1':
+ '@cloudflare/workerd-linux-arm64@1.20260630.1':
optional: true
- '@cloudflare/workerd-windows-64@1.20260616.1':
+ '@cloudflare/workerd-windows-64@1.20260630.1':
optional: true
'@cspotcode/source-map-support@0.8.1':
@@ -6112,11 +6075,28 @@ snapshots:
tslib: 2.8.1
optional: true
+ '@emnapi/core@1.11.0':
+ dependencies:
+ '@emnapi/wasi-threads': 1.2.2
+ tslib: 2.8.1
+ optional: true
+
+ '@emnapi/core@1.11.1':
+ dependencies:
+ '@emnapi/wasi-threads': 1.2.2
+ tslib: 2.8.1
+ optional: true
+
'@emnapi/runtime@1.10.0':
dependencies:
tslib: 2.8.1
optional: true
+ '@emnapi/runtime@1.11.0':
+ dependencies:
+ tslib: 2.8.1
+ optional: true
+
'@emnapi/runtime@1.11.1':
dependencies:
tslib: 2.8.1
@@ -6127,240 +6107,167 @@ snapshots:
tslib: 2.8.1
optional: true
+ '@emnapi/wasi-threads@1.2.2':
+ dependencies:
+ tslib: 2.8.1
+ optional: true
+
'@emotion/hash@0.9.2': {}
'@esbuild-plugins/node-globals-polyfill@0.2.3(esbuild@0.28.1)':
dependencies:
esbuild: 0.28.1
- '@esbuild/aix-ppc64@0.27.3':
- optional: true
-
'@esbuild/aix-ppc64@0.27.7':
optional: true
'@esbuild/aix-ppc64@0.28.1':
optional: true
- '@esbuild/android-arm64@0.27.3':
- optional: true
-
'@esbuild/android-arm64@0.27.7':
optional: true
'@esbuild/android-arm64@0.28.1':
optional: true
- '@esbuild/android-arm@0.27.3':
- optional: true
-
'@esbuild/android-arm@0.27.7':
optional: true
'@esbuild/android-arm@0.28.1':
optional: true
- '@esbuild/android-x64@0.27.3':
- optional: true
-
'@esbuild/android-x64@0.27.7':
optional: true
'@esbuild/android-x64@0.28.1':
optional: true
- '@esbuild/darwin-arm64@0.27.3':
- optional: true
-
'@esbuild/darwin-arm64@0.27.7':
optional: true
'@esbuild/darwin-arm64@0.28.1':
optional: true
- '@esbuild/darwin-x64@0.27.3':
- optional: true
-
'@esbuild/darwin-x64@0.27.7':
optional: true
'@esbuild/darwin-x64@0.28.1':
optional: true
- '@esbuild/freebsd-arm64@0.27.3':
- optional: true
-
'@esbuild/freebsd-arm64@0.27.7':
optional: true
'@esbuild/freebsd-arm64@0.28.1':
optional: true
- '@esbuild/freebsd-x64@0.27.3':
- optional: true
-
'@esbuild/freebsd-x64@0.27.7':
optional: true
'@esbuild/freebsd-x64@0.28.1':
optional: true
- '@esbuild/linux-arm64@0.27.3':
- optional: true
-
'@esbuild/linux-arm64@0.27.7':
optional: true
'@esbuild/linux-arm64@0.28.1':
optional: true
- '@esbuild/linux-arm@0.27.3':
- optional: true
-
'@esbuild/linux-arm@0.27.7':
optional: true
'@esbuild/linux-arm@0.28.1':
optional: true
- '@esbuild/linux-ia32@0.27.3':
- optional: true
-
'@esbuild/linux-ia32@0.27.7':
optional: true
'@esbuild/linux-ia32@0.28.1':
optional: true
- '@esbuild/linux-loong64@0.27.3':
- optional: true
-
'@esbuild/linux-loong64@0.27.7':
optional: true
'@esbuild/linux-loong64@0.28.1':
optional: true
- '@esbuild/linux-mips64el@0.27.3':
- optional: true
-
'@esbuild/linux-mips64el@0.27.7':
optional: true
'@esbuild/linux-mips64el@0.28.1':
optional: true
- '@esbuild/linux-ppc64@0.27.3':
- optional: true
-
'@esbuild/linux-ppc64@0.27.7':
optional: true
'@esbuild/linux-ppc64@0.28.1':
optional: true
- '@esbuild/linux-riscv64@0.27.3':
- optional: true
-
'@esbuild/linux-riscv64@0.27.7':
optional: true
'@esbuild/linux-riscv64@0.28.1':
optional: true
- '@esbuild/linux-s390x@0.27.3':
- optional: true
-
'@esbuild/linux-s390x@0.27.7':
optional: true
'@esbuild/linux-s390x@0.28.1':
optional: true
- '@esbuild/linux-x64@0.27.3':
- optional: true
-
'@esbuild/linux-x64@0.27.7':
optional: true
'@esbuild/linux-x64@0.28.1':
optional: true
- '@esbuild/netbsd-arm64@0.27.3':
- optional: true
-
'@esbuild/netbsd-arm64@0.27.7':
optional: true
'@esbuild/netbsd-arm64@0.28.1':
optional: true
- '@esbuild/netbsd-x64@0.27.3':
- optional: true
-
'@esbuild/netbsd-x64@0.27.7':
optional: true
'@esbuild/netbsd-x64@0.28.1':
optional: true
- '@esbuild/openbsd-arm64@0.27.3':
- optional: true
-
'@esbuild/openbsd-arm64@0.27.7':
optional: true
'@esbuild/openbsd-arm64@0.28.1':
optional: true
- '@esbuild/openbsd-x64@0.27.3':
- optional: true
-
'@esbuild/openbsd-x64@0.27.7':
optional: true
'@esbuild/openbsd-x64@0.28.1':
optional: true
- '@esbuild/openharmony-arm64@0.27.3':
- optional: true
-
'@esbuild/openharmony-arm64@0.27.7':
optional: true
'@esbuild/openharmony-arm64@0.28.1':
optional: true
- '@esbuild/sunos-x64@0.27.3':
- optional: true
-
'@esbuild/sunos-x64@0.27.7':
optional: true
'@esbuild/sunos-x64@0.28.1':
optional: true
- '@esbuild/win32-arm64@0.27.3':
- optional: true
-
'@esbuild/win32-arm64@0.27.7':
optional: true
'@esbuild/win32-arm64@0.28.1':
optional: true
- '@esbuild/win32-ia32@0.27.3':
- optional: true
-
'@esbuild/win32-ia32@0.27.7':
optional: true
'@esbuild/win32-ia32@0.28.1':
optional: true
- '@esbuild/win32-x64@0.27.3':
- optional: true
-
'@esbuild/win32-x64@0.27.7':
optional: true
@@ -6516,52 +6423,52 @@ snapshots:
'@matrix-org/matrix-sdk-crypto-wasm@15.3.0': {}
- '@napi-rs/canvas-android-arm64@0.1.100':
+ '@napi-rs/canvas-android-arm64@1.0.2':
optional: true
- '@napi-rs/canvas-darwin-arm64@0.1.100':
+ '@napi-rs/canvas-darwin-arm64@1.0.2':
optional: true
- '@napi-rs/canvas-darwin-x64@0.1.100':
+ '@napi-rs/canvas-darwin-x64@1.0.2':
optional: true
- '@napi-rs/canvas-linux-arm-gnueabihf@0.1.100':
+ '@napi-rs/canvas-linux-arm-gnueabihf@1.0.2':
optional: true
- '@napi-rs/canvas-linux-arm64-gnu@0.1.100':
+ '@napi-rs/canvas-linux-arm64-gnu@1.0.2':
optional: true
- '@napi-rs/canvas-linux-arm64-musl@0.1.100':
+ '@napi-rs/canvas-linux-arm64-musl@1.0.2':
optional: true
- '@napi-rs/canvas-linux-riscv64-gnu@0.1.100':
+ '@napi-rs/canvas-linux-riscv64-gnu@1.0.2':
optional: true
- '@napi-rs/canvas-linux-x64-gnu@0.1.100':
+ '@napi-rs/canvas-linux-x64-gnu@1.0.2':
optional: true
- '@napi-rs/canvas-linux-x64-musl@0.1.100':
+ '@napi-rs/canvas-linux-x64-musl@1.0.2':
optional: true
- '@napi-rs/canvas-win32-arm64-msvc@0.1.100':
+ '@napi-rs/canvas-win32-arm64-msvc@1.0.2':
optional: true
- '@napi-rs/canvas-win32-x64-msvc@0.1.100':
+ '@napi-rs/canvas-win32-x64-msvc@1.0.2':
optional: true
- '@napi-rs/canvas@0.1.100':
+ '@napi-rs/canvas@1.0.2':
optionalDependencies:
- '@napi-rs/canvas-android-arm64': 0.1.100
- '@napi-rs/canvas-darwin-arm64': 0.1.100
- '@napi-rs/canvas-darwin-x64': 0.1.100
- '@napi-rs/canvas-linux-arm-gnueabihf': 0.1.100
- '@napi-rs/canvas-linux-arm64-gnu': 0.1.100
- '@napi-rs/canvas-linux-arm64-musl': 0.1.100
- '@napi-rs/canvas-linux-riscv64-gnu': 0.1.100
- '@napi-rs/canvas-linux-x64-gnu': 0.1.100
- '@napi-rs/canvas-linux-x64-musl': 0.1.100
- '@napi-rs/canvas-win32-arm64-msvc': 0.1.100
- '@napi-rs/canvas-win32-x64-msvc': 0.1.100
+ '@napi-rs/canvas-android-arm64': 1.0.2
+ '@napi-rs/canvas-darwin-arm64': 1.0.2
+ '@napi-rs/canvas-darwin-x64': 1.0.2
+ '@napi-rs/canvas-linux-arm-gnueabihf': 1.0.2
+ '@napi-rs/canvas-linux-arm64-gnu': 1.0.2
+ '@napi-rs/canvas-linux-arm64-musl': 1.0.2
+ '@napi-rs/canvas-linux-riscv64-gnu': 1.0.2
+ '@napi-rs/canvas-linux-x64-gnu': 1.0.2
+ '@napi-rs/canvas-linux-x64-musl': 1.0.2
+ '@napi-rs/canvas-win32-arm64-msvc': 1.0.2
+ '@napi-rs/canvas-win32-x64-msvc': 1.0.2
optional: true
'@napi-rs/wasm-runtime@1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)':
@@ -6571,211 +6478,279 @@ snapshots:
'@tybys/wasm-util': 0.10.2
optional: true
- '@nodelib/fs.scandir@2.1.5':
+ '@napi-rs/wasm-runtime@1.1.5(@emnapi/core@1.11.0)(@emnapi/runtime@1.11.0)':
+ dependencies:
+ '@emnapi/core': 1.11.0
+ '@emnapi/runtime': 1.11.0
+ '@tybys/wasm-util': 0.10.2
+ optional: true
+
+ '@napi-rs/wasm-runtime@1.1.5(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)':
dependencies:
- '@nodelib/fs.stat': 2.0.5
- run-parallel: 1.2.0
+ '@emnapi/core': 1.11.1
+ '@emnapi/runtime': 1.11.1
+ '@tybys/wasm-util': 0.10.2
+ optional: true
+
+ '@oxc-parser/binding-android-arm-eabi@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-android-arm64@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-darwin-arm64@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-darwin-x64@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-freebsd-x64@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-linux-arm-gnueabihf@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-linux-arm-musleabihf@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-linux-arm64-gnu@0.137.0':
+ optional: true
- '@nodelib/fs.stat@2.0.5': {}
+ '@oxc-parser/binding-linux-arm64-musl@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-linux-ppc64-gnu@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-linux-riscv64-gnu@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-linux-riscv64-musl@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-linux-s390x-gnu@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-linux-x64-gnu@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-linux-x64-musl@0.137.0':
+ optional: true
- '@nodelib/fs.walk@1.2.8':
+ '@oxc-parser/binding-openharmony-arm64@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-wasm32-wasi@0.137.0':
dependencies:
- '@nodelib/fs.scandir': 2.1.5
- fastq: 1.20.1
+ '@emnapi/core': 1.11.1
+ '@emnapi/runtime': 1.11.1
+ '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)
+ optional: true
+
+ '@oxc-parser/binding-win32-arm64-msvc@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-win32-ia32-msvc@0.137.0':
+ optional: true
+
+ '@oxc-parser/binding-win32-x64-msvc@0.137.0':
+ optional: true
'@oxc-project/types@0.133.0': {}
- '@oxc-resolver/binding-android-arm-eabi@11.20.0':
+ '@oxc-project/types@0.137.0': {}
+
+ '@oxc-resolver/binding-android-arm-eabi@11.21.3':
optional: true
- '@oxc-resolver/binding-android-arm64@11.20.0':
+ '@oxc-resolver/binding-android-arm64@11.21.3':
optional: true
- '@oxc-resolver/binding-darwin-arm64@11.20.0':
+ '@oxc-resolver/binding-darwin-arm64@11.21.3':
optional: true
- '@oxc-resolver/binding-darwin-x64@11.20.0':
+ '@oxc-resolver/binding-darwin-x64@11.21.3':
optional: true
- '@oxc-resolver/binding-freebsd-x64@11.20.0':
+ '@oxc-resolver/binding-freebsd-x64@11.21.3':
optional: true
- '@oxc-resolver/binding-linux-arm-gnueabihf@11.20.0':
+ '@oxc-resolver/binding-linux-arm-gnueabihf@11.21.3':
optional: true
- '@oxc-resolver/binding-linux-arm-musleabihf@11.20.0':
+ '@oxc-resolver/binding-linux-arm-musleabihf@11.21.3':
optional: true
- '@oxc-resolver/binding-linux-arm64-gnu@11.20.0':
+ '@oxc-resolver/binding-linux-arm64-gnu@11.21.3':
optional: true
- '@oxc-resolver/binding-linux-arm64-musl@11.20.0':
+ '@oxc-resolver/binding-linux-arm64-musl@11.21.3':
optional: true
- '@oxc-resolver/binding-linux-ppc64-gnu@11.20.0':
+ '@oxc-resolver/binding-linux-ppc64-gnu@11.21.3':
optional: true
- '@oxc-resolver/binding-linux-riscv64-gnu@11.20.0':
+ '@oxc-resolver/binding-linux-riscv64-gnu@11.21.3':
optional: true
- '@oxc-resolver/binding-linux-riscv64-musl@11.20.0':
+ '@oxc-resolver/binding-linux-riscv64-musl@11.21.3':
optional: true
- '@oxc-resolver/binding-linux-s390x-gnu@11.20.0':
+ '@oxc-resolver/binding-linux-s390x-gnu@11.21.3':
optional: true
- '@oxc-resolver/binding-linux-x64-gnu@11.20.0':
+ '@oxc-resolver/binding-linux-x64-gnu@11.21.3':
optional: true
- '@oxc-resolver/binding-linux-x64-musl@11.20.0':
+ '@oxc-resolver/binding-linux-x64-musl@11.21.3':
optional: true
- '@oxc-resolver/binding-openharmony-arm64@11.20.0':
+ '@oxc-resolver/binding-openharmony-arm64@11.21.3':
optional: true
- '@oxc-resolver/binding-wasm32-wasi@11.20.0':
+ '@oxc-resolver/binding-wasm32-wasi@11.21.3':
dependencies:
- '@emnapi/core': 1.10.0
- '@emnapi/runtime': 1.10.0
- '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)
+ '@emnapi/core': 1.11.0
+ '@emnapi/runtime': 1.11.0
+ '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.11.0)(@emnapi/runtime@1.11.0)
optional: true
- '@oxc-resolver/binding-win32-arm64-msvc@11.20.0':
+ '@oxc-resolver/binding-win32-arm64-msvc@11.21.3':
optional: true
- '@oxc-resolver/binding-win32-x64-msvc@11.20.0':
+ '@oxc-resolver/binding-win32-x64-msvc@11.21.3':
optional: true
- '@oxfmt/binding-android-arm-eabi@0.45.0':
+ '@oxfmt/binding-android-arm-eabi@0.57.0':
optional: true
- '@oxfmt/binding-android-arm64@0.45.0':
+ '@oxfmt/binding-android-arm64@0.57.0':
optional: true
- '@oxfmt/binding-darwin-arm64@0.45.0':
+ '@oxfmt/binding-darwin-arm64@0.57.0':
optional: true
- '@oxfmt/binding-darwin-x64@0.45.0':
+ '@oxfmt/binding-darwin-x64@0.57.0':
optional: true
- '@oxfmt/binding-freebsd-x64@0.45.0':
+ '@oxfmt/binding-freebsd-x64@0.57.0':
optional: true
- '@oxfmt/binding-linux-arm-gnueabihf@0.45.0':
+ '@oxfmt/binding-linux-arm-gnueabihf@0.57.0':
optional: true
- '@oxfmt/binding-linux-arm-musleabihf@0.45.0':
+ '@oxfmt/binding-linux-arm-musleabihf@0.57.0':
optional: true
- '@oxfmt/binding-linux-arm64-gnu@0.45.0':
+ '@oxfmt/binding-linux-arm64-gnu@0.57.0':
optional: true
- '@oxfmt/binding-linux-arm64-musl@0.45.0':
+ '@oxfmt/binding-linux-arm64-musl@0.57.0':
optional: true
- '@oxfmt/binding-linux-ppc64-gnu@0.45.0':
+ '@oxfmt/binding-linux-ppc64-gnu@0.57.0':
optional: true
- '@oxfmt/binding-linux-riscv64-gnu@0.45.0':
+ '@oxfmt/binding-linux-riscv64-gnu@0.57.0':
optional: true
- '@oxfmt/binding-linux-riscv64-musl@0.45.0':
+ '@oxfmt/binding-linux-riscv64-musl@0.57.0':
optional: true
- '@oxfmt/binding-linux-s390x-gnu@0.45.0':
+ '@oxfmt/binding-linux-s390x-gnu@0.57.0':
optional: true
- '@oxfmt/binding-linux-x64-gnu@0.45.0':
+ '@oxfmt/binding-linux-x64-gnu@0.57.0':
optional: true
- '@oxfmt/binding-linux-x64-musl@0.45.0':
+ '@oxfmt/binding-linux-x64-musl@0.57.0':
optional: true
- '@oxfmt/binding-openharmony-arm64@0.45.0':
+ '@oxfmt/binding-openharmony-arm64@0.57.0':
optional: true
- '@oxfmt/binding-win32-arm64-msvc@0.45.0':
+ '@oxfmt/binding-win32-arm64-msvc@0.57.0':
optional: true
- '@oxfmt/binding-win32-ia32-msvc@0.45.0':
+ '@oxfmt/binding-win32-ia32-msvc@0.57.0':
optional: true
- '@oxfmt/binding-win32-x64-msvc@0.45.0':
+ '@oxfmt/binding-win32-x64-msvc@0.57.0':
optional: true
- '@oxlint-tsgolint/darwin-arm64@0.23.0':
+ '@oxlint-tsgolint/darwin-arm64@0.24.0':
optional: true
- '@oxlint-tsgolint/darwin-x64@0.23.0':
+ '@oxlint-tsgolint/darwin-x64@0.24.0':
optional: true
- '@oxlint-tsgolint/linux-arm64@0.23.0':
+ '@oxlint-tsgolint/linux-arm64@0.24.0':
optional: true
- '@oxlint-tsgolint/linux-x64@0.23.0':
+ '@oxlint-tsgolint/linux-x64@0.24.0':
optional: true
- '@oxlint-tsgolint/win32-arm64@0.23.0':
+ '@oxlint-tsgolint/win32-arm64@0.24.0':
optional: true
- '@oxlint-tsgolint/win32-x64@0.23.0':
+ '@oxlint-tsgolint/win32-x64@0.24.0':
optional: true
- '@oxlint/binding-android-arm-eabi@1.70.0':
+ '@oxlint/binding-android-arm-eabi@1.72.0':
optional: true
- '@oxlint/binding-android-arm64@1.70.0':
+ '@oxlint/binding-android-arm64@1.72.0':
optional: true
- '@oxlint/binding-darwin-arm64@1.70.0':
+ '@oxlint/binding-darwin-arm64@1.72.0':
optional: true
- '@oxlint/binding-darwin-x64@1.70.0':
+ '@oxlint/binding-darwin-x64@1.72.0':
optional: true
- '@oxlint/binding-freebsd-x64@1.70.0':
+ '@oxlint/binding-freebsd-x64@1.72.0':
optional: true
- '@oxlint/binding-linux-arm-gnueabihf@1.70.0':
+ '@oxlint/binding-linux-arm-gnueabihf@1.72.0':
optional: true
- '@oxlint/binding-linux-arm-musleabihf@1.70.0':
+ '@oxlint/binding-linux-arm-musleabihf@1.72.0':
optional: true
- '@oxlint/binding-linux-arm64-gnu@1.70.0':
+ '@oxlint/binding-linux-arm64-gnu@1.72.0':
optional: true
- '@oxlint/binding-linux-arm64-musl@1.70.0':
+ '@oxlint/binding-linux-arm64-musl@1.72.0':
optional: true
- '@oxlint/binding-linux-ppc64-gnu@1.70.0':
+ '@oxlint/binding-linux-ppc64-gnu@1.72.0':
optional: true
- '@oxlint/binding-linux-riscv64-gnu@1.70.0':
+ '@oxlint/binding-linux-riscv64-gnu@1.72.0':
optional: true
- '@oxlint/binding-linux-riscv64-musl@1.70.0':
+ '@oxlint/binding-linux-riscv64-musl@1.72.0':
optional: true
- '@oxlint/binding-linux-s390x-gnu@1.70.0':
+ '@oxlint/binding-linux-s390x-gnu@1.72.0':
optional: true
- '@oxlint/binding-linux-x64-gnu@1.70.0':
+ '@oxlint/binding-linux-x64-gnu@1.72.0':
optional: true
- '@oxlint/binding-linux-x64-musl@1.70.0':
+ '@oxlint/binding-linux-x64-musl@1.72.0':
optional: true
- '@oxlint/binding-openharmony-arm64@1.70.0':
+ '@oxlint/binding-openharmony-arm64@1.72.0':
optional: true
- '@oxlint/binding-win32-arm64-msvc@1.70.0':
+ '@oxlint/binding-win32-arm64-msvc@1.72.0':
optional: true
- '@oxlint/binding-win32-ia32-msvc@1.70.0':
+ '@oxlint/binding-win32-ia32-msvc@1.72.0':
optional: true
- '@oxlint/binding-win32-x64-msvc@1.70.0':
+ '@oxlint/binding-win32-x64-msvc@1.72.0':
optional: true
'@phosphor-icons/react@2.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
@@ -6803,7 +6778,7 @@ snapshots:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
- '@react-types/shared@3.35.0(react@18.3.1)':
+ '@react-types/shared@3.36.0(react@18.3.1)':
dependencies:
react: 18.3.1
@@ -7005,23 +6980,23 @@ snapshots:
'@rollup/rollup-win32-x64-msvc@4.62.0':
optional: true
- '@sableclient/sable-call-embedded@1.1.6': {}
+ '@sableclient/sable-call-embedded@1.1.7': {}
'@sableclient/twemoji-font@1.0.4': {}
'@sentry/babel-plugin-component-annotate@5.3.0': {}
- '@sentry/browser-utils@10.58.0':
+ '@sentry/browser-utils@10.63.0':
dependencies:
- '@sentry/core': 10.58.0
+ '@sentry/core': 10.63.0
- '@sentry/browser@10.58.0':
+ '@sentry/browser@10.63.0':
dependencies:
- '@sentry/browser-utils': 10.58.0
- '@sentry/core': 10.58.0
- '@sentry/feedback': 10.58.0
- '@sentry/replay': 10.58.0
- '@sentry/replay-canvas': 10.58.0
+ '@sentry/browser-utils': 10.63.0
+ '@sentry/core': 10.63.0
+ '@sentry/feedback': 10.63.0
+ '@sentry/replay': 10.63.0
+ '@sentry/replay-canvas': 10.63.0
'@sentry/bundler-plugin-core@5.3.0':
dependencies:
@@ -7080,27 +7055,27 @@ snapshots:
- encoding
- supports-color
- '@sentry/core@10.58.0': {}
+ '@sentry/core@10.63.0': {}
- '@sentry/feedback@10.58.0':
+ '@sentry/feedback@10.63.0':
dependencies:
- '@sentry/core': 10.58.0
+ '@sentry/core': 10.63.0
- '@sentry/react@10.58.0(react@18.3.1)':
+ '@sentry/react@10.63.0(react@18.3.1)':
dependencies:
- '@sentry/browser': 10.58.0
- '@sentry/core': 10.58.0
+ '@sentry/browser': 10.63.0
+ '@sentry/core': 10.63.0
react: 18.3.1
- '@sentry/replay-canvas@10.58.0':
+ '@sentry/replay-canvas@10.63.0':
dependencies:
- '@sentry/core': 10.58.0
- '@sentry/replay': 10.58.0
+ '@sentry/core': 10.63.0
+ '@sentry/replay': 10.63.0
- '@sentry/replay@10.58.0':
+ '@sentry/replay@10.63.0':
dependencies:
- '@sentry/browser-utils': 10.58.0
- '@sentry/core': 10.58.0
+ '@sentry/browser-utils': 10.63.0
+ '@sentry/core': 10.63.0
'@sentry/rollup-plugin@5.3.0(rollup@2.80.0)':
dependencies:
@@ -7271,28 +7246,28 @@ snapshots:
'@swc/wasm@1.15.41': {}
- '@tanstack/query-core@5.101.0': {}
+ '@tanstack/query-core@5.101.2': {}
- '@tanstack/query-devtools@5.101.0': {}
+ '@tanstack/query-devtools@5.101.2': {}
- '@tanstack/react-query-devtools@5.101.0(@tanstack/react-query@5.101.0(react@18.3.1))(react@18.3.1)':
+ '@tanstack/react-query-devtools@5.101.2(@tanstack/react-query@5.101.2(react@18.3.1))(react@18.3.1)':
dependencies:
- '@tanstack/query-devtools': 5.101.0
- '@tanstack/react-query': 5.101.0(react@18.3.1)
+ '@tanstack/query-devtools': 5.101.2
+ '@tanstack/react-query': 5.101.2(react@18.3.1)
react: 18.3.1
- '@tanstack/react-query@5.101.0(react@18.3.1)':
+ '@tanstack/react-query@5.101.2(react@18.3.1)':
dependencies:
- '@tanstack/query-core': 5.101.0
+ '@tanstack/query-core': 5.101.2
react: 18.3.1
- '@tanstack/react-virtual@3.14.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@tanstack/react-virtual@3.14.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@tanstack/virtual-core': 3.17.1
+ '@tanstack/virtual-core': 3.17.3
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
- '@tanstack/virtual-core@3.17.1': {}
+ '@tanstack/virtual-core@3.17.3': {}
'@testing-library/dom@10.4.1':
dependencies:
@@ -7381,9 +7356,9 @@ snapshots:
dependencies:
'@types/geojson': 7946.0.16
- '@types/node@24.10.13':
+ '@types/node@24.13.2':
dependencies:
- undici-types: 7.16.0
+ undici-types: 7.18.2
'@types/prop-types@15.7.15': {}
@@ -7404,8 +7379,6 @@ snapshots:
'@types/trusted-types@2.0.7': {}
- '@types/ua-parser-js@0.7.39': {}
-
'@use-gesture/core@10.3.1': {}
'@use-gesture/react@10.3.1(react@18.3.1)':
@@ -7419,12 +7392,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vanilla-extract/compiler@0.7.0(@types/node@24.10.13)(esbuild@0.28.1)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)':
+ '@vanilla-extract/compiler@0.7.0(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)':
dependencies:
- '@vanilla-extract/css': 1.20.1
+ '@vanilla-extract/css': 1.21.1
'@vanilla-extract/integration': 8.0.10
- vite: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
- vite-node: 6.0.0(@types/node@24.10.13)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.48.0)
+ vite: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
+ vite-node: 6.0.0(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)
transitivePeerDependencies:
- '@types/node'
- '@vitejs/devtools'
@@ -7442,7 +7415,7 @@ snapshots:
- tsx
- yaml
- '@vanilla-extract/css@1.20.1':
+ '@vanilla-extract/css@1.21.1':
dependencies:
'@emotion/hash': 0.9.2
'@vanilla-extract/private': 1.0.9
@@ -7463,7 +7436,7 @@ snapshots:
'@babel/core': 7.29.7
'@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7)
'@vanilla-extract/babel-plugin-debug-ids': 1.2.2
- '@vanilla-extract/css': 1.20.1
+ '@vanilla-extract/css': 1.21.1
dedent: 1.7.2
esbuild: 0.28.1
eval: 0.1.8
@@ -7476,15 +7449,15 @@ snapshots:
'@vanilla-extract/private@1.0.9': {}
- '@vanilla-extract/recipes@0.5.7(@vanilla-extract/css@1.20.1)':
+ '@vanilla-extract/recipes@0.5.7(@vanilla-extract/css@1.21.1)':
dependencies:
- '@vanilla-extract/css': 1.20.1
+ '@vanilla-extract/css': 1.21.1
- '@vanilla-extract/vite-plugin@5.2.2(@types/node@24.10.13)(esbuild@0.28.1)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))':
+ '@vanilla-extract/vite-plugin@5.2.3(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))(yaml@2.9.0)':
dependencies:
- '@vanilla-extract/compiler': 0.7.0(@types/node@24.10.13)(esbuild@0.28.1)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
+ '@vanilla-extract/compiler': 0.7.0(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
'@vanilla-extract/integration': 8.0.10
- vite: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
+ vite: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
transitivePeerDependencies:
- '@types/node'
- '@vitejs/devtools'
@@ -7502,7 +7475,7 @@ snapshots:
- tsx
- yaml
- '@vitejs/plugin-react@5.2.0(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))':
+ '@vitejs/plugin-react@5.2.0(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))':
dependencies:
'@babel/core': 7.29.7
'@babel/plugin-transform-react-jsx-self': 7.29.7(@babel/core@7.29.7)
@@ -7510,7 +7483,7 @@ snapshots:
'@rolldown/pluginutils': 1.0.0-rc.3
'@types/babel__core': 7.20.5
react-refresh: 0.18.0
- vite: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
+ vite: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
transitivePeerDependencies:
- supports-color
@@ -7526,7 +7499,7 @@ snapshots:
obug: 2.1.3
std-env: 4.1.0
tinyrainbow: 3.1.0
- vitest: 4.1.9(@types/node@24.10.13)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(jsdom@29.1.1)(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))
+ vitest: 4.1.9(@types/node@24.13.2)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(jsdom@29.1.1)(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))
'@vitest/expect@4.1.9':
dependencies:
@@ -7537,13 +7510,13 @@ snapshots:
chai: 6.2.2
tinyrainbow: 3.1.0
- '@vitest/mocker@4.1.9(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))':
+ '@vitest/mocker@4.1.9(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))':
dependencies:
'@vitest/spy': 4.1.9
estree-walker: 3.0.3
magic-string: 0.30.21
optionalDependencies:
- vite: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
+ vite: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
'@vitest/pretty-format@4.1.9':
dependencies:
@@ -7572,7 +7545,7 @@ snapshots:
sirv: 3.0.2
tinyglobby: 0.2.17
tinyrainbow: 3.1.0
- vitest: 4.1.9(@types/node@24.10.13)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(jsdom@29.1.1)(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))
+ vitest: 4.1.9(@types/node@24.13.2)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(jsdom@29.1.1)(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))
'@vitest/utils@4.1.9':
dependencies:
@@ -7888,6 +7861,8 @@ snapshots:
dequal@2.0.3: {}
+ detect-europe-js@0.1.2: {}
+
detect-libc@2.1.2: {}
direction@1.0.4: {}
@@ -7896,27 +7871,27 @@ snapshots:
dom-accessibility-api@0.6.3: {}
- dom-serializer@2.0.0:
+ dom-serializer@3.1.1:
dependencies:
- domelementtype: 2.3.0
- domhandler: 5.0.3
- entities: 4.5.0
+ domelementtype: 3.0.0
+ domhandler: 6.0.1
+ entities: 8.0.0
- domelementtype@2.3.0: {}
+ domelementtype@3.0.0: {}
- domhandler@5.0.3:
+ domhandler@6.0.1:
dependencies:
- domelementtype: 2.3.0
+ domelementtype: 3.0.0
- dompurify@3.4.10:
+ dompurify@3.4.11:
optionalDependencies:
'@types/trusted-types': 2.0.7
- domutils@3.2.2:
+ domutils@4.0.2:
dependencies:
- dom-serializer: 2.0.0
- domelementtype: 2.3.0
- domhandler: 5.0.3
+ dom-serializer: 3.1.1
+ domelementtype: 3.0.0
+ domhandler: 6.0.1
dot-case@3.0.4:
dependencies:
@@ -7945,8 +7920,6 @@ snapshots:
entities@4.5.0: {}
- entities@7.0.1: {}
-
entities@8.0.0: {}
error-ex@1.3.4:
@@ -8044,35 +8017,6 @@ snapshots:
is-date-object: 1.1.0
is-symbol: 1.1.1
- esbuild@0.27.3:
- optionalDependencies:
- '@esbuild/aix-ppc64': 0.27.3
- '@esbuild/android-arm': 0.27.3
- '@esbuild/android-arm64': 0.27.3
- '@esbuild/android-x64': 0.27.3
- '@esbuild/darwin-arm64': 0.27.3
- '@esbuild/darwin-x64': 0.27.3
- '@esbuild/freebsd-arm64': 0.27.3
- '@esbuild/freebsd-x64': 0.27.3
- '@esbuild/linux-arm': 0.27.3
- '@esbuild/linux-arm64': 0.27.3
- '@esbuild/linux-ia32': 0.27.3
- '@esbuild/linux-loong64': 0.27.3
- '@esbuild/linux-mips64el': 0.27.3
- '@esbuild/linux-ppc64': 0.27.3
- '@esbuild/linux-riscv64': 0.27.3
- '@esbuild/linux-s390x': 0.27.3
- '@esbuild/linux-x64': 0.27.3
- '@esbuild/netbsd-arm64': 0.27.3
- '@esbuild/netbsd-x64': 0.27.3
- '@esbuild/openbsd-arm64': 0.27.3
- '@esbuild/openbsd-x64': 0.27.3
- '@esbuild/openharmony-arm64': 0.27.3
- '@esbuild/sunos-x64': 0.27.3
- '@esbuild/win32-arm64': 0.27.3
- '@esbuild/win32-ia32': 0.27.3
- '@esbuild/win32-x64': 0.27.3
-
esbuild@0.27.7:
optionalDependencies:
'@esbuild/aix-ppc64': 0.27.7
@@ -8145,7 +8089,7 @@ snapshots:
eval@0.1.8:
dependencies:
- '@types/node': 24.10.13
+ '@types/node': 24.13.2
require-like: 0.1.2
eventemitter3@5.0.4: {}
@@ -8156,22 +8100,10 @@ snapshots:
fast-deep-equal@3.1.3: {}
- fast-glob@3.3.3:
- dependencies:
- '@nodelib/fs.stat': 2.0.5
- '@nodelib/fs.walk': 1.2.8
- glob-parent: 5.1.2
- merge2: 1.4.1
- micromatch: 4.0.8
-
fast-json-stable-stringify@2.1.0: {}
fast-uri@3.1.2: {}
- fastq@1.20.1:
- dependencies:
- reusify: 1.1.0
-
fd-package-json@2.0.0:
dependencies:
walk-up-path: 4.0.0
@@ -8199,22 +8131,23 @@ snapshots:
flatted@3.4.2: {}
- focus-trap-react@10.3.1(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ focus-trap-react@12.0.3(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
- focus-trap: 7.8.0
- prop-types: 15.8.1
+ '@types/react': 18.3.31
+ '@types/react-dom': 18.3.7(@types/react@18.3.31)
+ focus-trap: 8.2.2
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
- tabbable: 6.4.0
+ tabbable: 6.5.0
- focus-trap@7.8.0:
+ focus-trap@8.2.2:
dependencies:
- tabbable: 6.4.0
+ tabbable: 6.5.0
- folds@2.6.2(@vanilla-extract/css@1.20.1)(@vanilla-extract/recipes@0.5.7(@vanilla-extract/css@1.20.1))(classnames@2.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ folds@2.6.2(@vanilla-extract/css@1.21.1)(@vanilla-extract/recipes@0.5.7(@vanilla-extract/css@1.21.1))(classnames@2.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
- '@vanilla-extract/css': 1.20.1
- '@vanilla-extract/recipes': 0.5.7(@vanilla-extract/css@1.20.1)
+ '@vanilla-extract/css': 1.21.1
+ '@vanilla-extract/recipes': 0.5.7(@vanilla-extract/css@1.21.1)
classnames: 2.5.1
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@@ -8232,9 +8165,9 @@ snapshots:
dependencies:
fd-package-json: 2.0.0
- framer-motion@12.40.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ framer-motion@12.42.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
- motion-dom: 12.40.0
+ motion-dom: 12.42.2
motion-utils: 12.39.0
tslib: 2.8.1
optionalDependencies:
@@ -8297,6 +8230,10 @@ snapshots:
es-errors: 1.3.0
get-intrinsic: 1.3.0
+ get-tsconfig@4.14.0:
+ dependencies:
+ resolve-pkg-maps: 1.0.0
+
glob-parent@5.1.2:
dependencies:
is-glob: 4.0.3
@@ -8351,15 +8288,10 @@ snapshots:
dependencies:
react-is: 16.13.1
- html-dom-parser@5.0.3:
- dependencies:
- domhandler: 5.0.3
- htmlparser2: 9.0.0
-
- html-dom-parser@5.1.8:
+ html-dom-parser@8.0.0:
dependencies:
- domhandler: 5.0.3
- htmlparser2: 10.1.0
+ domhandler: 6.0.1
+ htmlparser2: 12.0.0
html-encoding-sniffer@6.0.0:
dependencies:
@@ -8373,27 +8305,22 @@ snapshots:
dependencies:
void-elements: 3.1.0
- html-react-parser@4.2.10(react@18.3.1):
+ html-react-parser@6.1.3(@types/react@18.3.31)(react@18.3.1):
dependencies:
- domhandler: 5.0.3
- html-dom-parser: 5.0.3
+ domhandler: 6.0.1
+ html-dom-parser: 8.0.0
react: 18.3.1
react-property: 2.0.2
- style-to-js: 1.1.8
-
- htmlparser2@10.1.0:
- dependencies:
- domelementtype: 2.3.0
- domhandler: 5.0.3
- domutils: 3.2.2
- entities: 7.0.1
+ style-to-js: 2.0.0
+ optionalDependencies:
+ '@types/react': 18.3.31
- htmlparser2@9.0.0:
+ htmlparser2@12.0.0:
dependencies:
- domelementtype: 2.3.0
- domhandler: 5.0.3
- domutils: 3.2.2
- entities: 4.5.0
+ domelementtype: 3.0.0
+ domhandler: 6.0.1
+ domutils: 4.0.2
+ entities: 8.0.0
https-proxy-agent@5.0.1:
dependencies:
@@ -8422,7 +8349,7 @@ snapshots:
ieee754@1.2.1: {}
- immer@9.0.21: {}
+ immer@11.1.9: {}
import-fresh@3.3.1:
dependencies:
@@ -8431,7 +8358,7 @@ snapshots:
indent-string@4.0.0: {}
- inline-style-parser@0.2.2: {}
+ inline-style-parser@0.2.7: {}
internal-slot@1.1.0:
dependencies:
@@ -8545,6 +8472,8 @@ snapshots:
dependencies:
call-bound: 1.0.4
+ is-standalone-pwa@0.1.1: {}
+
is-stream@2.0.1: {}
is-string@1.1.1:
@@ -8663,27 +8592,26 @@ snapshots:
jwt-decode@4.0.0: {}
- katex@0.16.47:
+ katex@0.17.0:
dependencies:
commander: 8.3.0
kleur@4.1.5: {}
- knip@5.85.0(@types/node@24.10.13)(typescript@5.9.3):
+ knip@6.23.0:
dependencies:
- '@nodelib/fs.walk': 1.2.8
- '@types/node': 24.10.13
- fast-glob: 3.3.3
+ fdir: 6.5.0(picomatch@4.0.4)
formatly: 0.3.0
+ get-tsconfig: 4.14.0
jiti: 2.7.0
- js-yaml: 4.2.0
- minimist: 1.2.8
- oxc-resolver: 11.20.0
- picocolors: 1.1.1
+ oxc-parser: 0.137.0
+ oxc-resolver: 11.21.3
picomatch: 4.0.4
smol-toml: 1.6.1
strip-json-comments: 5.0.3
- typescript: 5.9.3
+ tinyglobby: 0.2.17
+ unbash: 4.0.2
+ yaml: 2.9.0
zod: 4.4.3
leaflet@1.9.4: {}
@@ -8830,22 +8758,15 @@ snapshots:
dependencies:
'@babel/runtime': 7.29.7
- merge2@1.4.1: {}
-
- micromatch@4.0.8:
- dependencies:
- braces: 3.0.3
- picomatch: 2.3.2
-
min-indent@1.0.1: {}
- miniflare@4.20260616.0:
+ miniflare@4.20260630.0:
dependencies:
'@cspotcode/source-map-support': 0.8.1
sharp: 0.34.5
- undici: 7.24.8
- workerd: 1.20260616.1
- ws: 8.20.1
+ undici: 7.28.0
+ workerd: 1.20260630.1
+ ws: 8.21.0
youch: 4.1.0-beta.10
transitivePeerDependencies:
- bufferutil
@@ -8859,8 +8780,6 @@ snapshots:
dependencies:
brace-expansion: 2.1.1
- minimist@1.2.8: {}
-
minipass@7.1.3: {}
mlly@1.8.2:
@@ -8872,7 +8791,7 @@ snapshots:
modern-ahocorasick@1.1.0: {}
- motion-dom@12.40.0:
+ motion-dom@12.42.2:
dependencies:
motion-utils: 12.39.0
@@ -8924,83 +8843,108 @@ snapshots:
object-keys: 1.1.1
safe-push-apply: 1.0.0
- oxc-resolver@11.20.0:
+ oxc-parser@0.137.0:
+ dependencies:
+ '@oxc-project/types': 0.137.0
+ optionalDependencies:
+ '@oxc-parser/binding-android-arm-eabi': 0.137.0
+ '@oxc-parser/binding-android-arm64': 0.137.0
+ '@oxc-parser/binding-darwin-arm64': 0.137.0
+ '@oxc-parser/binding-darwin-x64': 0.137.0
+ '@oxc-parser/binding-freebsd-x64': 0.137.0
+ '@oxc-parser/binding-linux-arm-gnueabihf': 0.137.0
+ '@oxc-parser/binding-linux-arm-musleabihf': 0.137.0
+ '@oxc-parser/binding-linux-arm64-gnu': 0.137.0
+ '@oxc-parser/binding-linux-arm64-musl': 0.137.0
+ '@oxc-parser/binding-linux-ppc64-gnu': 0.137.0
+ '@oxc-parser/binding-linux-riscv64-gnu': 0.137.0
+ '@oxc-parser/binding-linux-riscv64-musl': 0.137.0
+ '@oxc-parser/binding-linux-s390x-gnu': 0.137.0
+ '@oxc-parser/binding-linux-x64-gnu': 0.137.0
+ '@oxc-parser/binding-linux-x64-musl': 0.137.0
+ '@oxc-parser/binding-openharmony-arm64': 0.137.0
+ '@oxc-parser/binding-wasm32-wasi': 0.137.0
+ '@oxc-parser/binding-win32-arm64-msvc': 0.137.0
+ '@oxc-parser/binding-win32-ia32-msvc': 0.137.0
+ '@oxc-parser/binding-win32-x64-msvc': 0.137.0
+
+ oxc-resolver@11.21.3:
optionalDependencies:
- '@oxc-resolver/binding-android-arm-eabi': 11.20.0
- '@oxc-resolver/binding-android-arm64': 11.20.0
- '@oxc-resolver/binding-darwin-arm64': 11.20.0
- '@oxc-resolver/binding-darwin-x64': 11.20.0
- '@oxc-resolver/binding-freebsd-x64': 11.20.0
- '@oxc-resolver/binding-linux-arm-gnueabihf': 11.20.0
- '@oxc-resolver/binding-linux-arm-musleabihf': 11.20.0
- '@oxc-resolver/binding-linux-arm64-gnu': 11.20.0
- '@oxc-resolver/binding-linux-arm64-musl': 11.20.0
- '@oxc-resolver/binding-linux-ppc64-gnu': 11.20.0
- '@oxc-resolver/binding-linux-riscv64-gnu': 11.20.0
- '@oxc-resolver/binding-linux-riscv64-musl': 11.20.0
- '@oxc-resolver/binding-linux-s390x-gnu': 11.20.0
- '@oxc-resolver/binding-linux-x64-gnu': 11.20.0
- '@oxc-resolver/binding-linux-x64-musl': 11.20.0
- '@oxc-resolver/binding-openharmony-arm64': 11.20.0
- '@oxc-resolver/binding-wasm32-wasi': 11.20.0
- '@oxc-resolver/binding-win32-arm64-msvc': 11.20.0
- '@oxc-resolver/binding-win32-x64-msvc': 11.20.0
-
- oxfmt@0.45.0:
+ '@oxc-resolver/binding-android-arm-eabi': 11.21.3
+ '@oxc-resolver/binding-android-arm64': 11.21.3
+ '@oxc-resolver/binding-darwin-arm64': 11.21.3
+ '@oxc-resolver/binding-darwin-x64': 11.21.3
+ '@oxc-resolver/binding-freebsd-x64': 11.21.3
+ '@oxc-resolver/binding-linux-arm-gnueabihf': 11.21.3
+ '@oxc-resolver/binding-linux-arm-musleabihf': 11.21.3
+ '@oxc-resolver/binding-linux-arm64-gnu': 11.21.3
+ '@oxc-resolver/binding-linux-arm64-musl': 11.21.3
+ '@oxc-resolver/binding-linux-ppc64-gnu': 11.21.3
+ '@oxc-resolver/binding-linux-riscv64-gnu': 11.21.3
+ '@oxc-resolver/binding-linux-riscv64-musl': 11.21.3
+ '@oxc-resolver/binding-linux-s390x-gnu': 11.21.3
+ '@oxc-resolver/binding-linux-x64-gnu': 11.21.3
+ '@oxc-resolver/binding-linux-x64-musl': 11.21.3
+ '@oxc-resolver/binding-openharmony-arm64': 11.21.3
+ '@oxc-resolver/binding-wasm32-wasi': 11.21.3
+ '@oxc-resolver/binding-win32-arm64-msvc': 11.21.3
+ '@oxc-resolver/binding-win32-x64-msvc': 11.21.3
+
+ oxfmt@0.57.0:
dependencies:
tinypool: 2.1.0
optionalDependencies:
- '@oxfmt/binding-android-arm-eabi': 0.45.0
- '@oxfmt/binding-android-arm64': 0.45.0
- '@oxfmt/binding-darwin-arm64': 0.45.0
- '@oxfmt/binding-darwin-x64': 0.45.0
- '@oxfmt/binding-freebsd-x64': 0.45.0
- '@oxfmt/binding-linux-arm-gnueabihf': 0.45.0
- '@oxfmt/binding-linux-arm-musleabihf': 0.45.0
- '@oxfmt/binding-linux-arm64-gnu': 0.45.0
- '@oxfmt/binding-linux-arm64-musl': 0.45.0
- '@oxfmt/binding-linux-ppc64-gnu': 0.45.0
- '@oxfmt/binding-linux-riscv64-gnu': 0.45.0
- '@oxfmt/binding-linux-riscv64-musl': 0.45.0
- '@oxfmt/binding-linux-s390x-gnu': 0.45.0
- '@oxfmt/binding-linux-x64-gnu': 0.45.0
- '@oxfmt/binding-linux-x64-musl': 0.45.0
- '@oxfmt/binding-openharmony-arm64': 0.45.0
- '@oxfmt/binding-win32-arm64-msvc': 0.45.0
- '@oxfmt/binding-win32-ia32-msvc': 0.45.0
- '@oxfmt/binding-win32-x64-msvc': 0.45.0
-
- oxlint-tsgolint@0.23.0:
+ '@oxfmt/binding-android-arm-eabi': 0.57.0
+ '@oxfmt/binding-android-arm64': 0.57.0
+ '@oxfmt/binding-darwin-arm64': 0.57.0
+ '@oxfmt/binding-darwin-x64': 0.57.0
+ '@oxfmt/binding-freebsd-x64': 0.57.0
+ '@oxfmt/binding-linux-arm-gnueabihf': 0.57.0
+ '@oxfmt/binding-linux-arm-musleabihf': 0.57.0
+ '@oxfmt/binding-linux-arm64-gnu': 0.57.0
+ '@oxfmt/binding-linux-arm64-musl': 0.57.0
+ '@oxfmt/binding-linux-ppc64-gnu': 0.57.0
+ '@oxfmt/binding-linux-riscv64-gnu': 0.57.0
+ '@oxfmt/binding-linux-riscv64-musl': 0.57.0
+ '@oxfmt/binding-linux-s390x-gnu': 0.57.0
+ '@oxfmt/binding-linux-x64-gnu': 0.57.0
+ '@oxfmt/binding-linux-x64-musl': 0.57.0
+ '@oxfmt/binding-openharmony-arm64': 0.57.0
+ '@oxfmt/binding-win32-arm64-msvc': 0.57.0
+ '@oxfmt/binding-win32-ia32-msvc': 0.57.0
+ '@oxfmt/binding-win32-x64-msvc': 0.57.0
+
+ oxlint-tsgolint@0.24.0:
optionalDependencies:
- '@oxlint-tsgolint/darwin-arm64': 0.23.0
- '@oxlint-tsgolint/darwin-x64': 0.23.0
- '@oxlint-tsgolint/linux-arm64': 0.23.0
- '@oxlint-tsgolint/linux-x64': 0.23.0
- '@oxlint-tsgolint/win32-arm64': 0.23.0
- '@oxlint-tsgolint/win32-x64': 0.23.0
-
- oxlint@1.70.0(oxlint-tsgolint@0.23.0):
+ '@oxlint-tsgolint/darwin-arm64': 0.24.0
+ '@oxlint-tsgolint/darwin-x64': 0.24.0
+ '@oxlint-tsgolint/linux-arm64': 0.24.0
+ '@oxlint-tsgolint/linux-x64': 0.24.0
+ '@oxlint-tsgolint/win32-arm64': 0.24.0
+ '@oxlint-tsgolint/win32-x64': 0.24.0
+
+ oxlint@1.72.0(oxlint-tsgolint@0.24.0):
optionalDependencies:
- '@oxlint/binding-android-arm-eabi': 1.70.0
- '@oxlint/binding-android-arm64': 1.70.0
- '@oxlint/binding-darwin-arm64': 1.70.0
- '@oxlint/binding-darwin-x64': 1.70.0
- '@oxlint/binding-freebsd-x64': 1.70.0
- '@oxlint/binding-linux-arm-gnueabihf': 1.70.0
- '@oxlint/binding-linux-arm-musleabihf': 1.70.0
- '@oxlint/binding-linux-arm64-gnu': 1.70.0
- '@oxlint/binding-linux-arm64-musl': 1.70.0
- '@oxlint/binding-linux-ppc64-gnu': 1.70.0
- '@oxlint/binding-linux-riscv64-gnu': 1.70.0
- '@oxlint/binding-linux-riscv64-musl': 1.70.0
- '@oxlint/binding-linux-s390x-gnu': 1.70.0
- '@oxlint/binding-linux-x64-gnu': 1.70.0
- '@oxlint/binding-linux-x64-musl': 1.70.0
- '@oxlint/binding-openharmony-arm64': 1.70.0
- '@oxlint/binding-win32-arm64-msvc': 1.70.0
- '@oxlint/binding-win32-ia32-msvc': 1.70.0
- '@oxlint/binding-win32-x64-msvc': 1.70.0
- oxlint-tsgolint: 0.23.0
+ '@oxlint/binding-android-arm-eabi': 1.72.0
+ '@oxlint/binding-android-arm64': 1.72.0
+ '@oxlint/binding-darwin-arm64': 1.72.0
+ '@oxlint/binding-darwin-x64': 1.72.0
+ '@oxlint/binding-freebsd-x64': 1.72.0
+ '@oxlint/binding-linux-arm-gnueabihf': 1.72.0
+ '@oxlint/binding-linux-arm-musleabihf': 1.72.0
+ '@oxlint/binding-linux-arm64-gnu': 1.72.0
+ '@oxlint/binding-linux-arm64-musl': 1.72.0
+ '@oxlint/binding-linux-ppc64-gnu': 1.72.0
+ '@oxlint/binding-linux-riscv64-gnu': 1.72.0
+ '@oxlint/binding-linux-riscv64-musl': 1.72.0
+ '@oxlint/binding-linux-s390x-gnu': 1.72.0
+ '@oxlint/binding-linux-x64-gnu': 1.72.0
+ '@oxlint/binding-linux-x64-musl': 1.72.0
+ '@oxlint/binding-openharmony-arm64': 1.72.0
+ '@oxlint/binding-win32-arm64-msvc': 1.72.0
+ '@oxlint/binding-win32-ia32-msvc': 1.72.0
+ '@oxlint/binding-win32-x64-msvc': 1.72.0
+ oxlint-tsgolint: 0.24.0
p-limit@3.1.0:
dependencies:
@@ -9050,9 +8994,9 @@ snapshots:
pathe@2.0.3: {}
- pdfjs-dist@5.7.284:
+ pdfjs-dist@6.1.200:
optionalDependencies:
- '@napi-rs/canvas': 0.1.100
+ '@napi-rs/canvas': 1.0.2
picocolors@1.1.1: {}
@@ -9096,26 +9040,24 @@ snapshots:
punycode@2.3.1: {}
- queue-microtask@1.2.3: {}
-
raf-schd@4.0.3: {}
randombytes@2.1.0:
dependencies:
safe-buffer: 5.2.1
- react-aria@3.49.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ react-aria@3.50.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
'@internationalized/date': 3.12.2
'@internationalized/number': 3.6.7
'@internationalized/string': 3.2.9
- '@react-types/shared': 3.35.0(react@18.3.1)
+ '@react-types/shared': 3.36.0(react@18.3.1)
'@swc/helpers': 0.5.23
aria-hidden: 1.2.6
clsx: 2.1.1
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
- react-stately: 3.47.0(react@18.3.1)
+ react-stately: 3.48.0(react@18.3.1)
use-sync-external-store: 1.6.0(react@18.3.1)
react-async-script@1.2.0(react@18.3.1):
@@ -9140,7 +9082,7 @@ snapshots:
react: 18.3.1
scheduler: 0.23.2
- react-google-recaptcha@2.1.0(react@18.3.1):
+ react-google-recaptcha@3.1.0(react@18.3.1):
dependencies:
prop-types: 15.8.1
react: 18.3.1
@@ -9189,12 +9131,12 @@ snapshots:
'@remix-run/router': 1.23.3
react: 18.3.1
- react-stately@3.47.0(react@18.3.1):
+ react-stately@3.48.0(react@18.3.1):
dependencies:
'@internationalized/date': 3.12.2
'@internationalized/number': 3.6.7
'@internationalized/string': 3.2.9
- '@react-types/shared': 3.35.0(react@18.3.1)
+ '@react-types/shared': 3.36.0(react@18.3.1)
'@swc/helpers': 0.5.23
react: 18.3.1
use-sync-external-store: 1.6.0(react@18.3.1)
@@ -9259,6 +9201,8 @@ snapshots:
resolve-from@4.0.0: {}
+ resolve-pkg-maps@1.0.0: {}
+
resolve@1.22.12:
dependencies:
es-errors: 1.3.0
@@ -9266,8 +9210,6 @@ snapshots:
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
- reusify@1.1.0: {}
-
rolldown@1.0.3:
dependencies:
'@oxc-project/types': 0.133.0
@@ -9324,10 +9266,6 @@ snapshots:
'@rollup/rollup-win32-x64-msvc': 4.62.0
fsevents: 2.3.3
- run-parallel@1.2.0:
- dependencies:
- queue-microtask: 1.2.3
-
safe-array-concat@1.1.4:
dependencies:
call-bind: 1.0.9
@@ -9484,7 +9422,7 @@ snapshots:
is-plain-object: 5.0.0
slate: 0.124.1
- slate-react@0.124.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate-dom@0.124.1(slate@0.124.1))(slate@0.124.1):
+ slate-react@0.125.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate-dom@0.124.1(slate@0.124.1))(slate@0.124.1):
dependencies:
'@juggle/resize-observer': 3.4.0
direction: 1.0.4
@@ -9586,13 +9524,13 @@ snapshots:
strip-json-comments@5.0.3: {}
- style-to-js@1.1.8:
+ style-to-js@2.0.0:
dependencies:
- style-to-object: 1.0.3
+ style-to-object: 1.0.14
- style-to-object@1.0.3:
+ style-to-object@1.0.14:
dependencies:
- inline-style-parser: 0.2.2
+ inline-style-parser: 0.2.7
supports-color@10.2.2: {}
@@ -9606,7 +9544,7 @@ snapshots:
symbol-tree@3.2.4: {}
- tabbable@6.4.0: {}
+ tabbable@6.5.0: {}
tar-mini@0.2.0: {}
@@ -9706,10 +9644,18 @@ snapshots:
typescript@5.9.3: {}
- ua-parser-js@1.0.41: {}
+ ua-is-frozen@0.1.2: {}
+
+ ua-parser-js@2.0.10:
+ dependencies:
+ detect-europe-js: 0.1.2
+ is-standalone-pwa: 0.1.1
+ ua-is-frozen: 0.1.2
ufo@1.6.4: {}
+ unbash@4.0.2: {}
+
unbox-primitive@1.1.0:
dependencies:
call-bound: 1.0.4
@@ -9717,9 +9663,7 @@ snapshots:
has-symbols: 1.1.0
which-boxed-primitive: 1.1.1
- undici-types@7.16.0: {}
-
- undici@7.24.8: {}
+ undici-types@7.18.2: {}
undici@7.28.0: {}
@@ -9762,18 +9706,18 @@ snapshots:
uuid@13.0.2: {}
- virtua@0.49.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ virtua@0.49.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
optionalDependencies:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
- vite-node@6.0.0(@types/node@24.10.13)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.48.0):
+ vite-node@6.0.0(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0):
dependencies:
cac: 7.0.0
es-module-lexer: 2.1.0
obug: 2.1.3
pathe: 2.0.3
- vite: 8.0.16(@types/node@24.10.13)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.48.0)
+ vite: 8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)
transitivePeerDependencies:
- '@types/node'
- '@vitejs/devtools'
@@ -9795,48 +9739,48 @@ snapshots:
transitivePeerDependencies:
- rollup
- vite-plugin-pwa@1.3.0(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))(workbox-build@7.4.0(@types/babel__core@7.20.5))(workbox-window@7.4.0):
+ vite-plugin-pwa@1.3.0(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))(workbox-build@7.4.0(@types/babel__core@7.20.5))(workbox-window@7.4.0):
dependencies:
debug: 4.4.3
pretty-bytes: 6.1.1
tinyglobby: 0.2.17
- vite: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
+ vite: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
workbox-build: 7.4.0(@types/babel__core@7.20.5)
workbox-window: 7.4.0
transitivePeerDependencies:
- supports-color
- vite-plugin-static-copy@3.4.0(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)):
+ vite-plugin-static-copy@3.4.0(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)):
dependencies:
chokidar: 3.6.0
p-map: 7.0.4
picocolors: 1.1.1
tinyglobby: 0.2.17
- vite: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
+ vite: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
- vite-plugin-svgr@4.5.0(rollup@2.80.0)(typescript@5.9.3)(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)):
+ vite-plugin-svgr@4.5.0(rollup@2.80.0)(typescript@5.9.3)(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)):
dependencies:
'@rollup/pluginutils': 5.4.0(rollup@2.80.0)
'@svgr/core': 8.1.0(typescript@5.9.3)
'@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.9.3))
- vite: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
+ vite: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
transitivePeerDependencies:
- rollup
- supports-color
- typescript
- vite-plugin-top-level-await@1.6.0(@swc/helpers@0.5.23)(rollup@2.80.0)(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)):
+ vite-plugin-top-level-await@1.6.0(@swc/helpers@0.5.23)(rollup@2.80.0)(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)):
dependencies:
'@rollup/plugin-virtual': 3.0.2(rollup@2.80.0)
'@swc/core': 1.15.41(@swc/helpers@0.5.23)
'@swc/wasm': 1.15.41
uuid: 10.0.0
- vite: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
+ vite: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
transitivePeerDependencies:
- '@swc/helpers'
- rollup
- vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0):
+ vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0):
dependencies:
esbuild: 0.27.7
fdir: 6.5.0(picomatch@4.0.4)
@@ -9845,13 +9789,14 @@ snapshots:
rollup: 4.62.0
tinyglobby: 0.2.17
optionalDependencies:
- '@types/node': 24.10.13
+ '@types/node': 24.13.2
fsevents: 2.3.3
jiti: 2.7.0
lightningcss: 1.32.0
terser: 5.48.0
+ yaml: 2.9.0
- vite@8.0.16(@types/node@24.10.13)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.48.0):
+ vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0):
dependencies:
lightningcss: 1.32.0
picomatch: 4.0.4
@@ -9859,16 +9804,17 @@ snapshots:
rolldown: 1.0.3
tinyglobby: 0.2.17
optionalDependencies:
- '@types/node': 24.10.13
+ '@types/node': 24.13.2
esbuild: 0.28.1
fsevents: 2.3.3
jiti: 2.7.0
terser: 5.48.0
+ yaml: 2.9.0
- vitest@4.1.9(@types/node@24.10.13)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(jsdom@29.1.1)(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)):
+ vitest@4.1.9(@types/node@24.13.2)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(jsdom@29.1.1)(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)):
dependencies:
'@vitest/expect': 4.1.9
- '@vitest/mocker': 4.1.9(vite@7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0))
+ '@vitest/mocker': 4.1.9(vite@7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0))
'@vitest/pretty-format': 4.1.9
'@vitest/runner': 4.1.9
'@vitest/snapshot': 4.1.9
@@ -9885,10 +9831,10 @@ snapshots:
tinyexec: 1.2.4
tinyglobby: 0.2.17
tinyrainbow: 3.1.0
- vite: 7.3.5(@types/node@24.10.13)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)
+ vite: 7.3.5(@types/node@24.13.2)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(yaml@2.9.0)
why-is-node-running: 2.3.0
optionalDependencies:
- '@types/node': 24.10.13
+ '@types/node': 24.13.2
'@vitest/coverage-v8': 4.1.9(vitest@4.1.9)
'@vitest/ui': 4.1.9(vitest@4.1.9)
jsdom: 29.1.1
@@ -10109,31 +10055,31 @@ snapshots:
'@types/trusted-types': 2.0.7
workbox-core: 7.4.0
- workerd@1.20260616.1:
+ workerd@1.20260630.1:
optionalDependencies:
- '@cloudflare/workerd-darwin-64': 1.20260616.1
- '@cloudflare/workerd-darwin-arm64': 1.20260616.1
- '@cloudflare/workerd-linux-64': 1.20260616.1
- '@cloudflare/workerd-linux-arm64': 1.20260616.1
- '@cloudflare/workerd-windows-64': 1.20260616.1
+ '@cloudflare/workerd-darwin-64': 1.20260630.1
+ '@cloudflare/workerd-darwin-arm64': 1.20260630.1
+ '@cloudflare/workerd-linux-64': 1.20260630.1
+ '@cloudflare/workerd-linux-arm64': 1.20260630.1
+ '@cloudflare/workerd-windows-64': 1.20260630.1
- wrangler@4.101.0:
+ wrangler@4.106.0:
dependencies:
'@cloudflare/kv-asset-handler': 0.5.0
- '@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260616.1)
+ '@cloudflare/unenv-preset': 2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260630.1)
blake3-wasm: 2.1.5
- esbuild: 0.27.3
- miniflare: 4.20260616.0
+ esbuild: 0.28.1
+ miniflare: 4.20260630.0
path-to-regexp: 6.3.0
unenv: 2.0.0-rc.24
- workerd: 1.20260616.1
+ workerd: 1.20260630.1
optionalDependencies:
fsevents: 2.3.3
transitivePeerDependencies:
- bufferutil
- utf-8-validate
- ws@8.20.1: {}
+ ws@8.21.0: {}
xml-name-validator@5.0.0: {}
@@ -10141,6 +10087,8 @@ snapshots:
yallist@3.1.1: {}
+ yaml@2.9.0: {}
+
yocto-queue@0.1.0: {}
youch-core@0.3.3:
diff --git a/src/app/components/emoji-board/EmojiBoard.tsx b/src/app/components/emoji-board/EmojiBoard.tsx
index 07ece6d9f..485283dca 100644
--- a/src/app/components/emoji-board/EmojiBoard.tsx
+++ b/src/app/components/emoji-board/EmojiBoard.tsx
@@ -764,7 +764,7 @@ export function EmojiBoard({
initialFocus: false,
onDeactivate: requestClose,
- allowOutsideClick: (e) => {
+ allowOutsideClick: (e: MouseEvent | TouchEvent) => {
e.preventDefault();
requestClose();
return false;
diff --git a/src/app/components/message/modals/Options.tsx b/src/app/components/message/modals/Options.tsx
index 462f1c6a5..7ad72bfae 100644
--- a/src/app/components/message/modals/Options.tsx
+++ b/src/app/components/message/modals/Options.tsx
@@ -564,7 +564,7 @@ export function OptionMenu({
initialFocus: false,
onDeactivate: closeMenu,
onPostDeactivate: handlePostDeactivate,
- allowOutsideClick: (e) => {
+ allowOutsideClick: (e: MouseEvent | TouchEvent) => {
e.preventDefault();
closeMenu();
return false;
diff --git a/src/app/plugins/pdfjs-dist.ts b/src/app/plugins/pdfjs-dist.ts
index d23a7bcce..9a67be484 100644
--- a/src/app/plugins/pdfjs-dist.ts
+++ b/src/app/plugins/pdfjs-dist.ts
@@ -21,7 +21,7 @@ export const usePdfDocumentLoader = (pdfJS: typeof PdfJsDist | undefined, src: s
if (!pdfJS) {
throw new Error('PdfJS is not loaded');
}
- const doc = await pdfJS.getDocument(src).promise;
+ const doc = await pdfJS.getDocument({ url: src }).promise;
return doc;
}, [pdfJS, src])
);
diff --git a/src/app/plugins/react-custom-html-parser.tsx b/src/app/plugins/react-custom-html-parser.tsx
index f0fb2116b..cd5c9a343 100644
--- a/src/app/plugins/react-custom-html-parser.tsx
+++ b/src/app/plugins/react-custom-html-parser.tsx
@@ -96,6 +96,9 @@ const stripIncomingStyle = (
return props;
};
+const attrString = (value: unknown): string | undefined =>
+ typeof value === 'string' ? value : undefined;
+
const ensureNoopenerRel = (rel: unknown): string => {
if (typeof rel !== 'string') return 'noopener';
@@ -855,18 +858,21 @@ export const getReactCustomHtmlParser = (
// Guard: img without a src survives sanitisation (fix for crash #1731)
// but we can't convert it Eskip rendering rather than passing
// undefined into mxcUrlToHttp where it would throw.
- if (!props.src) return null;
+ const src = attrString(props.src);
+ if (!src) return null;
- const htmlSrc = mxcUrlToHttp(mx, props.src, params.useAuthentication) ?? undefined;
- const fallbackLabel = props.alt || props.title || '[media]';
- const failedToResolveMxc = props.src.startsWith('mxc://') && !htmlSrc;
+ const alt = attrString(props.alt);
+ const title = attrString(props.title);
+ const htmlSrc = mxcUrlToHttp(mx, src, params.useAuthentication) ?? undefined;
+ const fallbackLabel = alt || title || '[media]';
+ const failedToResolveMxc = src.startsWith('mxc://') && !htmlSrc;
// Non-mxc images were already converted to links by the sanitiser,
// but handle the edge case defensively here too.
- if (htmlSrc && !props.src.startsWith('mxc://')) {
+ if (htmlSrc && !src.startsWith('mxc://')) {
return (
- {props.alt || props.title || htmlSrc}
+ {alt || title || htmlSrc}
);
}
@@ -875,7 +881,7 @@ export const getReactCustomHtmlParser = (
// When the mxc URL can't be resolved (e.g. federation unavailable),
// fall back to rendering the shortcode text so the message stays readable.
if (!htmlSrc) {
- const label = props.alt || props.title || '';
+ const label = alt || title || '';
return (
{label ? `:${label}:` : ''}
diff --git a/src/app/utils/user-agent.ts b/src/app/utils/user-agent.ts
index e1a2e0a61..504198fed 100644
--- a/src/app/utils/user-agent.ts
+++ b/src/app/utils/user-agent.ts
@@ -15,7 +15,7 @@ const normalizeMacName = (os?: string) => {
return os;
};
-const isMac = result.os.name === 'Mac OS';
+const isMac = result.os.name === 'Mac OS' || result.os.name === 'macOS';
export const ua = () => result;
export const isMacOS = () => isMac;