diff --git a/docs/package.json b/docs/package.json index b97053768e6f..fc1e1cf6a126 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,8 +20,8 @@ "devDependencies": { "@iconify-json/carbon": "catalog:", "@iconify-json/logos": "catalog:", - "@shikijs/transformers": "^3.2.2", - "@shikijs/vitepress-twoslash": "^3.2.2", + "@shikijs/transformers": "^3.3.0", + "@shikijs/vitepress-twoslash": "^3.3.0", "@unocss/reset": "catalog:", "@vite-pwa/assets-generator": "^0.2.6", "@vite-pwa/vitepress": "^0.5.4", @@ -32,7 +32,7 @@ "unplugin-vue-components": "catalog:", "vite": "^5.2.8", "vite-plugin-pwa": "^0.21.2", - "vitepress": "2.0.0-alpha.4", + "vitepress": "2.0.0-alpha.5", "vitepress-plugin-group-icons": "^1.5.2", "vitepress-plugin-tabs": "^0.7.0", "workbox-window": "^7.3.0" diff --git a/examples/lit/package.json b/examples/lit/package.json index 983b004638dd..e3203ab59b23 100644 --- a/examples/lit/package.json +++ b/examples/lit/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@vitest/browser": "latest", "jsdom": "latest", - "playwright": "^1.51.1", + "playwright": "^1.52.0", "vite": "latest", "vitest": "latest" }, diff --git a/examples/workspace/package.json b/examples/workspace/package.json index c0a0398665f1..6eb6ab559a55 100644 --- a/examples/workspace/package.json +++ b/examples/workspace/package.json @@ -13,7 +13,7 @@ "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.1.2", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.4.1", "@vitest/ui": "latest", "fastify": "^4.29.0", "jsdom": "^24.1.3", diff --git a/package.json b/package.json index 290cc1b94841..25f0ba9c425b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "3.1.2", "private": true, - "packageManager": "pnpm@10.8.1", + "packageManager": "pnpm@10.9.0", "description": "Next generation testing framework powered by Vite", "engines": { "node": "^18.0.0 || >=20.0.0" @@ -38,7 +38,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.12.0", "@antfu/ni": "^24.3.0", - "@playwright/test": "^1.51.1", + "@playwright/test": "^1.52.0", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", @@ -50,7 +50,7 @@ "@vitest/ui": "workspace:*", "bumpp": "^10.1.0", "changelogithub": "^13.13.0", - "esbuild": "^0.25.2", + "esbuild": "^0.25.3", "eslint": "^9.24.0", "magic-string": "^0.30.17", "pathe": "^2.0.3", @@ -61,11 +61,11 @@ "tinyglobby": "catalog:", "tsx": "^4.19.3", "typescript": "^5.8.3", - "unplugin-isolated-decl": "^0.13.6", - "unplugin-oxc": "^0.3.3", + "unplugin-isolated-decl": "^0.13.9", + "unplugin-oxc": "^0.3.5", "vite": "^6.2.0", "vitest": "workspace:*", - "zx": "^8.5.2" + "zx": "^8.5.3" }, "pnpm": { "overrides": { diff --git a/packages/browser/package.json b/packages/browser/package.json index ae6e3b0b545c..0f6758567798 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -103,17 +103,17 @@ "@vitest/ui": "workspace:*", "@vitest/ws-client": "workspace:*", "@wdio/protocols": "^9.12.5", - "@wdio/types": "^9.12.3", + "@wdio/types": "^9.12.6", "birpc": "catalog:", "flatted": "catalog:", "ivya": "^1.6.0", "mime": "^4.0.7", "pathe": "catalog:", "periscopic": "^4.0.2", - "playwright": "^1.51.1", - "playwright-core": "^1.51.1", + "playwright": "^1.52.0", + "playwright-core": "^1.52.0", "safaridriver": "^1.0.0", "vitest": "workspace:*", - "webdriverio": "^9.12.5" + "webdriverio": "^9.12.7" } } diff --git a/packages/vite-node/package.json b/packages/vite-node/package.json index 268a21a7ec9f..8f199fe36ede 100644 --- a/packages/vite-node/package.json +++ b/packages/vite-node/package.json @@ -84,7 +84,7 @@ "dependencies": { "cac": "catalog:", "debug": "catalog:", - "es-module-lexer": "^1.6.0", + "es-module-lexer": "^1.7.0", "pathe": "catalog:", "vite": "^5.0.0 || ^6.0.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5010533effda..1443f0afe177 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -88,8 +88,8 @@ catalogs: specifier: ^0.3.5 version: 0.3.5 msw: - specifier: ^2.7.4 - version: 2.7.4 + specifier: ^2.7.5 + version: 2.7.5 pathe: specifier: ^2.0.3 version: 2.0.3 @@ -161,8 +161,8 @@ importers: specifier: ^24.3.0 version: 24.3.0 '@playwright/test': - specifier: ^1.51.1 - version: 1.51.1 + specifier: ^1.52.0 + version: 1.52.0 '@rollup/plugin-commonjs': specifier: ^28.0.3 version: 28.0.3(rollup@4.40.0) @@ -197,8 +197,8 @@ importers: specifier: ^13.13.0 version: 13.13.0(magicast@0.3.5) esbuild: - specifier: ^0.25.2 - version: 0.25.2 + specifier: ^0.25.3 + version: 0.25.3 eslint: specifier: ^9.24.0 version: 9.24.0(jiti@2.4.2) @@ -230,11 +230,11 @@ importers: specifier: ^5.8.3 version: 5.8.3 unplugin-isolated-decl: - specifier: ^0.13.6 - version: 0.13.6(typescript@5.8.3) + specifier: ^0.13.9 + version: 0.13.9(typescript@5.8.3) unplugin-oxc: - specifier: ^0.3.3 - version: 0.3.3 + specifier: ^0.3.5 + version: 0.3.5 vite: specifier: ^6.2.0 version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) @@ -242,8 +242,8 @@ importers: specifier: workspace:* version: link:packages/vitest zx: - specifier: ^8.5.2 - version: 8.5.2 + specifier: ^8.5.3 + version: 8.5.3 docs: dependencies: @@ -261,11 +261,11 @@ importers: specifier: 'catalog:' version: 1.2.4 '@shikijs/transformers': - specifier: ^3.2.2 - version: 3.2.2 + specifier: ^3.3.0 + version: 3.3.0 '@shikijs/vitepress-twoslash': - specifier: ^3.2.2 - version: 3.2.2(typescript@5.8.3) + specifier: ^3.3.0 + version: 3.3.0(typescript@5.8.3) '@unocss/reset': specifier: 'catalog:' version: 0.65.4 @@ -289,7 +289,7 @@ importers: version: 0.65.4(postcss@8.5.3)(rollup@4.40.0)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) unplugin-vue-components: specifier: 'catalog:' - version: 0.28.0(@babel/parser@7.26.2)(rollup@4.40.0)(vue@3.5.12(typescript@5.8.3)) + version: 0.28.0(@babel/parser@7.27.0)(rollup@4.40.0)(vue@3.5.12(typescript@5.8.3)) vite: specifier: ^6.2.0 version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) @@ -297,14 +297,14 @@ importers: specifier: ^0.21.2 version: 0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0) vitepress: - specifier: 2.0.0-alpha.4 - version: 2.0.0-alpha.4(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0) + specifier: 2.0.0-alpha.5 + version: 2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0) vitepress-plugin-group-icons: specifier: ^1.5.2 version: 1.5.2 vitepress-plugin-tabs: specifier: ^0.7.0 - version: 0.7.0(vitepress@2.0.0-alpha.4(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) + version: 0.7.0(vitepress@2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) workbox-window: specifier: ^7.3.0 version: 7.3.0 @@ -364,8 +364,8 @@ importers: specifier: latest version: 26.1.0 playwright: - specifier: ^1.51.1 - version: 1.51.1 + specifier: ^1.52.0 + version: 1.52.0 vite: specifier: ^6.2.0 version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) @@ -415,8 +415,8 @@ importers: specifier: ^19.1.2 version: 19.1.2 '@vitejs/plugin-react': - specifier: ^4.3.4 - version: 4.3.4(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0)) + specifier: ^4.4.1 + version: 4.4.1(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0)) '@vitest/ui': specifier: workspace:* version: link:../../packages/ui @@ -485,8 +485,8 @@ importers: specifier: ^9.12.5 version: 9.12.5 '@wdio/types': - specifier: ^9.12.3 - version: 9.12.3 + specifier: ^9.12.6 + version: 9.12.6 birpc: specifier: 'catalog:' version: 2.3.0 @@ -506,11 +506,11 @@ importers: specifier: ^4.0.2 version: 4.0.2 playwright: - specifier: ^1.51.1 - version: 1.51.1 + specifier: ^1.52.0 + version: 1.52.0 playwright-core: - specifier: ^1.51.1 - version: 1.51.1 + specifier: ^1.52.0 + version: 1.52.0 safaridriver: specifier: ^1.0.0 version: 1.0.0 @@ -518,8 +518,8 @@ importers: specifier: workspace:* version: link:../vitest webdriverio: - specifier: ^9.12.5 - version: 9.12.5 + specifier: ^9.12.7 + version: 9.12.7 packages/coverage-istanbul: dependencies: @@ -703,7 +703,7 @@ importers: version: 8.3.4 msw: specifier: 'catalog:' - version: 2.7.4(@types/node@22.14.1)(typescript@5.8.3) + version: 2.7.5(@types/node@22.14.1)(typescript@5.8.3) pathe: specifier: 'catalog:' version: 2.0.3 @@ -865,7 +865,7 @@ importers: version: 0.19.0(@vueuse/core@12.8.2(typescript@5.8.3))(rollup@4.40.0) unplugin-vue-components: specifier: 'catalog:' - version: 0.28.0(@babel/parser@7.26.2)(rollup@4.40.0)(vue@3.5.12(typescript@5.8.3)) + version: 0.28.0(@babel/parser@7.27.0)(rollup@4.40.0)(vue@3.5.12(typescript@5.8.3)) vite: specifier: ^6.2.0 version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) @@ -916,8 +916,8 @@ importers: specifier: 'catalog:' version: 4.4.0 es-module-lexer: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.7.0 + version: 1.7.0 pathe: specifier: 'catalog:' version: 2.0.3 @@ -1202,8 +1202,8 @@ importers: specifier: ^4.4.0 version: 4.4.0 unplugin-swc: - specifier: ^1.5.1 - version: 1.5.1(@swc/core@1.4.1)(rollup@4.40.0) + specifier: ^1.5.2 + version: 1.5.2(@swc/core@1.4.1)(rollup@4.40.0) vite: specifier: ^6.2.0 version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) @@ -1286,8 +1286,8 @@ importers: specifier: npm:react@18.3.1 version: react@18.3.1 sweetalert2: - specifier: ^11.18.0 - version: 11.18.0 + specifier: ^11.19.1 + version: 11.19.1 tinyrainbow: specifier: 'catalog:' version: 2.0.0 @@ -1358,8 +1358,8 @@ importers: specifier: ^0.3.5 version: 0.3.5 unplugin-swc: - specifier: ^1.5.1 - version: 1.5.1(@swc/core@1.4.1)(rollup@4.40.0) + specifier: ^1.5.2 + version: 1.5.2(@swc/core@1.4.1)(rollup@4.40.0) vite: specifier: ^6.2.0 version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) @@ -1415,8 +1415,8 @@ importers: specifier: workspace:* version: link:../../packages/mocker playwright: - specifier: ^1.51.1 - version: 1.51.1 + specifier: ^1.52.0 + version: 1.52.0 vitest: specifier: workspace:* version: link:../../packages/vitest @@ -1718,6 +1718,10 @@ packages: resolution: {integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==} engines: {node: '>=6.9.0'} + '@babel/compat-data@7.26.8': + resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==} + engines: {node: '>=6.9.0'} + '@babel/core@7.24.7': resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==} engines: {node: '>=6.9.0'} @@ -1726,18 +1730,22 @@ packages: resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} engines: {node: '>=6.9.0'} - '@babel/generator@7.24.7': - resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==} + '@babel/core@7.26.10': + resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} engines: {node: '>=6.9.0'} - '@babel/generator@7.25.0': - resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} + '@babel/generator@7.24.7': + resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==} engines: {node: '>=6.9.0'} '@babel/generator@7.26.2': resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.27.0': + resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.25.9': resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} @@ -1754,6 +1762,10 @@ packages: resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==} engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@7.27.0': + resolution: {integrity: sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==} + engines: {node: '>=6.9.0'} + '@babel/helper-create-class-features-plugin@7.25.9': resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} engines: {node: '>=6.9.0'} @@ -1879,6 +1891,10 @@ packages: resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.27.0': + resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==} + engines: {node: '>=6.9.0'} + '@babel/highlight@7.24.7': resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} @@ -1898,6 +1914,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.27.0': + resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9': resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==} engines: {node: '>=6.9.0'} @@ -2287,26 +2308,26 @@ packages: resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==} engines: {node: '>=6.9.0'} - '@babel/template@7.25.0': - resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} - engines: {node: '>=6.9.0'} - '@babel/template@7.25.9': resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.24.7': - resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==} + '@babel/template@7.27.0': + resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.25.3': - resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==} + '@babel/traverse@7.24.7': + resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==} engines: {node: '>=6.9.0'} '@babel/traverse@7.25.9': resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.27.0': + resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} + engines: {node: '>=6.9.0'} + '@babel/types@7.24.7': resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} engines: {node: '>=6.9.0'} @@ -2315,6 +2336,10 @@ packages: resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==} engines: {node: '>=6.9.0'} + '@babel/types@7.27.0': + resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} + engines: {node: '>=6.9.0'} + '@bcoe/v8-coverage@1.0.2': resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} engines: {node: '>=18'} @@ -2431,8 +2456,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.25.2': - resolution: {integrity: sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==} + '@esbuild/aix-ppc64@0.25.3': + resolution: {integrity: sha512-W8bFfPA8DowP8l//sxjJLSLkD8iEjMc7cBVyP+u4cEv9sM7mdUCkgsj+t0n/BWPFtv7WWCN5Yzj0N6FJNUUqBQ==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -2455,8 +2480,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.2': - resolution: {integrity: sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==} + '@esbuild/android-arm64@0.25.3': + resolution: {integrity: sha512-XelR6MzjlZuBM4f5z2IQHK6LkK34Cvv6Rj2EntER3lwCBFdg6h2lKbtRjpTTsdEjD/WSe1q8UyPBXP1x3i/wYQ==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -2479,8 +2504,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.2': - resolution: {integrity: sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==} + '@esbuild/android-arm@0.25.3': + resolution: {integrity: sha512-PuwVXbnP87Tcff5I9ngV0lmiSu40xw1At6i3GsU77U7cjDDB4s0X2cyFuBiDa1SBk9DnvWwnGvVaGBqoFWPb7A==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -2503,8 +2528,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.2': - resolution: {integrity: sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==} + '@esbuild/android-x64@0.25.3': + resolution: {integrity: sha512-ogtTpYHT/g1GWS/zKM0cc/tIebFjm1F9Aw1boQ2Y0eUQ+J89d0jFY//s9ei9jVIlkYi8AfOjiixcLJSGNSOAdQ==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -2527,8 +2552,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.2': - resolution: {integrity: sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==} + '@esbuild/darwin-arm64@0.25.3': + resolution: {integrity: sha512-eESK5yfPNTqpAmDfFWNsOhmIOaQA59tAcF/EfYvo5/QWQCzXn5iUSOnqt3ra3UdzBv073ykTtmeLJZGt3HhA+w==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -2551,8 +2576,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.2': - resolution: {integrity: sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==} + '@esbuild/darwin-x64@0.25.3': + resolution: {integrity: sha512-Kd8glo7sIZtwOLcPbW0yLpKmBNWMANZhrC1r6K++uDR2zyzb6AeOYtI6udbtabmQpFaxJ8uduXMAo1gs5ozz8A==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -2575,8 +2600,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.2': - resolution: {integrity: sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==} + '@esbuild/freebsd-arm64@0.25.3': + resolution: {integrity: sha512-EJiyS70BYybOBpJth3M0KLOus0n+RRMKTYzhYhFeMwp7e/RaajXvP+BWlmEXNk6uk+KAu46j/kaQzr6au+JcIw==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -2599,8 +2624,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.2': - resolution: {integrity: sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==} + '@esbuild/freebsd-x64@0.25.3': + resolution: {integrity: sha512-Q+wSjaLpGxYf7zC0kL0nDlhsfuFkoN+EXrx2KSB33RhinWzejOd6AvgmP5JbkgXKmjhmpfgKZq24pneodYqE8Q==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -2623,8 +2648,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.2': - resolution: {integrity: sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==} + '@esbuild/linux-arm64@0.25.3': + resolution: {integrity: sha512-xCUgnNYhRD5bb1C1nqrDV1PfkwgbswTTBRbAd8aH5PhYzikdf/ddtsYyMXFfGSsb/6t6QaPSzxtbfAZr9uox4A==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -2647,8 +2672,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.2': - resolution: {integrity: sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==} + '@esbuild/linux-arm@0.25.3': + resolution: {integrity: sha512-dUOVmAUzuHy2ZOKIHIKHCm58HKzFqd+puLaS424h6I85GlSDRZIA5ycBixb3mFgM0Jdh+ZOSB6KptX30DD8YOQ==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -2671,8 +2696,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.2': - resolution: {integrity: sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==} + '@esbuild/linux-ia32@0.25.3': + resolution: {integrity: sha512-yplPOpczHOO4jTYKmuYuANI3WhvIPSVANGcNUeMlxH4twz/TeXuzEP41tGKNGWJjuMhotpGabeFYGAOU2ummBw==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -2695,8 +2720,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.2': - resolution: {integrity: sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==} + '@esbuild/linux-loong64@0.25.3': + resolution: {integrity: sha512-P4BLP5/fjyihmXCELRGrLd793q/lBtKMQl8ARGpDxgzgIKJDRJ/u4r1A/HgpBpKpKZelGct2PGI4T+axcedf6g==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -2719,8 +2744,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.2': - resolution: {integrity: sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==} + '@esbuild/linux-mips64el@0.25.3': + resolution: {integrity: sha512-eRAOV2ODpu6P5divMEMa26RRqb2yUoYsuQQOuFUexUoQndm4MdpXXDBbUoKIc0iPa4aCO7gIhtnYomkn2x+bag==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -2743,8 +2768,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.2': - resolution: {integrity: sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==} + '@esbuild/linux-ppc64@0.25.3': + resolution: {integrity: sha512-ZC4jV2p7VbzTlnl8nZKLcBkfzIf4Yad1SJM4ZMKYnJqZFD4rTI+pBG65u8ev4jk3/MPwY9DvGn50wi3uhdaghg==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -2767,8 +2792,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.2': - resolution: {integrity: sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==} + '@esbuild/linux-riscv64@0.25.3': + resolution: {integrity: sha512-LDDODcFzNtECTrUUbVCs6j9/bDVqy7DDRsuIXJg6so+mFksgwG7ZVnTruYi5V+z3eE5y+BJZw7VvUadkbfg7QA==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -2791,8 +2816,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.2': - resolution: {integrity: sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==} + '@esbuild/linux-s390x@0.25.3': + resolution: {integrity: sha512-s+w/NOY2k0yC2p9SLen+ymflgcpRkvwwa02fqmAwhBRI3SC12uiS10edHHXlVWwfAagYSY5UpmT/zISXPMW3tQ==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -2815,8 +2840,8 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.2': - resolution: {integrity: sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==} + '@esbuild/linux-x64@0.25.3': + resolution: {integrity: sha512-nQHDz4pXjSDC6UfOE1Fw9Q8d6GCAd9KdvMZpfVGWSJztYCarRgSDfOVBY5xwhQXseiyxapkiSJi/5/ja8mRFFA==} engines: {node: '>=18'} cpu: [x64] os: [linux] @@ -2839,8 +2864,8 @@ packages: cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-arm64@0.25.2': - resolution: {integrity: sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==} + '@esbuild/netbsd-arm64@0.25.3': + resolution: {integrity: sha512-1QaLtOWq0mzK6tzzp0jRN3eccmN3hezey7mhLnzC6oNlJoUJz4nym5ZD7mDnS/LZQgkrhEbEiTn515lPeLpgWA==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] @@ -2863,8 +2888,8 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.2': - resolution: {integrity: sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==} + '@esbuild/netbsd-x64@0.25.3': + resolution: {integrity: sha512-i5Hm68HXHdgv8wkrt+10Bc50zM0/eonPb/a/OFVfB6Qvpiirco5gBA5bz7S2SHuU+Y4LWn/zehzNX14Sp4r27g==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] @@ -2887,8 +2912,8 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.25.2': - resolution: {integrity: sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==} + '@esbuild/openbsd-arm64@0.25.3': + resolution: {integrity: sha512-zGAVApJEYTbOC6H/3QBr2mq3upG/LBEXr85/pTtKiv2IXcgKV0RT0QA/hSXZqSvLEpXeIxah7LczB4lkiYhTAQ==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -2911,8 +2936,8 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.2': - resolution: {integrity: sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==} + '@esbuild/openbsd-x64@0.25.3': + resolution: {integrity: sha512-fpqctI45NnCIDKBH5AXQBsD0NDPbEFczK98hk/aa6HJxbl+UtLkJV2+Bvy5hLSLk3LHmqt0NTkKNso1A9y1a4w==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] @@ -2935,8 +2960,8 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.2': - resolution: {integrity: sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==} + '@esbuild/sunos-x64@0.25.3': + resolution: {integrity: sha512-ROJhm7d8bk9dMCUZjkS8fgzsPAZEjtRJqCAmVgB0gMrvG7hfmPmz9k1rwO4jSiblFjYmNvbECL9uhaPzONMfgA==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -2959,8 +2984,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.2': - resolution: {integrity: sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==} + '@esbuild/win32-arm64@0.25.3': + resolution: {integrity: sha512-YWcow8peiHpNBiIXHwaswPnAXLsLVygFwCB3A7Bh5jRkIBFWHGmNQ48AlX4xDvQNoMZlPYzjVOQDYEzWCqufMQ==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -2983,8 +3008,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.2': - resolution: {integrity: sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==} + '@esbuild/win32-ia32@0.25.3': + resolution: {integrity: sha512-qspTZOIGoXVS4DpNqUYUs9UxVb04khS1Degaw/MnfMe7goQ3lTfQ13Vw4qY/Nj0979BGvMRpAYbs/BAxEvU8ew==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -3007,8 +3032,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.2': - resolution: {integrity: sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==} + '@esbuild/win32-x64@0.25.3': + resolution: {integrity: sha512-ICgUR+kPimx0vvRzf+N/7L7tVSQeE3BYY+NhHRHXS1kBuPO7z2+7ea2HbhDyZdTephgvNvKrlDDKUexuCVBVvg==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -3131,8 +3156,8 @@ packages: '@iconify-json/logos@1.2.4': resolution: {integrity: sha512-XC4If5D/hbaZvUkTV8iaZuGlQCyG6CNOlaAaJaGa13V5QMYwYjgtKk3vPP8wz3wtTVNVEVk3LRx1fOJz+YnSMw==} - '@iconify-json/simple-icons@1.2.27': - resolution: {integrity: sha512-FtZwp/H7ih5rY9FPfDR+k6toOo/cuwpHWY8faNhxLs5O5uW6Q8TeqdNWfjVfgFtrs5tUUzWysjqNGL234v8EMA==} + '@iconify-json/simple-icons@1.2.33': + resolution: {integrity: sha512-nL5/UmI9x5PQ/AHv6bOaL2pH6twEdEz4pI89efB/K7HFn5etQnxMtGx9DFlOg/sRA2/yFpX8KXvc95CSDv5bJA==} '@iconify-json/vscode-icons@1.2.19': resolution: {integrity: sha512-M6Ujx2Ncmr/jfHhLJ+unqaILOJ/wWAkfc84Eh3+e8PccFmB1TS4KwOSyqbawybbqKK7JaaEk5uhFYSFpYOeuOA==} @@ -3227,6 +3252,9 @@ packages: '@napi-rs/wasm-runtime@0.2.8': resolution: {integrity: sha512-OBlgKdX7gin7OIq4fadsjpg+cp2ZphvAIKucHsNfTdJiqdOmOEwQd/bHi0VwNrcw5xpBJyUw6cK/QilCqy1BSg==} + '@napi-rs/wasm-runtime@0.2.9': + resolution: {integrity: sha512-OKRBiajrrxB9ATokgEQoG87Z25c67pCpYcCwmXYX8PBftC9pBfN18gnm/fh1wurSLEKIAt+QRFLFCQISrb66Jg==} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -3251,237 +3279,247 @@ packages: '@open-draft/until@2.1.0': resolution: {integrity: sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==} - '@oxc-minify/binding-darwin-arm64@0.62.0': - resolution: {integrity: sha512-/UaShw6hNZV4x7u1JKctUT0OQ4jJhWIGO/4i7qX73xUgmebmoxfZlsAYErMqlPSIMnCX6sQCpH/1nFTUGkj9Bg==} + '@oxc-minify/binding-darwin-arm64@0.65.0': + resolution: {integrity: sha512-j72RsjdMOEDmPPHnRBoQ1dCIavYl5Zi4Jj9cmMQu8Ra+tuxd8oGy7lZ/JJ6wn5UdVu4XgT6/4mG9R7y84Th8Bw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [darwin] - '@oxc-minify/binding-darwin-x64@0.62.0': - resolution: {integrity: sha512-0eDdAsFk0DFR5UeNuRGNLB7J3By64q1lmiUbUdfr67sKfsEmG6ekKze5edf/LFZHXy+1MjUX81gSqgiIRA6GuA==} + '@oxc-minify/binding-darwin-x64@0.65.0': + resolution: {integrity: sha512-+r17c5AT2ziXKwF3vqme+Bzz5yde2mzZwSxLVJ5ynxHGda2ok5Sz2J33aWnCiyhgqIHMVV1aVW3oTyRBMZRopQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [darwin] - '@oxc-minify/binding-linux-arm-gnueabihf@0.62.0': - resolution: {integrity: sha512-ejW1kabqYw+X7YHaWp7+pdNG5ddMFsuvYnaBCHIA6dI6aA9qpxrKSOm7zsTNlvfmuCRIoGf28oCwZbdEz7XR3Q==} + '@oxc-minify/binding-linux-arm-gnueabihf@0.65.0': + resolution: {integrity: sha512-GhxeNtgBJiLxSUUSnxWh3B0McK2kG3/OYmQ3tY4xCOPx9XY5Z1Mlw1WyX4wAgptz5qD9aQAUKy/IxOF0KmAXXA==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - '@oxc-minify/binding-linux-arm64-gnu@0.62.0': - resolution: {integrity: sha512-9qv3otXh0+5NjoLTtzNNcroBuVdcfxf14lUyORP4QIBCs/3ZQaId+SbLM2GCGyqcjQN90fAuC1E0/xRz2DJ8lw==} + '@oxc-minify/binding-linux-arm64-gnu@0.65.0': + resolution: {integrity: sha512-VfdpooHzlCoYmy+23+waccU8Nj8LXPUlX0vtEFNFm9XHe+f8+9fW6z/12Pn08dV1amGynMWznTeH9J6rKSzenw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - '@oxc-minify/binding-linux-arm64-musl@0.62.0': - resolution: {integrity: sha512-GC9a88eSpJ26Vj2cErx6+C2/J8+A7NmG00Y1hjr7SpLQun9jXNe2h5U1ItgiO/yaFVCPSubNF0OqYdWMoJlylA==} + '@oxc-minify/binding-linux-arm64-musl@0.65.0': + resolution: {integrity: sha512-CbCD3yAu8DdfS8ku1VkHxBtC5nVqcs3eVKIuZzQd/vx9qVBuOaCUKU66O8OCiNvsLJ5Hvw1yUZlW4AzBlIzfFA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - '@oxc-minify/binding-linux-x64-gnu@0.62.0': - resolution: {integrity: sha512-+B5TwFtJEM61FLPP3XoR4Te9/1uSCPx37P1U3tYlAufwZ3/zDcy0Vj9YaKAW2i/szlNVTRZdvMH48UxpcWMRRQ==} + '@oxc-minify/binding-linux-x64-gnu@0.65.0': + resolution: {integrity: sha512-hrCvr5VYe2NFsNtHifwYCYiCrqD23MSXDm62RHyT5vHMlknx5SXv9e2CWNvW5WR5IR5yofQVTE13Q6L5o+bPfQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - '@oxc-minify/binding-linux-x64-musl@0.62.0': - resolution: {integrity: sha512-v6CBN3yfzkNURj8e63ggffZEVYdpT6YjtNNKWgroILNFpJ4luaAvMmTfdNQjM9wbekDffAlt1M+m5LyDKe9ogQ==} + '@oxc-minify/binding-linux-x64-musl@0.65.0': + resolution: {integrity: sha512-2dKC53AbUUcQUOxaPmaMdEiXthis/HwulclhVuilnw+JjokUsECqejdzNLbpd3SDjEf49R8UC1SnJSpWfAu6IA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - '@oxc-minify/binding-wasm32-wasi@0.62.0': - resolution: {integrity: sha512-1hWs2LT6TVQFIYsTEphPoMSy6lrWLS7qVtTvZTTT7I60xeHLgmmtIMFTQ+ndsbboFUbdB+EBffJZ/skZNl1GSg==} + '@oxc-minify/binding-wasm32-wasi@0.65.0': + resolution: {integrity: sha512-F1eaLkFqaH7YhMCB+CSv83ljucs583snORzPVPH8bCAeIh97RbHrK2/A8EjNc3HwBYY0gOj5NP3COWBXb00ssQ==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-minify/binding-win32-arm64-msvc@0.62.0': - resolution: {integrity: sha512-fDD984NhtFUAPLyxnJk1/w/5izahDsA1rDmB0EwqbWUl11v5cO3ywdRGNoLhYSpiwtHrv3/SImf3keKAsCaQBA==} + '@oxc-minify/binding-win32-arm64-msvc@0.65.0': + resolution: {integrity: sha512-JzX8HhdMUbICLlKHqZaRD+Ik65ghV8J9VMGXcDVmO0faWsZWPZwopFg05kCh4b+MPsZ3otX/JI1mbdWVs6JjWQ==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [win32] - '@oxc-minify/binding-win32-x64-msvc@0.62.0': - resolution: {integrity: sha512-ScVX8QlpbMPY3w7x2rUloekVuGQVPkLRLpG2sX6E1kI1ebizMNOwvpHYm/TyJWe7IXeE3OqDnaCA2Z539WtPnQ==} + '@oxc-minify/binding-win32-x64-msvc@0.65.0': + resolution: {integrity: sha512-IuA2xkN0dbhI5LWevKez6tFpT54OJpo/UX7ZHKOaxQDJArEoIhPjZgajJuNurHT+8wtr3EMr0ggySt/AYblBqw==} engines: {node: '>=14.0.0'} cpu: [x64] os: [win32] - '@oxc-parser/binding-darwin-arm64@0.62.0': - resolution: {integrity: sha512-p9haXzG2mE0PvfITKY3bTQpwDc+T4H9bG5SC4vp8PbwikmIWGrahASpuO5c2keiahspGTCzqUnl+8PXU/saT/A==} + '@oxc-parser/binding-darwin-arm64@0.65.0': + resolution: {integrity: sha512-bML5ABR5XLYOF/xtIQLVWhus7j+e00DOUZ5enFVDlYlrCD3n72/FTrSodJGuLXRvqQvsZL42zSe5wWsWCAjGzw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [darwin] - '@oxc-parser/binding-darwin-x64@0.62.0': - resolution: {integrity: sha512-nUFVTz0DcQCtoHL/wiZ3fNPXRIdghDlExRqiEG00J7RprD3L8CtZ1hXwcWOqUNR1I/xWHQCu1ZrRlI30Wb+NCw==} + '@oxc-parser/binding-darwin-x64@0.65.0': + resolution: {integrity: sha512-k6DNe28LjHTem8gjxjMoPye5gTGQQWzQG4oiyiq9qYMhnmAzGFN5m05kymPl3qi2wp0rbwUeWBJglcU9O3AROA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [darwin] - '@oxc-parser/binding-linux-arm-gnueabihf@0.62.0': - resolution: {integrity: sha512-fzL/QklCwZRBkPvdr0zBtAFBnksd42xiBMlm0GQi2dIynCDz2IKrc+hq0UZMtqMEjuvr991WOlh0iU6elZDn6g==} + '@oxc-parser/binding-linux-arm-gnueabihf@0.65.0': + resolution: {integrity: sha512-VN63Gs/MEdsZ6LZ8vDjp/JY+3i557a/AFny1+z+NWUXSRhrnfsM3OWZBiKcjcKp9kauvDurVlGpAZjYiYKfcTg==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - '@oxc-parser/binding-linux-arm64-gnu@0.62.0': - resolution: {integrity: sha512-dgymg4cMO+5hfSUC4zHnNoNIKoasUiaaYZRIs3lhRPFB2ultth4uJTV+iMlBTNtGDSKSs10ennHvm7CBGJVgVg==} + '@oxc-parser/binding-linux-arm64-gnu@0.65.0': + resolution: {integrity: sha512-cAs9OGhnRb/bzulGK3BdgNcgOeAQa2lXT42zNgtnysTO9lZnxqNMnvWaCwFCC4tL0YA7lfxn1Uf2rSEvysyP1A==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - '@oxc-parser/binding-linux-arm64-musl@0.62.0': - resolution: {integrity: sha512-sKhAyRsP6DNeFMRevAN28HccFKEO6l3OqC8MuAV+HNzzyzUOKx2HGnYlkLxCmDZ7lyzzl7vA7YRQFBLYXgsWSA==} + '@oxc-parser/binding-linux-arm64-musl@0.65.0': + resolution: {integrity: sha512-3Rdg11QOir3YH9f3J0Ydo8zRWqmVAvrkAiIc/chRvozOZA+ajXP8fenfMOyuVks6SHvFvkyXnZWqEmhZ5TkfwA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - '@oxc-parser/binding-linux-x64-gnu@0.62.0': - resolution: {integrity: sha512-WAPgDelo20F5An0SW8X+0hWVPF7dHKhHwZo5doOt8Dn9NX6nONQCmEDUUPtp/BqISBxRFSH+rZbaENn8GGlBqg==} + '@oxc-parser/binding-linux-x64-gnu@0.65.0': + resolution: {integrity: sha512-eZPtnxBZBe+5wsU3KMHTAnuqwYTIaS+bOX7c0FQZYZBUh00EoAzlgZKiwL2gKuDdTNJ3YEUB735UWs6B7I66uQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - '@oxc-parser/binding-linux-x64-musl@0.62.0': - resolution: {integrity: sha512-JJ0WIPVXiuiWmPLKL+W3/OX1O5aDWMoX47eODKdNoM46bTcxIUe+wpHou731WuqhfrwACBi3Bsljn6VsIFPe9A==} + '@oxc-parser/binding-linux-x64-musl@0.65.0': + resolution: {integrity: sha512-hTsQRUqnbXYTUg+yMfiQ/jMokAW9AtR1jyibrodF4bdF3dYyRJzGpMaLs9TOfHIjWM5xRykZ2br0ajBfgNeZuw==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - '@oxc-parser/binding-wasm32-wasi@0.62.0': - resolution: {integrity: sha512-FuGOzv4FJWSBnG9jkCgZysU6ZMTKWHyHXEr40J1HjRnyw58bQ1sPfVmHZusNTSDCXmBlBz0ZuELLTJFHTI3DVQ==} + '@oxc-parser/binding-wasm32-wasi@0.65.0': + resolution: {integrity: sha512-V9WvM3iwgqohuGnNb01+agI+5TbpexZ55hpXfxl6YKhdjnGkCbV2c0qtaAw18enrjRsU0QeDqZ6SBPfjE0pi5g==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-parser/binding-win32-arm64-msvc@0.62.0': - resolution: {integrity: sha512-3XEM9fgnrC2Eav/csJaAn125bQIgsdAeyksTGq2xnydnomHY9G+/nfIfgS76X/K0TZiyjOOakctwl4vsObDyGA==} + '@oxc-parser/binding-win32-arm64-msvc@0.65.0': + resolution: {integrity: sha512-Q0GvYjgFOYliEvWkr4FjBtERuXSiv0DwLtv8CtKfMIbLWzzzBSvQBx60PVD8BcZDvZBkTgomaijZ+wHcH2tjaQ==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [win32] - '@oxc-parser/binding-win32-x64-msvc@0.62.0': - resolution: {integrity: sha512-YbLsb6Z/FS7tNheETyvf6FYhqo/AUipHca9eF5cB4XAdGc+Yt9bcrnwG9g9RGD33nxaMDI1ead2KYAcNeDYzGA==} + '@oxc-parser/binding-win32-x64-msvc@0.65.0': + resolution: {integrity: sha512-ymVMrxcsNxj8FNkuizoIwl49r5cv3Rmhvw3G3rOi/WqdlZdHi+nZ1PBYaf4rPPHwpijmIY+XnAs0dy1+ynAWtA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [win32] - '@oxc-project/types@0.62.0': - resolution: {integrity: sha512-rC3YQjrntGvg8vkHHKaiFqZFBCDU/F3BPfokssD02q5Sn4dSZGYzJVdojqYIEFECpEMEqKBxqIRmVex1+WXI5w==} + '@oxc-project/types@0.65.0': + resolution: {integrity: sha512-7MpMzyXCcwxrTxJ4L0siy63Ds/LA8LAM4szumTFiynxTJkfrIZEV4PyR4Th0CqFZQ+oNi8WvW3Dr1MLy7o9qPQ==} - '@oxc-resolver/binding-darwin-arm64@5.1.1': - resolution: {integrity: sha512-q+3DkqeB9EZze9t29iW6fQOOitIfA3/P5tnxrRPrx5T/OS8hc5EZtXfx9NZc+BcrD2URrs9KJc6lPV1o7mXQLA==} + '@oxc-resolver/binding-darwin-arm64@6.0.0': + resolution: {integrity: sha512-GKsfwUPgo4CjJioksA+DVEILT0aWhrbTBKHTiEvkTNC+bsafttSm0xqrIutCQqfqwuSa+Uj0VHylmL3Vv0F/7g==} cpu: [arm64] os: [darwin] - '@oxc-resolver/binding-darwin-x64@5.1.1': - resolution: {integrity: sha512-njuegc3m/6Fos+HdN0zRTRDa00sAm9zFp6a6Sp5s9LiUATvwu7mIvNW4kZedqlWCjBrLT2PaFb6tawt9XnpM5g==} + '@oxc-resolver/binding-darwin-x64@6.0.0': + resolution: {integrity: sha512-hwKfm4aT4SLuTkdF2NDYqYEnE9+m4emXLfFZ7D1mTIRul8If/fJop4I4YuIDrJfHVLQmSkpbPbI16XrNK3TftA==} cpu: [x64] os: [darwin] - '@oxc-resolver/binding-freebsd-x64@5.1.1': - resolution: {integrity: sha512-aA5WeaBOkLdLKnXWbUMcCG0IBSD6E+VOg35VuQXmyam7W/PsS0e3Ma7mu4tAXhMVPRjwpEuf+32t4dJCRIdZ1A==} + '@oxc-resolver/binding-freebsd-x64@6.0.0': + resolution: {integrity: sha512-ZxFpS90awfLxWW0JqWFWO71p73SGWKhuocOMNQV30MtKZx5fX4lemnNl92Lr6Hvqg4egeSsPO5SGZbnMD5YShw==} cpu: [x64] os: [freebsd] - '@oxc-resolver/binding-linux-arm-gnueabihf@5.1.1': - resolution: {integrity: sha512-H/TiZV7ADrBl3fDBxfRya4mTtqWI0kXHHN3e7o2FxUURDMcQ3x4jKkNY1mdQa9Dunelq6secB/gK/om6DUJPLw==} + '@oxc-resolver/binding-linux-arm-gnueabihf@6.0.0': + resolution: {integrity: sha512-ztc09+LDBxbAfndqTSvzz4KqN2fRRDCjj1eDRBGZMF5zQu/ThasERwh1ZzRp3sGZGRroZLQRCJunstS5OJKpww==} cpu: [arm] os: [linux] - '@oxc-resolver/binding-linux-arm64-gnu@5.1.1': - resolution: {integrity: sha512-EBAyNMiclf6kQ3ualnXbnh1VtVu9NBSbwhsYsRsX+1f2yIhLB+9CjDK0r6JQdDzI2anyTElsks5fvMj82INWtQ==} + '@oxc-resolver/binding-linux-arm64-gnu@6.0.0': + resolution: {integrity: sha512-+x1xrEm2G/aOlTMzH3p53ayEEOCTFh4+H5EazdA1ljJP8m/ztrhtZGAo95dclYrCsRNP6KuVmIpw0Y4/RZT7EQ==} cpu: [arm64] os: [linux] - '@oxc-resolver/binding-linux-arm64-musl@5.1.1': - resolution: {integrity: sha512-4hfXER7bn1zHSoM+Ef/DSlqZw8QecRFDqw7Mk3n2FBz2TCrjtaxIDdvhWvENF3M1KdByeuDkWTzbBW2UjCL+JQ==} + '@oxc-resolver/binding-linux-arm64-musl@6.0.0': + resolution: {integrity: sha512-jgo0lz1569+yGpcZCjh0/wzgbvekTAaOB5JaOOWtgh7jvuVDIo6+m884Pf9V5U3Z2VLZts4J+e8hA1urA9Y1lg==} cpu: [arm64] os: [linux] - '@oxc-resolver/binding-linux-x64-gnu@5.1.1': - resolution: {integrity: sha512-4PVnKH7xHnhh2l+sW/Bz37dqyGAehTbfsL2f/Ma+o+gem/wRgTDV1kZYfj6D+L6zTEbnVjAUe7yASepI30zH0g==} + '@oxc-resolver/binding-linux-riscv64-gnu@6.0.0': + resolution: {integrity: sha512-uEhw/2oSnBp5PNv6sBev1koH4thSy1eH8LA6N3gAklrznqhFNqqvmXjlKZm9ek3bVFG44Hlx9BS5/tT0hXPbqA==} + cpu: [riscv64] + os: [linux] + + '@oxc-resolver/binding-linux-s390x-gnu@6.0.0': + resolution: {integrity: sha512-QR8d1f58XyTlkbATYxo2XhqyBNVT/Ma+z5dDvmjyYMa2S9u5yHKOch10I9fx/kLjRqfHzpl2H32NwwBnkaTzzg==} + cpu: [s390x] + os: [linux] + + '@oxc-resolver/binding-linux-x64-gnu@6.0.0': + resolution: {integrity: sha512-CBp1yw8/jBhMuJnye1DJNUx1Rvpw4Zur4QqtjXXa+0kzTXr4qSsEsrdZj2p4USBQX/ComtK4UVPX4FqDj6VR0Q==} cpu: [x64] os: [linux] - '@oxc-resolver/binding-linux-x64-musl@5.1.1': - resolution: {integrity: sha512-RjveVoOy14v7zhQCHQQH5gYtAlFJ4Edb9j9NdgUzDsFC+IxsfMZA5XcVn/5lSfU0zr5GggHu+kphFRK7ubAPKw==} + '@oxc-resolver/binding-linux-x64-musl@6.0.0': + resolution: {integrity: sha512-FM3bdl0ZfjGnHsFLUSPny9H8nsFXYXEVaD5juOnBW+RIcxN6tS9atzmki5ZmeTqgyDLZ68pM//b/UlI4V0GGvA==} cpu: [x64] os: [linux] - '@oxc-resolver/binding-wasm32-wasi@5.1.1': - resolution: {integrity: sha512-SAJHuyc8dOb03xLwy/Kisd3K18f0k4kJvDsrDr5XtGPxp2sA6TGK4pz8KQfYh6fZRsmRD6Ht3WJEZCXI/yGBtQ==} + '@oxc-resolver/binding-wasm32-wasi@6.0.0': + resolution: {integrity: sha512-FLk/ip9wCbbeqBJAXCGmmZCMDNa9wT/Kbw1m5xWcMYy88Z65/zuAQs7Gg/okm77X/DE1ZJ766bnC3Cmz6SmWaA==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-resolver/binding-win32-arm64-msvc@5.1.1': - resolution: {integrity: sha512-8jRQB5p8EH5fPyWuyQQDfM+xF+o1MUEGh/QB+ei6lW0YSowW4AaDNn+mKBFe53oVblm/2weWDJxgkzbOu2M5sA==} + '@oxc-resolver/binding-win32-arm64-msvc@6.0.0': + resolution: {integrity: sha512-WEF2dSpwF5MEN1Zt/+dCCWpWXxsZTPPZPJXARV/1SP0ul9N0oijYyWO+8WYE0qREU8B0Toh/YGkA/wLSui3eRg==} cpu: [arm64] os: [win32] - '@oxc-resolver/binding-win32-x64-msvc@5.1.1': - resolution: {integrity: sha512-6mAb2EMZCK1ajgyIUOV5QkGpMte7Cgsjl/xaYzjUGwTzjNAsPUFcCxm6SQJb6EGvsWzgxOyphlWbjvxmhLc3Cg==} + '@oxc-resolver/binding-win32-x64-msvc@6.0.0': + resolution: {integrity: sha512-eTn8RUr6D2C+BGPG0ECtsqvUo8B+HvkhTkBG0Jel/7DqU+WCTNOT64+Ww9ZUhQxPJKa4laR9Zyu5yo/SaF6qPQ==} cpu: [x64] os: [win32] - '@oxc-transform/binding-darwin-arm64@0.62.0': - resolution: {integrity: sha512-aUD548g1WJKk+hUPxMDPr2yfvMSGp6M0B1KjORYxdQSI70Fsi3SCmtDmmPNVWsuuugkeCDjqceFr56uYMMrBog==} + '@oxc-transform/binding-darwin-arm64@0.65.0': + resolution: {integrity: sha512-hHfhOKyH+8DOj0VUmWl6RPLy3F0jCMCUMuKICzfelvSEs5uu8YRJ7fmQSsQD9E0oTrbbdkNVjq/1mcAPHzIBsg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [darwin] - '@oxc-transform/binding-darwin-x64@0.62.0': - resolution: {integrity: sha512-Ocxqqm9a+QEgIf/AOE0MRYkgVC7ZWehAonG2YNBp/qnX8rrKGQ12oYpoQA1QJ5sVTr5kF4NgttjpTzKqJ3mKuw==} + '@oxc-transform/binding-darwin-x64@0.65.0': + resolution: {integrity: sha512-MNeaCPBVB1oOdb4kMZnKej8kSoxqf4XqAfFIKgx2mV1gJnW3PfwAbpqhad+XH3QM49dB++Gyaw7SPNwQLpL3YQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [darwin] - '@oxc-transform/binding-linux-arm-gnueabihf@0.62.0': - resolution: {integrity: sha512-4z8LniTGjccnJVY7hS8pmh3gswPNmeeMVmvZpIzd1gaUwL6ZVWUuDHGGAAfjsOYzHruzw73HUvRPmfTDDie0lw==} + '@oxc-transform/binding-linux-arm-gnueabihf@0.65.0': + resolution: {integrity: sha512-YpmBf4AhtAdsLV7XYY9/UxVmgewumgVlNVcPXXXAQ5shMEYhu2K/fCvlWBFe6vYNXFmXAAnDihOjLrq8n+NhnA==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - '@oxc-transform/binding-linux-arm64-gnu@0.62.0': - resolution: {integrity: sha512-zdsTHhkUOSfHhyxJed1SpP8qccKODwQdQMcB8yFvVIoVX3re0qqTRy2aYxofeMTdT9HCqmX7hUXmy1bFYqAQJA==} + '@oxc-transform/binding-linux-arm64-gnu@0.65.0': + resolution: {integrity: sha512-HbGl1QBvxCBVfRJdrcZliOsvjeoyMJQn6UUbYzQR8ud7SY2Ozp0Qf5VG0yjXvt/9BPcmOYMIxVCeKqSSkQ74XA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - '@oxc-transform/binding-linux-arm64-musl@0.62.0': - resolution: {integrity: sha512-NoM2Ymf0oKBlxu1DFjBQ7fAAz92JQ1MgbLT6apR2UCmOn7xIZAiyYloyXM43qDf6nTOAs3zmH6kNcEPZ8KaDrg==} + '@oxc-transform/binding-linux-arm64-musl@0.65.0': + resolution: {integrity: sha512-80gSeSVY9fm+xoLBkTYdJT2RYCqMy/NAqT6azQoJj3DczoNKU/4GV4F6jpINRWYUqIUAZt3RSvAQtdW3tWAjfw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - '@oxc-transform/binding-linux-x64-gnu@0.62.0': - resolution: {integrity: sha512-ltHIWB0eBT5iDt9hvC6LI90JV7DVbUdXzCjuNzUl/qcXXpKKLFjuRUuAs0npg3B+bsw75N2UKdwJ+E+mGf+D9A==} + '@oxc-transform/binding-linux-x64-gnu@0.65.0': + resolution: {integrity: sha512-Wsl+qLcaC3EeZT/ZjPuGTOtcHYu25HeEO1jCnZmIhFfz+1RWmaEK5P5xVVJbrAgNPMVOfqbUM0EwMCfvNmmPaQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - '@oxc-transform/binding-linux-x64-musl@0.62.0': - resolution: {integrity: sha512-PODsXb/+a/380bdoJVruJSNuRm362b2fqgoRcQyDliIYVIlyNjhuRluNnXZt3Rcn+NMJuD6bR4UNDGIQawoaEg==} + '@oxc-transform/binding-linux-x64-musl@0.65.0': + resolution: {integrity: sha512-0kvRnt7EsKeGxxyt90l7yotSH5Ik5G9fbFJxkDCzPT23FzIQC8U4O1GzqNxnSj8VT/lRJGKcCL6KfSa6ttzQRQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - '@oxc-transform/binding-wasm32-wasi@0.62.0': - resolution: {integrity: sha512-1Ws06cA9bm7sNTUopUJWVhWx+fimKaazjTCIARHJDkJZZLCBuUOFOLzThqVmu0go0D8PXYA9IVe1caqSVjoHYg==} + '@oxc-transform/binding-wasm32-wasi@0.65.0': + resolution: {integrity: sha512-gKfpf5BY28Cq0scUV//oBlzXg+XFbi2tKpKDqE/ee4Z0ySeDQ66pwBUp3nnEG7EsVZjKhE8yksPN4YOCoZhG9g==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-transform/binding-win32-arm64-msvc@0.62.0': - resolution: {integrity: sha512-D1HFN2aNm/bkgBLRgvadq12/eMIRe3NgxH2sSQk+AZcorS8vqrHXv6lhiKMEyQTT1nCzr1RzvWDflHwCxoUfqg==} + '@oxc-transform/binding-win32-arm64-msvc@0.65.0': + resolution: {integrity: sha512-InHZNcL6hB2QLaiw3KNe+Aqnk+FRt4vuVmDXUibZ0fZSQorcFw/T267PtVVuWIzFNa6CQPU4ie0rxIdP0sHcFg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [win32] - '@oxc-transform/binding-win32-x64-msvc@0.62.0': - resolution: {integrity: sha512-3koMjqUz+LMRtAWBBsg50rsyNxKqpsN2Ft5NzcK+dsMN8dxq1vdMU7TaXdPSriY1buOPOAiqAEeGgdQRjoIBbQ==} + '@oxc-transform/binding-win32-x64-msvc@0.65.0': + resolution: {integrity: sha512-qvLEPowed0OcSEgztGXw1QF53KhLYYYWGxOK2H+9PSXpkNcYaeUQ1XOngR9kO8yIhpBt1/EOrVFeNK8biy0c7g==} engines: {node: '>=14.0.0'} cpu: [x64] os: [win32] @@ -3498,8 +3536,8 @@ packages: resolution: {integrity: sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@playwright/test@1.51.1': - resolution: {integrity: sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==} + '@playwright/test@1.52.0': + resolution: {integrity: sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==} engines: {node: '>=18'} hasBin: true @@ -3711,52 +3749,52 @@ packages: '@sec-ant/readable-stream@0.4.1': resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} - '@shikijs/core@3.2.1': - resolution: {integrity: sha512-FhsdxMWYu/C11sFisEp7FMGBtX/OSSbnXZDMBhGuUDBNTdsoZlMSgQv5f90rwvzWAdWIW6VobD+G3IrazxA6dQ==} - '@shikijs/core@3.2.2': resolution: {integrity: sha512-yvlSKVMLjddAGBa2Yu+vUZxuu3sClOWW1AG+UtJkvejYuGM5BVL35s6Ijiwb75O9QdEx6IkMxinHZSi8ZyrBaA==} - '@shikijs/engine-javascript@3.2.1': - resolution: {integrity: sha512-eMdcUzN3FMQYxOmRf2rmU8frikzoSHbQDFH2hIuXsrMO+IBOCI9BeeRkCiBkcLDHeRKbOCtYMJK3D6U32ooU9Q==} + '@shikijs/core@3.3.0': + resolution: {integrity: sha512-CovkFL2WVaHk6PCrwv6ctlmD4SS1qtIfN8yEyDXDYWh4ONvomdM9MaFw20qHuqJOcb8/xrkqoWQRJ//X10phOQ==} '@shikijs/engine-javascript@3.2.2': resolution: {integrity: sha512-tlDKfhWpF4jKLUyVAnmL+ggIC+0VyteNsUpBzh1iwWLZu4i+PelIRr0TNur6pRRo5UZIv3ss/PLMuwahg9S2hg==} - '@shikijs/engine-oniguruma@3.2.1': - resolution: {integrity: sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==} + '@shikijs/engine-javascript@3.3.0': + resolution: {integrity: sha512-XlhnFGv0glq7pfsoN0KyBCz9FJU678LZdQ2LqlIdAj6JKsg5xpYKay3DkazXWExp3DTJJK9rMOuGzU2911pg7Q==} '@shikijs/engine-oniguruma@3.2.2': resolution: {integrity: sha512-vyXRnWVCSvokwbaUD/8uPn6Gqsf5Hv7XwcW4AgiU4Z2qwy19sdr6VGzMdheKKN58tJOOe5MIKiNb901bgcUXYQ==} - '@shikijs/langs@3.2.1': - resolution: {integrity: sha512-If0iDHYRSGbihiA8+7uRsgb1er1Yj11pwpX1c6HLYnizDsKAw5iaT3JXj5ZpaimXSWky/IhxTm7C6nkiYVym+A==} + '@shikijs/engine-oniguruma@3.3.0': + resolution: {integrity: sha512-l0vIw+GxeNU7uGnsu6B+Crpeqf+WTQ2Va71cHb5ZYWEVEPdfYwY5kXwYqRJwHrxz9WH+pjSpXQz+TJgAsrkA5A==} '@shikijs/langs@3.2.2': resolution: {integrity: sha512-NY0Urg2dV9ETt3JIOWoMPuoDNwte3geLZ4M1nrPHbkDS8dWMpKcEwlqiEIGqtwZNmt5gKyWpR26ln2Bg2ecPgw==} - '@shikijs/themes@3.2.1': - resolution: {integrity: sha512-k5DKJUT8IldBvAm8WcrDT5+7GA7se6lLksR+2E3SvyqGTyFMzU2F9Gb7rmD+t+Pga1MKrYFxDIeyWjMZWM6uBQ==} + '@shikijs/langs@3.3.0': + resolution: {integrity: sha512-zt6Kf/7XpBQKSI9eqku+arLkAcDQ3NHJO6zFjiChI8w0Oz6Jjjay7pToottjQGjSDCFk++R85643WbyINcuL+g==} '@shikijs/themes@3.2.2': resolution: {integrity: sha512-Zuq4lgAxVKkb0FFdhHSdDkALuRpsj1so1JdihjKNQfgM78EHxV2JhO10qPsMrm01FkE3mDRTdF68wfmsqjt6HA==} - '@shikijs/transformers@3.2.2': - resolution: {integrity: sha512-DQvrPdygc6NNdbfeOZoO1+KiRnnjUQuuPLwsAbUuSKq4QFLD0Ik15FbHojmot5NbgCQRbVr8ufRg8U6X5rGWuQ==} + '@shikijs/themes@3.3.0': + resolution: {integrity: sha512-tXeCvLXBnqq34B0YZUEaAD1lD4lmN6TOHAhnHacj4Owh7Ptb/rf5XCDeROZt2rEOk5yuka3OOW2zLqClV7/SOg==} + + '@shikijs/transformers@3.3.0': + resolution: {integrity: sha512-PIknEyxfkT7i7at/78ynVmuZEv4+7IcS37f6abxMjQ0pVIPEya8n+KNl7XtfbhNL+U9ElR3UzfSzuD5l5Iu+nw==} - '@shikijs/twoslash@3.2.2': - resolution: {integrity: sha512-rqi1qQiQI3tYVciYVsbm2llQNGCslVWPcgzGSaapXPaSs3r9CfwmRHat9B7Vs6gT6likZN+qMxqIOqSqwCoJtQ==} + '@shikijs/twoslash@3.3.0': + resolution: {integrity: sha512-kEq+oRJ1iyYyPisBBdC+/rgZ9WWvoIoBLpm3xxThmBZjQ0m1LlwM4XpSPvp4cvrXGTESXQtYMYwZ4694aU2Z1w==} peerDependencies: typescript: '>=5.5.0' - '@shikijs/types@3.2.1': - resolution: {integrity: sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==} - '@shikijs/types@3.2.2': resolution: {integrity: sha512-a5TiHk7EH5Lso8sHcLHbVNNhWKP0Wi3yVnXnu73g86n3WoDgEra7n3KszyeCGuyoagspQ2fzvy4cpSc8pKhb0A==} - '@shikijs/vitepress-twoslash@3.2.2': - resolution: {integrity: sha512-90nEoOBWgAjsvIBzJKRih89VTYCExWgF72BeesWJsxDpZasYyEZ/MpNaaDTSRHnEHXwfsmezZheiHOUmBi5G5g==} + '@shikijs/types@3.3.0': + resolution: {integrity: sha512-KPCGnHG6k06QG/2pnYGbFtFvpVJmC3uIpXrAiPrawETifujPBv0Se2oUxm5qYgjCvGJS9InKvjytOdN+bGuX+Q==} + + '@shikijs/vitepress-twoslash@3.3.0': + resolution: {integrity: sha512-JkR/gugFIMW3pEmgQ5ETfLR5HQs7FsYq0RBxJ3ty0qAJ1qi1WvA8kKD9hj0z4M75sXtpWqP8D0rPrl34w5czYQ==} '@shikijs/vscode-textmate@10.0.2': resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} @@ -4349,8 +4387,8 @@ packages: peerDependencies: vite: ^6.2.0 - '@vitejs/plugin-react@4.3.4': - resolution: {integrity: sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==} + '@vitejs/plugin-react@4.4.1': + resolution: {integrity: sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^6.2.0 @@ -4439,14 +4477,14 @@ packages: '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - '@vue/devtools-api@7.7.2': - resolution: {integrity: sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==} + '@vue/devtools-api@7.7.5': + resolution: {integrity: sha512-HYV3tJGARROq5nlVMJh5KKHk7GU8Au3IrrmNNqr978m0edxgpHgYPDoNUGrvEgIbObz09SQezFR3A1EVmB5WZg==} - '@vue/devtools-kit@7.7.2': - resolution: {integrity: sha512-CY0I1JH3Z8PECbn6k3TqM1Bk9ASWxeMtTCvZr7vb+CHi+X/QwQm5F1/fPagraamKMAHVfuuCbdcnNg1A4CYVWQ==} + '@vue/devtools-kit@7.7.5': + resolution: {integrity: sha512-S9VAVJYVAe4RPx2JZb9ZTEi0lqTySz2CBeF0wHT5D3dkTLnT9yMMGegKNl4b2EIELwLSkcI9bl2qp0/jW+upqA==} - '@vue/devtools-shared@7.7.2': - resolution: {integrity: sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA==} + '@vue/devtools-shared@7.7.5': + resolution: {integrity: sha512-QBjG72RfpM0DKtpns2RZOxBltO226kOAls9e4Lri6YxS2gWTgL0H+wj1R2K76lxxIeOrqo4+2Ty6RQnzv+WSTQ==} '@vue/language-core@1.8.27': resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} @@ -4507,6 +4545,11 @@ packages: '@vueuse/core@12.8.2': resolution: {integrity: sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==} + '@vueuse/core@13.1.0': + resolution: {integrity: sha512-PAauvdRXZvTWXtGLg8cPUFjiZEddTqmogdwYpnn60t08AA5a8Q4hZokBnpTOnVNqySlFlTcRYIC8OqreV4hv3Q==} + peerDependencies: + vue: ^3.5.0 + '@vueuse/integrations@10.11.1': resolution: {integrity: sha512-Y5hCGBguN+vuVYTZmdd/IMXLOdfS60zAmDmFYc4BKBcMUPZH1n4tdyDECCPjXm0bNT3ZRUy1xzTLGaUje8Xyaw==} peerDependencies: @@ -4548,8 +4591,8 @@ packages: universal-cookie: optional: true - '@vueuse/integrations@12.8.2': - resolution: {integrity: sha512-fbGYivgK5uBTRt7p5F3zy6VrETlV9RtZjBqd1/HxGdjdckBgBM4ugP8LHpjolqTj14TXTxSK1ZfgPbHYyGuH7g==} + '@vueuse/integrations@13.1.0': + resolution: {integrity: sha512-wJ6aANdUs4SOpVabChQK+uLIwxRTUAEmn1DJnflGG7Wq6yaipiRmp6as/Md201FjJnquQt8MecIPbFv8HSBeDA==} peerDependencies: async-validator: ^4 axios: ^1 @@ -4563,6 +4606,7 @@ packages: qrcode: ^1.5 sortablejs: ^1 universal-cookie: ^7 + vue: ^3.5.0 peerDependenciesMeta: async-validator: optional: true @@ -4595,14 +4639,22 @@ packages: '@vueuse/metadata@12.8.2': resolution: {integrity: sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==} + '@vueuse/metadata@13.1.0': + resolution: {integrity: sha512-+TDd7/a78jale5YbHX9KHW3cEDav1lz1JptwDvep2zSG8XjCsVE+9mHIzjTOaPbHUAk5XiE4jXLz51/tS+aKQw==} + '@vueuse/shared@10.11.1': resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==} '@vueuse/shared@12.8.2': resolution: {integrity: sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==} - '@wdio/config@9.12.5': - resolution: {integrity: sha512-T4pOgY7FLj0+SBc58n81JZidCJKfqaSb9Ql9lOd38tmorEwTKjcPAzQQY1Ftzqv49kjBHvXdlupy685VVKNepA==} + '@vueuse/shared@13.1.0': + resolution: {integrity: sha512-IVS/qRRjhPTZ6C2/AM3jieqXACGwFZwWTdw5sNTSKk2m/ZpkuuN+ri+WCVUP8TqaKwJYt/KuMwmXspMAw8E6ew==} + peerDependencies: + vue: ^3.5.0 + + '@wdio/config@9.12.6': + resolution: {integrity: sha512-zlOJixJUHxeoyfIN/KdM797HwJj/oNgBaEdftgJARqbXt5AVZu18vJ3zljb+wzbY2M0pl7Y4+5OFH06WlDgQ+A==} engines: {node: '>=18.20.0'} '@wdio/logger@9.4.4': @@ -4616,12 +4668,12 @@ packages: resolution: {integrity: sha512-kchPRhoG/pCn4KhHGiL/ocNhdpR8OkD2e6sANlSUZ4TGBVi86YSIEjc2yXUwLacHknC/EnQk/SFnqd4MsNjGGg==} engines: {node: '>=18.20.0'} - '@wdio/types@9.12.3': - resolution: {integrity: sha512-MlnQ3WG1CQAjmUmeKtv3timGR91hSsCwQW9T1kqpu0VaJ/qbw3sWgtArMqRvgWB2H6IGueqQwDQ9qHlP013w9Q==} + '@wdio/types@9.12.6': + resolution: {integrity: sha512-WzZhaN834du9wjqT/Go9qPyB7VkzV2bjr6pr06DrIzxIpJq/snWOv96C6OjJu8nmYNRjV769mAxyggBUf+sUoQ==} engines: {node: '>=18.20.0'} - '@wdio/utils@9.12.5': - resolution: {integrity: sha512-yddJj7VyA3kGuAuDU63ZdRBK4D1jwSU+52KwlZtOeqDdT/i6KAwRVYNYMwwmsGuM4GpY3q5h944YylBQNkKkjQ==} + '@wdio/utils@9.12.6': + resolution: {integrity: sha512-JfI4CxBRQCOgToJeQNaZLv+wYNIGyJG1gqrpxUOvkrJvBgdOAmIu3dzlcKP/WviXlcxvwLQF2FK8bQVTjHv0fQ==} engines: {node: '>=18.20.0'} '@yeger/debounce@2.0.12': @@ -4880,9 +4932,6 @@ packages: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} - birpc@0.2.19: - resolution: {integrity: sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==} - birpc@2.3.0: resolution: {integrity: sha512-ijbtkn/F3Pvzb6jHypHRyve2QApOCZDR25D/VnkY2G/lBNcXCTsnsCxgY4k4PkVB7zfwzYbY3O9Lcqe3xufS5g==} @@ -5644,8 +5693,8 @@ packages: es-get-iterator@1.1.3: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} - es-module-lexer@1.6.0: - resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} + es-module-lexer@1.7.0: + resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} es-object-atoms@1.1.1: resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} @@ -5674,8 +5723,8 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.25.2: - resolution: {integrity: sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==} + esbuild@0.25.3: + resolution: {integrity: sha512-qKA6Pvai73+M2FtftpNKRxJ78GIjmFXFxd/1DVBqGo/qNhLSfv+G12n9pNoWdytJC8U00TrViOwpjT0zgqQS8Q==} engines: {node: '>=18'} hasBin: true @@ -6115,6 +6164,7 @@ packages: formidable@2.1.2: resolution: {integrity: sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==} + deprecated: 'ACTION REQUIRED: SWITCH TO v3 - v1 and v2 are VULNERABLE! v1 is DEPRECATED FOR OVER 2 YEARS! Use formidable@latest or try formidable-mini for fresh projects' forwarded@0.2.0: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} @@ -7276,8 +7326,8 @@ packages: ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - msw@2.7.4: - resolution: {integrity: sha512-A2kuMopOjAjNEYkn0AnB1uj+x7oBjLIunFk7Ud4icEnVWFf6iBekn8oXW4zIwcpfEdWP9sLqyVaHVzneWoGEww==} + msw@2.7.5: + resolution: {integrity: sha512-00MyTlY3TJutBa5kiU+jWiz2z5pNJDYHn2TgPkGkh92kMmNH43RqvMXd8y/7HxNn8RjzUbvZWYZjcS36fdb6sw==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -7333,6 +7383,7 @@ packages: node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} + deprecated: Use your platform's native DOMException instead node-fetch-native@1.6.4: resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==} @@ -7448,12 +7499,18 @@ packages: resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} engines: {node: '>=12'} + oniguruma-parser@0.11.2: + resolution: {integrity: sha512-F7Ld4oDZJCI5/wCZ8AOffQbqjSzIRpKH7I/iuSs1SkhZeCj0wS6PMZ4W6VA16TWHrAo0Y9bBKEJOe7tvwcTXnw==} + oniguruma-parser@0.5.4: resolution: {integrity: sha512-yNxcQ8sKvURiTwP0mV6bLQCYE7NKfKRRWunhbZnXgxSmB1OXa1lHrN3o4DZd+0Si0kU5blidK7BcROO8qv5TZA==} oniguruma-to-es@4.1.0: resolution: {integrity: sha512-SNwG909cSLo4vPyyPbU/VJkEc9WOXqu2ycBlfd1UCXLqk1IijcQktSBb2yRQ2UFPsDhpkaf+C1dtT3PkLK/yWA==} + oniguruma-to-es@4.2.0: + resolution: {integrity: sha512-MDPs6KSOLS0tKQ7joqg44dRIRZUyotfTy0r+7oEEs6VwWWP0+E2PPDYWMFN0aqOjRyWHBYq7RfKw9GQk2S2z5g==} + open@10.1.0: resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} engines: {node: '>=18'} @@ -7473,19 +7530,19 @@ packages: outvariant@1.4.3: resolution: {integrity: sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==} - oxc-minify@0.62.0: - resolution: {integrity: sha512-oqPXigeyD4rbY63nLF+x12arI6F7NYvivI8EHpsScORD58sU8xloYEA5Nm2ynQprHayEYSxz9UpNlPJ81LzWzw==} + oxc-minify@0.65.0: + resolution: {integrity: sha512-qL+93NLoI2mi0PhG4TBgQ5nCRt4H6J46YEyKuxQ/5E31TnHblfo2Qbr8X/sFmTN3Rbjitl1Jd5ox305RhE1UVg==} engines: {node: '>=14.0.0'} - oxc-parser@0.62.0: - resolution: {integrity: sha512-WwSVsS8e7KH8an4rQJJZuO2QiIxNA0ryPESmmdxy1KYRSKEscyBgbIGGv2lCWy3uTksQtAjB2s2YAohESfrfOQ==} + oxc-parser@0.65.0: + resolution: {integrity: sha512-2u3iUChO386K2sBBxTPCKweoJfbo4qLGfOJN964yEg6KmHadp4daWklhS56UUaHT2Qj057brG/G7WuyIP10lUg==} engines: {node: '>=14.0.0'} - oxc-resolver@5.1.1: - resolution: {integrity: sha512-qULiQdBx8F/yruWxkvcf6FddWD3hcle3M11r6bX4L6qd6hQ6aBT7AboI21md86spJPHZWdmQT3UV/n9+T+kb8Q==} + oxc-resolver@6.0.0: + resolution: {integrity: sha512-XbjFKJrpQiVl4XlJE44ly+fNdV5+adm8b/Ax9EIGYpA160PVgYVRUfmdYD1SHOO8z1oZ+CFNZ4/A3EUrNP+/cA==} - oxc-transform@0.62.0: - resolution: {integrity: sha512-4aycc3KlhwtUj1DVrFWGvfvX0OI6CmSkaPfhox4eY5UNknxZ0WSvj9p3NZIw8wPZiT6uj/acV3LcdO2o8HcSHQ==} + oxc-transform@0.65.0: + resolution: {integrity: sha512-TWAMi8zVvORQw545O1/1irpbMPDQGD6ernen5QyY5PCL9nj3RqgR1ULlQiHVDXEl2rW+OtHF8KS0ItAUyOfQ+Q==} engines: {node: '>=14.0.0'} p-limit@3.1.0: @@ -7665,13 +7722,13 @@ packages: pkg-types@2.1.0: resolution: {integrity: sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==} - playwright-core@1.51.1: - resolution: {integrity: sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==} + playwright-core@1.52.0: + resolution: {integrity: sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==} engines: {node: '>=18'} hasBin: true - playwright@1.51.1: - resolution: {integrity: sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==} + playwright@1.52.0: + resolution: {integrity: sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==} engines: {node: '>=18'} hasBin: true @@ -7843,8 +7900,8 @@ packages: react-is@19.1.0: resolution: {integrity: sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg==} - react-refresh@0.14.2: - resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} + react-refresh@0.17.0: + resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==} engines: {node: '>=0.10.0'} react@18.3.1: @@ -8165,12 +8222,12 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shiki@3.2.1: - resolution: {integrity: sha512-VML/2o1/KGYkEf/stJJ+s9Ypn7jUKQPomGLGYso4JJFMFxVDyPNsjsI3MB3KLjlMOeH44gyaPdXC6rik2WXvUQ==} - shiki@3.2.2: resolution: {integrity: sha512-0qWBkM2t/0NXPRcVgtLhtHv6Ak3Q5yI4K/ggMqcgLRKm4+pCs3namgZlhlat/7u2CuqNtlShNs9lENOG6n7UaQ==} + shiki@3.3.0: + resolution: {integrity: sha512-j0Z1tG5vlOFGW8JVj0Cpuatzvshes7VJy5ncDmmMaYcmnGW0Js1N81TOW98ivTFNZfKRn9uwEg/aIm638o368g==} + side-channel-list@1.0.0: resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} engines: {node: '>= 0.4'} @@ -8438,8 +8495,8 @@ packages: engines: {node: '>=6.4.0 <13 || >=14'} deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net - superjson@2.2.1: - resolution: {integrity: sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==} + superjson@2.2.2: + resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==} engines: {node: '>=16'} supertest@6.3.4: @@ -8458,8 +8515,8 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - sweetalert2@11.18.0: - resolution: {integrity: sha512-6LD1KTFuPi+rQzx2fETFJAFjZEsBsvDU+ORIwRq5kS/qXcpCXFoJzHXP3RjgclkhEZmkVafCL/jfaLK7UlrBYQ==} + sweetalert2@11.19.1: + resolution: {integrity: sha512-+8yws3Sc1srAZbrgdhmEIZny1I1UOYhJOIOdtOlv4TYaP5kkwQ9Zm8/BT23Qg+KdByCNOazltxEJAHzXVu8mhA==} symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -8828,8 +8885,8 @@ packages: '@vueuse/core': optional: true - unplugin-isolated-decl@0.13.6: - resolution: {integrity: sha512-+dNEvuNHfqohQEcXdHtUop/FhK3BXiqtAreHX7oc0M64RMg59rsizH2Sk38O7hgMrXnokbiAJTgORETQyqDp/Q==} + unplugin-isolated-decl@0.13.9: + resolution: {integrity: sha512-KgwzyDjWPpXR8nLZsQfb5bBgDnF5jr138Z4uYFIu/rnYc6ep1Uv80SY9f4eQJ80UFIFmRWTKtW7xKMXnzGXtGw==} engines: {node: '>=18.12.0'} peerDependencies: '@swc/core': ^1.6.6 @@ -8840,8 +8897,8 @@ packages: typescript: optional: true - unplugin-oxc@0.3.3: - resolution: {integrity: sha512-b0Nv9S3WwzMtdDQtuyE5uTgD1vf6mz06BeQUCs/jgcSv5QTQ9GdUlvREd/uGUTmBa0hG+ItJfjl+VXqvHw9aPA==} + unplugin-oxc@0.3.5: + resolution: {integrity: sha512-/kC2/pjGSV7lxX8JPOVUv1v0bOgSzGq+m4H6RtERtxoLqtyVA65giSW4E9ubGQ2CfMuATJKKgGULgqzm0v8dug==} engines: {node: '>=18.12.0'} peerDependencies: unloader: '*' @@ -8849,8 +8906,8 @@ packages: unloader: optional: true - unplugin-swc@1.5.1: - resolution: {integrity: sha512-/ZLrPNjChhGx3Z95pxJ4tQgfI6rWqukgYHKflrNB4zAV1izOQuDhkTn55JWeivpBxDCoK7M/TStb2aS/14PS/g==} + unplugin-swc@1.5.2: + resolution: {integrity: sha512-bf8DJO8lD1wpnwFglQpVH2XEaFfVsSU5C7yFyLwGT1gxskPtejlDeuttKxjtmHTSqrDsQrK0FCFdhw3Ny+K7hA==} peerDependencies: '@swc/core': ^1.2.108 @@ -8879,8 +8936,8 @@ packages: resolution: {integrity: sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==} engines: {node: '>=18.12.0'} - unplugin@2.2.2: - resolution: {integrity: sha512-Qp+iiD+qCRnUek+nDoYvtWX7tfnYyXsrOnJ452FRTgOyKmTM7TUJ3l+PLPJOOWPTUyKISKp4isC5JJPSXUjGgw==} + unplugin@2.3.2: + resolution: {integrity: sha512-3n7YA46rROb3zSj8fFxtxC/PqoyvYQ0llwz9wtUPUutr9ig09C8gGo5CWCwHrUzlqC1LLR43kxp5vEIyH1ac1w==} engines: {node: '>=18.12.0'} unrs-resolver@1.5.0: @@ -9024,8 +9081,8 @@ packages: vitepress: ^1.0.0 vue: ^3.5.0 - vitepress@2.0.0-alpha.4: - resolution: {integrity: sha512-3/tiBTx47d4to5RqfYwWeht9ND0la0C8Vc0gtbdY3RMffFnWGmAQryODTXDN9Cm1exXZr8ywcxA2eJcpxa3igQ==} + vitepress@2.0.0-alpha.5: + resolution: {integrity: sha512-fhuGpJ4CETS/lrAHjKu3m88HwesZvAjZLFeIRr9Jejmewyogn1tm2L6lsVg7PWxPmOGoMfihzl3+L6jg6hrTnA==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -9150,12 +9207,12 @@ packages: resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} engines: {node: '>= 8'} - webdriver@9.12.5: - resolution: {integrity: sha512-CQCb1kDh52VtzPOIWc6XOdRz9q07LMAm9XwL+ABLSd0gueJq+GZoUTqHVX1YwVF0EQlFnw0JYJok0hxGH7m7cw==} + webdriver@9.12.6: + resolution: {integrity: sha512-Alz+JiaVW15b/Qy6zSmJeYXxvmtMIVpEAg7QDfCWqG9miZSKJYWwgWE3xoSrwYn5kTylUszqb17Pb5wyrj7YFw==} engines: {node: '>=18.20.0'} - webdriverio@9.12.5: - resolution: {integrity: sha512-ho7gEOdPkpMlZJ5fbCX6+zAllnVdYl8X9RZ4x3tDabf3ByEzReqexaTVou8ayWmNngGjarWlXX3ov1BIdhQTLQ==} + webdriverio@9.12.7: + resolution: {integrity: sha512-HxpLQrFuadfE65dqh+Qc2pdvz18FbsdpdiZogy8VUBtxRanijbOsi4cV84ffGXab8Ownzu+bNBJuJjlTBDX00Q==} engines: {node: '>=18.20.0'} peerDependencies: puppeteer-core: '>=22.x || <=24.x' @@ -9397,8 +9454,8 @@ packages: zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} - zx@8.5.2: - resolution: {integrity: sha512-eIxjTkCtlzvDNRhw3RD1gGBPA4nxOTn6PafpKl+MW4eE2jR/u/R6mqq7oyUCXwarM5DSP96kWtq6XkrL2kSFrg==} + zx@8.5.3: + resolution: {integrity: sha512-TsGLAt8Ngr4wDXLZmN9BT+6FWVLFbqdQ0qpXkV3tIfH7F+MgN/WUeSY7W4nNqAntjWunmnRaznpyxtJRPhCbUQ==} engines: {node: '>= 12.17.0'} hasBin: true @@ -9611,6 +9668,8 @@ snapshots: '@babel/compat-data@7.26.2': {} + '@babel/compat-data@7.26.8': {} + '@babel/core@7.24.7': dependencies: '@ampproject/remapping': 2.3.0 @@ -9651,6 +9710,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@7.26.10': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.27.0 + '@babel/helper-compilation-targets': 7.27.0 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) + '@babel/helpers': 7.27.0 + '@babel/parser': 7.27.0 + '@babel/template': 7.27.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 + convert-source-map: 2.0.0 + debug: 4.4.0 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/generator@7.24.7': dependencies: '@babel/types': 7.26.0 @@ -9658,17 +9737,18 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 - '@babel/generator@7.25.0': + '@babel/generator@7.26.2': dependencies: + '@babel/parser': 7.26.2 '@babel/types': 7.26.0 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - jsesc: 2.5.2 + jsesc: 3.1.0 - '@babel/generator@7.26.2': + '@babel/generator@7.27.0': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 @@ -9700,6 +9780,14 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 + '@babel/helper-compilation-targets@7.27.0': + dependencies: + '@babel/compat-data': 7.26.8 + '@babel/helper-validator-option': 7.25.9 + browserslist: 4.24.4 + lru-cache: 5.1.1 + semver: 6.3.1 + '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -9753,15 +9841,15 @@ snapshots: '@babel/helper-module-imports@7.24.7': dependencies: - '@babel/traverse': 7.24.7 + '@babel/traverse': 7.25.9 '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color @@ -9781,7 +9869,16 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.27.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)': + dependencies: + '@babel/core': 7.26.10 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.27.0 transitivePeerDependencies: - supports-color @@ -9811,7 +9908,7 @@ snapshots: '@babel/helper-simple-access@7.24.7': dependencies: - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.9 '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color @@ -9864,6 +9961,11 @@ snapshots: '@babel/template': 7.25.9 '@babel/types': 7.26.0 + '@babel/helpers@7.27.0': + dependencies: + '@babel/template': 7.27.0 + '@babel/types': 7.27.0 + '@babel/highlight@7.24.7': dependencies: '@babel/helper-validator-identifier': 7.25.9 @@ -9883,6 +9985,10 @@ snapshots: dependencies: '@babel/types': 7.26.0 + '@babel/parser@7.27.0': + dependencies: + '@babel/types': 7.27.0 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -10193,14 +10299,14 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.26.0)': @@ -10367,17 +10473,17 @@ snapshots: '@babel/parser': 7.26.2 '@babel/types': 7.26.0 - '@babel/template@7.25.0': + '@babel/template@7.25.9': dependencies: '@babel/code-frame': 7.26.2 '@babel/parser': 7.26.2 '@babel/types': 7.26.0 - '@babel/template@7.25.9': + '@babel/template@7.27.0': dependencies: '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 '@babel/traverse@7.24.7': dependencies: @@ -10394,25 +10500,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/traverse@7.25.3': + '@babel/traverse@7.25.9': dependencies: '@babel/code-frame': 7.26.2 - '@babel/generator': 7.25.0 + '@babel/generator': 7.26.2 '@babel/parser': 7.26.2 - '@babel/template': 7.25.0 + '@babel/template': 7.25.9 '@babel/types': 7.26.0 debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/traverse@7.25.9': + '@babel/traverse@7.27.0': dependencies: '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.2 - '@babel/parser': 7.26.2 - '@babel/template': 7.25.9 - '@babel/types': 7.26.0 + '@babel/generator': 7.27.0 + '@babel/parser': 7.27.0 + '@babel/template': 7.27.0 + '@babel/types': 7.27.0 debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: @@ -10429,6 +10535,11 @@ snapshots: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 + '@babel/types@7.27.0': + dependencies: + '@babel/helper-string-parser': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@bcoe/v8-coverage@1.0.2': {} '@bundled-es-modules/cookie@2.0.1': @@ -10550,7 +10661,7 @@ snapshots: '@esbuild/aix-ppc64@0.25.1': optional: true - '@esbuild/aix-ppc64@0.25.2': + '@esbuild/aix-ppc64@0.25.3': optional: true '@esbuild/android-arm64@0.24.2': @@ -10562,7 +10673,7 @@ snapshots: '@esbuild/android-arm64@0.25.1': optional: true - '@esbuild/android-arm64@0.25.2': + '@esbuild/android-arm64@0.25.3': optional: true '@esbuild/android-arm@0.24.2': @@ -10574,7 +10685,7 @@ snapshots: '@esbuild/android-arm@0.25.1': optional: true - '@esbuild/android-arm@0.25.2': + '@esbuild/android-arm@0.25.3': optional: true '@esbuild/android-x64@0.24.2': @@ -10586,7 +10697,7 @@ snapshots: '@esbuild/android-x64@0.25.1': optional: true - '@esbuild/android-x64@0.25.2': + '@esbuild/android-x64@0.25.3': optional: true '@esbuild/darwin-arm64@0.24.2': @@ -10598,7 +10709,7 @@ snapshots: '@esbuild/darwin-arm64@0.25.1': optional: true - '@esbuild/darwin-arm64@0.25.2': + '@esbuild/darwin-arm64@0.25.3': optional: true '@esbuild/darwin-x64@0.24.2': @@ -10610,7 +10721,7 @@ snapshots: '@esbuild/darwin-x64@0.25.1': optional: true - '@esbuild/darwin-x64@0.25.2': + '@esbuild/darwin-x64@0.25.3': optional: true '@esbuild/freebsd-arm64@0.24.2': @@ -10622,7 +10733,7 @@ snapshots: '@esbuild/freebsd-arm64@0.25.1': optional: true - '@esbuild/freebsd-arm64@0.25.2': + '@esbuild/freebsd-arm64@0.25.3': optional: true '@esbuild/freebsd-x64@0.24.2': @@ -10634,7 +10745,7 @@ snapshots: '@esbuild/freebsd-x64@0.25.1': optional: true - '@esbuild/freebsd-x64@0.25.2': + '@esbuild/freebsd-x64@0.25.3': optional: true '@esbuild/linux-arm64@0.24.2': @@ -10646,7 +10757,7 @@ snapshots: '@esbuild/linux-arm64@0.25.1': optional: true - '@esbuild/linux-arm64@0.25.2': + '@esbuild/linux-arm64@0.25.3': optional: true '@esbuild/linux-arm@0.24.2': @@ -10658,7 +10769,7 @@ snapshots: '@esbuild/linux-arm@0.25.1': optional: true - '@esbuild/linux-arm@0.25.2': + '@esbuild/linux-arm@0.25.3': optional: true '@esbuild/linux-ia32@0.24.2': @@ -10670,7 +10781,7 @@ snapshots: '@esbuild/linux-ia32@0.25.1': optional: true - '@esbuild/linux-ia32@0.25.2': + '@esbuild/linux-ia32@0.25.3': optional: true '@esbuild/linux-loong64@0.24.2': @@ -10682,7 +10793,7 @@ snapshots: '@esbuild/linux-loong64@0.25.1': optional: true - '@esbuild/linux-loong64@0.25.2': + '@esbuild/linux-loong64@0.25.3': optional: true '@esbuild/linux-mips64el@0.24.2': @@ -10694,7 +10805,7 @@ snapshots: '@esbuild/linux-mips64el@0.25.1': optional: true - '@esbuild/linux-mips64el@0.25.2': + '@esbuild/linux-mips64el@0.25.3': optional: true '@esbuild/linux-ppc64@0.24.2': @@ -10706,7 +10817,7 @@ snapshots: '@esbuild/linux-ppc64@0.25.1': optional: true - '@esbuild/linux-ppc64@0.25.2': + '@esbuild/linux-ppc64@0.25.3': optional: true '@esbuild/linux-riscv64@0.24.2': @@ -10718,7 +10829,7 @@ snapshots: '@esbuild/linux-riscv64@0.25.1': optional: true - '@esbuild/linux-riscv64@0.25.2': + '@esbuild/linux-riscv64@0.25.3': optional: true '@esbuild/linux-s390x@0.24.2': @@ -10730,7 +10841,7 @@ snapshots: '@esbuild/linux-s390x@0.25.1': optional: true - '@esbuild/linux-s390x@0.25.2': + '@esbuild/linux-s390x@0.25.3': optional: true '@esbuild/linux-x64@0.24.2': @@ -10742,7 +10853,7 @@ snapshots: '@esbuild/linux-x64@0.25.1': optional: true - '@esbuild/linux-x64@0.25.2': + '@esbuild/linux-x64@0.25.3': optional: true '@esbuild/netbsd-arm64@0.24.2': @@ -10754,7 +10865,7 @@ snapshots: '@esbuild/netbsd-arm64@0.25.1': optional: true - '@esbuild/netbsd-arm64@0.25.2': + '@esbuild/netbsd-arm64@0.25.3': optional: true '@esbuild/netbsd-x64@0.24.2': @@ -10766,7 +10877,7 @@ snapshots: '@esbuild/netbsd-x64@0.25.1': optional: true - '@esbuild/netbsd-x64@0.25.2': + '@esbuild/netbsd-x64@0.25.3': optional: true '@esbuild/openbsd-arm64@0.24.2': @@ -10778,7 +10889,7 @@ snapshots: '@esbuild/openbsd-arm64@0.25.1': optional: true - '@esbuild/openbsd-arm64@0.25.2': + '@esbuild/openbsd-arm64@0.25.3': optional: true '@esbuild/openbsd-x64@0.24.2': @@ -10790,7 +10901,7 @@ snapshots: '@esbuild/openbsd-x64@0.25.1': optional: true - '@esbuild/openbsd-x64@0.25.2': + '@esbuild/openbsd-x64@0.25.3': optional: true '@esbuild/sunos-x64@0.24.2': @@ -10802,7 +10913,7 @@ snapshots: '@esbuild/sunos-x64@0.25.1': optional: true - '@esbuild/sunos-x64@0.25.2': + '@esbuild/sunos-x64@0.25.3': optional: true '@esbuild/win32-arm64@0.24.2': @@ -10814,7 +10925,7 @@ snapshots: '@esbuild/win32-arm64@0.25.1': optional: true - '@esbuild/win32-arm64@0.25.2': + '@esbuild/win32-arm64@0.25.3': optional: true '@esbuild/win32-ia32@0.24.2': @@ -10826,7 +10937,7 @@ snapshots: '@esbuild/win32-ia32@0.25.1': optional: true - '@esbuild/win32-ia32@0.25.2': + '@esbuild/win32-ia32@0.25.3': optional: true '@esbuild/win32-x64@0.24.2': @@ -10838,7 +10949,7 @@ snapshots: '@esbuild/win32-x64@0.25.1': optional: true - '@esbuild/win32-x64@0.25.2': + '@esbuild/win32-x64@0.25.3': optional: true '@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.24.0(jiti@2.4.2))': @@ -10963,7 +11074,7 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify-json/simple-icons@1.2.27': + '@iconify-json/simple-icons@1.2.33': dependencies: '@iconify/types': 2.0.0 @@ -11087,6 +11198,13 @@ snapshots: '@tybys/wasm-util': 0.9.0 optional: true + '@napi-rs/wasm-runtime@0.2.9': + dependencies: + '@emnapi/core': 1.4.0 + '@emnapi/runtime': 1.4.0 + '@tybys/wasm-util': 0.9.0 + optional: true + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 @@ -11110,137 +11228,143 @@ snapshots: '@open-draft/until@2.1.0': {} - '@oxc-minify/binding-darwin-arm64@0.62.0': + '@oxc-minify/binding-darwin-arm64@0.65.0': optional: true - '@oxc-minify/binding-darwin-x64@0.62.0': + '@oxc-minify/binding-darwin-x64@0.65.0': optional: true - '@oxc-minify/binding-linux-arm-gnueabihf@0.62.0': + '@oxc-minify/binding-linux-arm-gnueabihf@0.65.0': optional: true - '@oxc-minify/binding-linux-arm64-gnu@0.62.0': + '@oxc-minify/binding-linux-arm64-gnu@0.65.0': optional: true - '@oxc-minify/binding-linux-arm64-musl@0.62.0': + '@oxc-minify/binding-linux-arm64-musl@0.65.0': optional: true - '@oxc-minify/binding-linux-x64-gnu@0.62.0': + '@oxc-minify/binding-linux-x64-gnu@0.65.0': optional: true - '@oxc-minify/binding-linux-x64-musl@0.62.0': + '@oxc-minify/binding-linux-x64-musl@0.65.0': optional: true - '@oxc-minify/binding-wasm32-wasi@0.62.0': + '@oxc-minify/binding-wasm32-wasi@0.65.0': dependencies: - '@napi-rs/wasm-runtime': 0.2.8 + '@napi-rs/wasm-runtime': 0.2.9 optional: true - '@oxc-minify/binding-win32-arm64-msvc@0.62.0': + '@oxc-minify/binding-win32-arm64-msvc@0.65.0': optional: true - '@oxc-minify/binding-win32-x64-msvc@0.62.0': + '@oxc-minify/binding-win32-x64-msvc@0.65.0': optional: true - '@oxc-parser/binding-darwin-arm64@0.62.0': + '@oxc-parser/binding-darwin-arm64@0.65.0': optional: true - '@oxc-parser/binding-darwin-x64@0.62.0': + '@oxc-parser/binding-darwin-x64@0.65.0': optional: true - '@oxc-parser/binding-linux-arm-gnueabihf@0.62.0': + '@oxc-parser/binding-linux-arm-gnueabihf@0.65.0': optional: true - '@oxc-parser/binding-linux-arm64-gnu@0.62.0': + '@oxc-parser/binding-linux-arm64-gnu@0.65.0': optional: true - '@oxc-parser/binding-linux-arm64-musl@0.62.0': + '@oxc-parser/binding-linux-arm64-musl@0.65.0': optional: true - '@oxc-parser/binding-linux-x64-gnu@0.62.0': + '@oxc-parser/binding-linux-x64-gnu@0.65.0': optional: true - '@oxc-parser/binding-linux-x64-musl@0.62.0': + '@oxc-parser/binding-linux-x64-musl@0.65.0': optional: true - '@oxc-parser/binding-wasm32-wasi@0.62.0': + '@oxc-parser/binding-wasm32-wasi@0.65.0': dependencies: - '@napi-rs/wasm-runtime': 0.2.8 + '@napi-rs/wasm-runtime': 0.2.9 + optional: true + + '@oxc-parser/binding-win32-arm64-msvc@0.65.0': optional: true - '@oxc-parser/binding-win32-arm64-msvc@0.62.0': + '@oxc-parser/binding-win32-x64-msvc@0.65.0': optional: true - '@oxc-parser/binding-win32-x64-msvc@0.62.0': + '@oxc-project/types@0.65.0': {} + + '@oxc-resolver/binding-darwin-arm64@6.0.0': optional: true - '@oxc-project/types@0.62.0': {} + '@oxc-resolver/binding-darwin-x64@6.0.0': + optional: true - '@oxc-resolver/binding-darwin-arm64@5.1.1': + '@oxc-resolver/binding-freebsd-x64@6.0.0': optional: true - '@oxc-resolver/binding-darwin-x64@5.1.1': + '@oxc-resolver/binding-linux-arm-gnueabihf@6.0.0': optional: true - '@oxc-resolver/binding-freebsd-x64@5.1.1': + '@oxc-resolver/binding-linux-arm64-gnu@6.0.0': optional: true - '@oxc-resolver/binding-linux-arm-gnueabihf@5.1.1': + '@oxc-resolver/binding-linux-arm64-musl@6.0.0': optional: true - '@oxc-resolver/binding-linux-arm64-gnu@5.1.1': + '@oxc-resolver/binding-linux-riscv64-gnu@6.0.0': optional: true - '@oxc-resolver/binding-linux-arm64-musl@5.1.1': + '@oxc-resolver/binding-linux-s390x-gnu@6.0.0': optional: true - '@oxc-resolver/binding-linux-x64-gnu@5.1.1': + '@oxc-resolver/binding-linux-x64-gnu@6.0.0': optional: true - '@oxc-resolver/binding-linux-x64-musl@5.1.1': + '@oxc-resolver/binding-linux-x64-musl@6.0.0': optional: true - '@oxc-resolver/binding-wasm32-wasi@5.1.1': + '@oxc-resolver/binding-wasm32-wasi@6.0.0': dependencies: - '@napi-rs/wasm-runtime': 0.2.8 + '@napi-rs/wasm-runtime': 0.2.9 optional: true - '@oxc-resolver/binding-win32-arm64-msvc@5.1.1': + '@oxc-resolver/binding-win32-arm64-msvc@6.0.0': optional: true - '@oxc-resolver/binding-win32-x64-msvc@5.1.1': + '@oxc-resolver/binding-win32-x64-msvc@6.0.0': optional: true - '@oxc-transform/binding-darwin-arm64@0.62.0': + '@oxc-transform/binding-darwin-arm64@0.65.0': optional: true - '@oxc-transform/binding-darwin-x64@0.62.0': + '@oxc-transform/binding-darwin-x64@0.65.0': optional: true - '@oxc-transform/binding-linux-arm-gnueabihf@0.62.0': + '@oxc-transform/binding-linux-arm-gnueabihf@0.65.0': optional: true - '@oxc-transform/binding-linux-arm64-gnu@0.62.0': + '@oxc-transform/binding-linux-arm64-gnu@0.65.0': optional: true - '@oxc-transform/binding-linux-arm64-musl@0.62.0': + '@oxc-transform/binding-linux-arm64-musl@0.65.0': optional: true - '@oxc-transform/binding-linux-x64-gnu@0.62.0': + '@oxc-transform/binding-linux-x64-gnu@0.65.0': optional: true - '@oxc-transform/binding-linux-x64-musl@0.62.0': + '@oxc-transform/binding-linux-x64-musl@0.65.0': optional: true - '@oxc-transform/binding-wasm32-wasi@0.62.0': + '@oxc-transform/binding-wasm32-wasi@0.65.0': dependencies: - '@napi-rs/wasm-runtime': 0.2.8 + '@napi-rs/wasm-runtime': 0.2.9 optional: true - '@oxc-transform/binding-win32-arm64-msvc@0.62.0': + '@oxc-transform/binding-win32-arm64-msvc@0.65.0': optional: true - '@oxc-transform/binding-win32-x64-msvc@0.62.0': + '@oxc-transform/binding-win32-x64-msvc@0.65.0': optional: true '@pkgjs/parseargs@0.11.0': @@ -11250,9 +11374,9 @@ snapshots: '@pkgr/core@0.2.4': {} - '@playwright/test@1.51.1': + '@playwright/test@1.52.0': dependencies: - playwright: 1.51.1 + playwright: 1.52.0 '@polka/url@1.0.0-next.24': {} @@ -11428,13 +11552,6 @@ snapshots: '@sec-ant/readable-stream@0.4.1': {} - '@shikijs/core@3.2.1': - dependencies: - '@shikijs/types': 3.2.1 - '@shikijs/vscode-textmate': 10.0.2 - '@types/hast': 3.0.4 - hast-util-to-html: 9.0.5 - '@shikijs/core@3.2.2': dependencies: '@shikijs/types': 3.2.2 @@ -11442,11 +11559,12 @@ snapshots: '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 - '@shikijs/engine-javascript@3.2.1': + '@shikijs/core@3.3.0': dependencies: - '@shikijs/types': 3.2.1 + '@shikijs/types': 3.3.0 '@shikijs/vscode-textmate': 10.0.2 - oniguruma-to-es: 4.1.0 + '@types/hast': 3.0.4 + hast-util-to-html: 9.0.5 '@shikijs/engine-javascript@3.2.2': dependencies: @@ -11454,64 +11572,70 @@ snapshots: '@shikijs/vscode-textmate': 10.0.2 oniguruma-to-es: 4.1.0 - '@shikijs/engine-oniguruma@3.2.1': + '@shikijs/engine-javascript@3.3.0': dependencies: - '@shikijs/types': 3.2.1 + '@shikijs/types': 3.3.0 '@shikijs/vscode-textmate': 10.0.2 + oniguruma-to-es: 4.2.0 '@shikijs/engine-oniguruma@3.2.2': dependencies: '@shikijs/types': 3.2.2 '@shikijs/vscode-textmate': 10.0.2 - '@shikijs/langs@3.2.1': + '@shikijs/engine-oniguruma@3.3.0': dependencies: - '@shikijs/types': 3.2.1 + '@shikijs/types': 3.3.0 + '@shikijs/vscode-textmate': 10.0.2 '@shikijs/langs@3.2.2': dependencies: '@shikijs/types': 3.2.2 - '@shikijs/themes@3.2.1': + '@shikijs/langs@3.3.0': dependencies: - '@shikijs/types': 3.2.1 + '@shikijs/types': 3.3.0 '@shikijs/themes@3.2.2': dependencies: '@shikijs/types': 3.2.2 - '@shikijs/transformers@3.2.2': + '@shikijs/themes@3.3.0': dependencies: - '@shikijs/core': 3.2.2 - '@shikijs/types': 3.2.2 + '@shikijs/types': 3.3.0 - '@shikijs/twoslash@3.2.2(typescript@5.8.3)': + '@shikijs/transformers@3.3.0': dependencies: - '@shikijs/core': 3.2.2 - '@shikijs/types': 3.2.2 + '@shikijs/core': 3.3.0 + '@shikijs/types': 3.3.0 + + '@shikijs/twoslash@3.3.0(typescript@5.8.3)': + dependencies: + '@shikijs/core': 3.3.0 + '@shikijs/types': 3.3.0 twoslash: 0.3.1(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@shikijs/types@3.2.1': + '@shikijs/types@3.2.2': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/types@3.2.2': + '@shikijs/types@3.3.0': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/vitepress-twoslash@3.2.2(typescript@5.8.3)': + '@shikijs/vitepress-twoslash@3.3.0(typescript@5.8.3)': dependencies: - '@shikijs/twoslash': 3.2.2(typescript@5.8.3) + '@shikijs/twoslash': 3.3.0(typescript@5.8.3) floating-vue: 5.2.2(vue@3.5.13(typescript@5.8.3)) mdast-util-from-markdown: 2.0.2 mdast-util-gfm: 3.1.0 mdast-util-to-hast: 13.2.0 - shiki: 3.2.2 + shiki: 3.3.0 twoslash: 0.3.1(typescript@5.8.3) twoslash-vue: 0.3.1(typescript@5.8.3) vue: 3.5.13(typescript@5.8.3) @@ -11742,12 +11866,12 @@ snapshots: '@types/fs-extra@8.1.3': dependencies: - '@types/node': 20.17.30 + '@types/node': 22.14.1 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.1 - '@types/node': 20.17.30 + '@types/node': 22.14.1 '@types/hast@3.0.4': dependencies: @@ -11846,7 +11970,7 @@ snapshots: '@types/through@0.0.30': dependencies: - '@types/node': 20.17.30 + '@types/node': 22.14.1 '@types/tough-cookie@4.0.2': {} @@ -11872,7 +11996,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.17.30 + '@types/node': 22.14.1 optional: true '@typescript-eslint/eslint-plugin@8.30.1(@typescript-eslint/parser@8.30.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)': @@ -12219,13 +12343,13 @@ snapshots: dependencies: vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) - '@vitejs/plugin-react@4.3.4(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))': + '@vitejs/plugin-react@4.4.1(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))': dependencies: - '@babel/core': 7.26.0 - '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) + '@babel/core': 7.26.10 + '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.10) + '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.10) '@types/babel__core': 7.20.5 - react-refresh: 0.14.2 + react-refresh: 0.17.0 vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color @@ -12352,21 +12476,21 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-api@7.7.2': + '@vue/devtools-api@7.7.5': dependencies: - '@vue/devtools-kit': 7.7.2 + '@vue/devtools-kit': 7.7.5 - '@vue/devtools-kit@7.7.2': + '@vue/devtools-kit@7.7.5': dependencies: - '@vue/devtools-shared': 7.7.2 - birpc: 0.2.19 + '@vue/devtools-shared': 7.7.5 + birpc: 2.3.0 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 - superjson: 2.2.1 + superjson: 2.2.2 - '@vue/devtools-shared@7.7.2': + '@vue/devtools-shared@7.7.5': dependencies: rfdc: 1.4.1 @@ -12469,6 +12593,13 @@ snapshots: transitivePeerDependencies: - typescript + '@vueuse/core@13.1.0(vue@3.5.13(typescript@5.8.3))': + dependencies: + '@types/web-bluetooth': 0.0.21 + '@vueuse/metadata': 13.1.0 + '@vueuse/shared': 13.1.0(vue@3.5.13(typescript@5.8.3)) + vue: 3.5.13(typescript@5.8.3) + '@vueuse/integrations@10.11.1(axios@0.30.0(debug@4.4.0))(focus-trap@7.6.4)(vue@3.5.12(typescript@5.8.3))': dependencies: '@vueuse/core': 10.11.1(vue@3.5.12(typescript@5.8.3)) @@ -12481,20 +12612,20 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/integrations@12.8.2(focus-trap@7.6.4)(typescript@5.8.3)': + '@vueuse/integrations@13.1.0(focus-trap@7.6.4)(vue@3.5.13(typescript@5.8.3))': dependencies: - '@vueuse/core': 12.8.2(typescript@5.8.3) - '@vueuse/shared': 12.8.2(typescript@5.8.3) + '@vueuse/core': 13.1.0(vue@3.5.13(typescript@5.8.3)) + '@vueuse/shared': 13.1.0(vue@3.5.13(typescript@5.8.3)) vue: 3.5.13(typescript@5.8.3) optionalDependencies: focus-trap: 7.6.4 - transitivePeerDependencies: - - typescript '@vueuse/metadata@10.11.1': {} '@vueuse/metadata@12.8.2': {} + '@vueuse/metadata@13.1.0': {} + '@vueuse/shared@10.11.1(vue@3.5.12(typescript@5.8.3))': dependencies: vue-demi: 0.14.10(vue@3.5.12(typescript@5.8.3)) @@ -12508,11 +12639,15 @@ snapshots: transitivePeerDependencies: - typescript - '@wdio/config@9.12.5': + '@vueuse/shared@13.1.0(vue@3.5.13(typescript@5.8.3))': + dependencies: + vue: 3.5.13(typescript@5.8.3) + + '@wdio/config@9.12.6': dependencies: '@wdio/logger': 9.4.4 - '@wdio/types': 9.12.3 - '@wdio/utils': 9.12.5 + '@wdio/types': 9.12.6 + '@wdio/utils': 9.12.6 deepmerge-ts: 7.1.5 glob: 10.4.1 import-meta-resolve: 4.0.0 @@ -12532,15 +12667,15 @@ snapshots: dependencies: '@types/node': 20.17.30 - '@wdio/types@9.12.3': + '@wdio/types@9.12.6': dependencies: '@types/node': 20.17.30 - '@wdio/utils@9.12.5': + '@wdio/utils@9.12.6': dependencies: '@puppeteer/browsers': 2.7.1 '@wdio/logger': 9.4.4 - '@wdio/types': 9.12.3 + '@wdio/types': 9.12.6 decamelize: 6.0.0 deepmerge-ts: 7.1.5 edgedriver: 6.1.1 @@ -12829,8 +12964,6 @@ snapshots: binary-extensions@2.2.0: {} - birpc@0.2.19: {} - birpc@2.3.0: {} bl@4.1.0: @@ -13696,7 +13829,7 @@ snapshots: isarray: 2.0.5 stop-iteration-iterator: 1.0.0 - es-module-lexer@1.6.0: {} + es-module-lexer@1.7.0: {} es-object-atoms@1.1.1: dependencies: @@ -13798,33 +13931,33 @@ snapshots: '@esbuild/win32-ia32': 0.25.1 '@esbuild/win32-x64': 0.25.1 - esbuild@0.25.2: + esbuild@0.25.3: optionalDependencies: - '@esbuild/aix-ppc64': 0.25.2 - '@esbuild/android-arm': 0.25.2 - '@esbuild/android-arm64': 0.25.2 - '@esbuild/android-x64': 0.25.2 - '@esbuild/darwin-arm64': 0.25.2 - '@esbuild/darwin-x64': 0.25.2 - '@esbuild/freebsd-arm64': 0.25.2 - '@esbuild/freebsd-x64': 0.25.2 - '@esbuild/linux-arm': 0.25.2 - '@esbuild/linux-arm64': 0.25.2 - '@esbuild/linux-ia32': 0.25.2 - '@esbuild/linux-loong64': 0.25.2 - '@esbuild/linux-mips64el': 0.25.2 - '@esbuild/linux-ppc64': 0.25.2 - '@esbuild/linux-riscv64': 0.25.2 - '@esbuild/linux-s390x': 0.25.2 - '@esbuild/linux-x64': 0.25.2 - '@esbuild/netbsd-arm64': 0.25.2 - '@esbuild/netbsd-x64': 0.25.2 - '@esbuild/openbsd-arm64': 0.25.2 - '@esbuild/openbsd-x64': 0.25.2 - '@esbuild/sunos-x64': 0.25.2 - '@esbuild/win32-arm64': 0.25.2 - '@esbuild/win32-ia32': 0.25.2 - '@esbuild/win32-x64': 0.25.2 + '@esbuild/aix-ppc64': 0.25.3 + '@esbuild/android-arm': 0.25.3 + '@esbuild/android-arm64': 0.25.3 + '@esbuild/android-x64': 0.25.3 + '@esbuild/darwin-arm64': 0.25.3 + '@esbuild/darwin-x64': 0.25.3 + '@esbuild/freebsd-arm64': 0.25.3 + '@esbuild/freebsd-x64': 0.25.3 + '@esbuild/linux-arm': 0.25.3 + '@esbuild/linux-arm64': 0.25.3 + '@esbuild/linux-ia32': 0.25.3 + '@esbuild/linux-loong64': 0.25.3 + '@esbuild/linux-mips64el': 0.25.3 + '@esbuild/linux-ppc64': 0.25.3 + '@esbuild/linux-riscv64': 0.25.3 + '@esbuild/linux-s390x': 0.25.3 + '@esbuild/linux-x64': 0.25.3 + '@esbuild/netbsd-arm64': 0.25.3 + '@esbuild/netbsd-x64': 0.25.3 + '@esbuild/openbsd-arm64': 0.25.3 + '@esbuild/openbsd-x64': 0.25.3 + '@esbuild/sunos-x64': 0.25.3 + '@esbuild/win32-arm64': 0.25.3 + '@esbuild/win32-ia32': 0.25.3 + '@esbuild/win32-x64': 0.25.3 escalade@3.2.0: {} @@ -15777,7 +15910,7 @@ snapshots: ms@2.1.3: {} - msw@2.7.4(@types/node@22.14.1)(typescript@5.8.3): + msw@2.7.5(@types/node@22.14.1)(typescript@5.8.3): dependencies: '@bundled-es-modules/cookie': 2.0.1 '@bundled-es-modules/statuses': 1.0.1 @@ -15941,6 +16074,8 @@ snapshots: dependencies: mimic-fn: 4.0.0 + oniguruma-parser@0.11.2: {} + oniguruma-parser@0.5.4: {} oniguruma-to-es@4.1.0: @@ -15950,6 +16085,13 @@ snapshots: regex: 6.0.1 regex-recursion: 6.0.2 + oniguruma-to-es@4.2.0: + dependencies: + emoji-regex-xs: 1.0.0 + oniguruma-parser: 0.11.2 + regex: 6.0.1 + regex-recursion: 6.0.2 + open@10.1.0: dependencies: default-browser: 5.2.1 @@ -15982,60 +16124,62 @@ snapshots: outvariant@1.4.3: {} - oxc-minify@0.62.0: + oxc-minify@0.65.0: optionalDependencies: - '@oxc-minify/binding-darwin-arm64': 0.62.0 - '@oxc-minify/binding-darwin-x64': 0.62.0 - '@oxc-minify/binding-linux-arm-gnueabihf': 0.62.0 - '@oxc-minify/binding-linux-arm64-gnu': 0.62.0 - '@oxc-minify/binding-linux-arm64-musl': 0.62.0 - '@oxc-minify/binding-linux-x64-gnu': 0.62.0 - '@oxc-minify/binding-linux-x64-musl': 0.62.0 - '@oxc-minify/binding-wasm32-wasi': 0.62.0 - '@oxc-minify/binding-win32-arm64-msvc': 0.62.0 - '@oxc-minify/binding-win32-x64-msvc': 0.62.0 - - oxc-parser@0.62.0: - dependencies: - '@oxc-project/types': 0.62.0 + '@oxc-minify/binding-darwin-arm64': 0.65.0 + '@oxc-minify/binding-darwin-x64': 0.65.0 + '@oxc-minify/binding-linux-arm-gnueabihf': 0.65.0 + '@oxc-minify/binding-linux-arm64-gnu': 0.65.0 + '@oxc-minify/binding-linux-arm64-musl': 0.65.0 + '@oxc-minify/binding-linux-x64-gnu': 0.65.0 + '@oxc-minify/binding-linux-x64-musl': 0.65.0 + '@oxc-minify/binding-wasm32-wasi': 0.65.0 + '@oxc-minify/binding-win32-arm64-msvc': 0.65.0 + '@oxc-minify/binding-win32-x64-msvc': 0.65.0 + + oxc-parser@0.65.0: + dependencies: + '@oxc-project/types': 0.65.0 optionalDependencies: - '@oxc-parser/binding-darwin-arm64': 0.62.0 - '@oxc-parser/binding-darwin-x64': 0.62.0 - '@oxc-parser/binding-linux-arm-gnueabihf': 0.62.0 - '@oxc-parser/binding-linux-arm64-gnu': 0.62.0 - '@oxc-parser/binding-linux-arm64-musl': 0.62.0 - '@oxc-parser/binding-linux-x64-gnu': 0.62.0 - '@oxc-parser/binding-linux-x64-musl': 0.62.0 - '@oxc-parser/binding-wasm32-wasi': 0.62.0 - '@oxc-parser/binding-win32-arm64-msvc': 0.62.0 - '@oxc-parser/binding-win32-x64-msvc': 0.62.0 - - oxc-resolver@5.1.1: + '@oxc-parser/binding-darwin-arm64': 0.65.0 + '@oxc-parser/binding-darwin-x64': 0.65.0 + '@oxc-parser/binding-linux-arm-gnueabihf': 0.65.0 + '@oxc-parser/binding-linux-arm64-gnu': 0.65.0 + '@oxc-parser/binding-linux-arm64-musl': 0.65.0 + '@oxc-parser/binding-linux-x64-gnu': 0.65.0 + '@oxc-parser/binding-linux-x64-musl': 0.65.0 + '@oxc-parser/binding-wasm32-wasi': 0.65.0 + '@oxc-parser/binding-win32-arm64-msvc': 0.65.0 + '@oxc-parser/binding-win32-x64-msvc': 0.65.0 + + oxc-resolver@6.0.0: optionalDependencies: - '@oxc-resolver/binding-darwin-arm64': 5.1.1 - '@oxc-resolver/binding-darwin-x64': 5.1.1 - '@oxc-resolver/binding-freebsd-x64': 5.1.1 - '@oxc-resolver/binding-linux-arm-gnueabihf': 5.1.1 - '@oxc-resolver/binding-linux-arm64-gnu': 5.1.1 - '@oxc-resolver/binding-linux-arm64-musl': 5.1.1 - '@oxc-resolver/binding-linux-x64-gnu': 5.1.1 - '@oxc-resolver/binding-linux-x64-musl': 5.1.1 - '@oxc-resolver/binding-wasm32-wasi': 5.1.1 - '@oxc-resolver/binding-win32-arm64-msvc': 5.1.1 - '@oxc-resolver/binding-win32-x64-msvc': 5.1.1 - - oxc-transform@0.62.0: + '@oxc-resolver/binding-darwin-arm64': 6.0.0 + '@oxc-resolver/binding-darwin-x64': 6.0.0 + '@oxc-resolver/binding-freebsd-x64': 6.0.0 + '@oxc-resolver/binding-linux-arm-gnueabihf': 6.0.0 + '@oxc-resolver/binding-linux-arm64-gnu': 6.0.0 + '@oxc-resolver/binding-linux-arm64-musl': 6.0.0 + '@oxc-resolver/binding-linux-riscv64-gnu': 6.0.0 + '@oxc-resolver/binding-linux-s390x-gnu': 6.0.0 + '@oxc-resolver/binding-linux-x64-gnu': 6.0.0 + '@oxc-resolver/binding-linux-x64-musl': 6.0.0 + '@oxc-resolver/binding-wasm32-wasi': 6.0.0 + '@oxc-resolver/binding-win32-arm64-msvc': 6.0.0 + '@oxc-resolver/binding-win32-x64-msvc': 6.0.0 + + oxc-transform@0.65.0: optionalDependencies: - '@oxc-transform/binding-darwin-arm64': 0.62.0 - '@oxc-transform/binding-darwin-x64': 0.62.0 - '@oxc-transform/binding-linux-arm-gnueabihf': 0.62.0 - '@oxc-transform/binding-linux-arm64-gnu': 0.62.0 - '@oxc-transform/binding-linux-arm64-musl': 0.62.0 - '@oxc-transform/binding-linux-x64-gnu': 0.62.0 - '@oxc-transform/binding-linux-x64-musl': 0.62.0 - '@oxc-transform/binding-wasm32-wasi': 0.62.0 - '@oxc-transform/binding-win32-arm64-msvc': 0.62.0 - '@oxc-transform/binding-win32-x64-msvc': 0.62.0 + '@oxc-transform/binding-darwin-arm64': 0.65.0 + '@oxc-transform/binding-darwin-x64': 0.65.0 + '@oxc-transform/binding-linux-arm-gnueabihf': 0.65.0 + '@oxc-transform/binding-linux-arm64-gnu': 0.65.0 + '@oxc-transform/binding-linux-arm64-musl': 0.65.0 + '@oxc-transform/binding-linux-x64-gnu': 0.65.0 + '@oxc-transform/binding-linux-x64-musl': 0.65.0 + '@oxc-transform/binding-wasm32-wasi': 0.65.0 + '@oxc-transform/binding-win32-arm64-msvc': 0.65.0 + '@oxc-transform/binding-win32-x64-msvc': 0.65.0 p-limit@3.1.0: dependencies: @@ -16091,7 +16235,7 @@ snapshots: parse-imports@2.1.1: dependencies: - es-module-lexer: 1.6.0 + es-module-lexer: 1.7.0 slashes: 3.0.12 parse-json@8.1.0: @@ -16215,11 +16359,11 @@ snapshots: exsolve: 1.0.2 pathe: 2.0.3 - playwright-core@1.51.1: {} + playwright-core@1.52.0: {} - playwright@1.51.1: + playwright@1.52.0: dependencies: - playwright-core: 1.51.1 + playwright-core: 1.52.0 optionalDependencies: fsevents: 2.3.2 @@ -16393,7 +16537,7 @@ snapshots: react-is@19.1.0: {} - react-refresh@0.14.2: {} + react-refresh@0.17.0: {} react@18.3.1: dependencies: @@ -16769,17 +16913,6 @@ snapshots: shebang-regex@3.0.0: {} - shiki@3.2.1: - dependencies: - '@shikijs/core': 3.2.1 - '@shikijs/engine-javascript': 3.2.1 - '@shikijs/engine-oniguruma': 3.2.1 - '@shikijs/langs': 3.2.1 - '@shikijs/themes': 3.2.1 - '@shikijs/types': 3.2.1 - '@shikijs/vscode-textmate': 10.0.2 - '@types/hast': 3.0.4 - shiki@3.2.2: dependencies: '@shikijs/core': 3.2.2 @@ -16791,6 +16924,17 @@ snapshots: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 + shiki@3.3.0: + dependencies: + '@shikijs/core': 3.3.0 + '@shikijs/engine-javascript': 3.3.0 + '@shikijs/engine-oniguruma': 3.3.0 + '@shikijs/langs': 3.3.0 + '@shikijs/themes': 3.3.0 + '@shikijs/types': 3.3.0 + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + side-channel-list@1.0.0: dependencies: es-errors: 1.3.0 @@ -17114,7 +17258,7 @@ snapshots: transitivePeerDependencies: - supports-color - superjson@2.2.1: + superjson@2.2.2: dependencies: copy-anything: 3.0.5 @@ -17135,7 +17279,7 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - sweetalert2@11.18.0: {} + sweetalert2@11.19.1: {} symbol-tree@3.2.4: {} @@ -17547,28 +17691,28 @@ snapshots: transitivePeerDependencies: - rollup - unplugin-isolated-decl@0.13.6(typescript@5.8.3): + unplugin-isolated-decl@0.13.9(typescript@5.8.3): dependencies: debug: 4.4.0 magic-string: 0.30.17 - oxc-parser: 0.62.0 - oxc-transform: 0.62.0 - unplugin: 2.2.2 + oxc-parser: 0.65.0 + oxc-transform: 0.65.0 + unplugin: 2.3.2 unplugin-utils: 0.2.4 optionalDependencies: typescript: 5.8.3 transitivePeerDependencies: - supports-color - unplugin-oxc@0.3.3: + unplugin-oxc@0.3.5: dependencies: - oxc-minify: 0.62.0 - oxc-resolver: 5.1.1 - oxc-transform: 0.62.0 - unplugin: 2.2.2 + oxc-minify: 0.65.0 + oxc-resolver: 6.0.0 + oxc-transform: 0.65.0 + unplugin: 2.3.2 unplugin-utils: 0.2.4 - unplugin-swc@1.5.1(@swc/core@1.4.1)(rollup@4.40.0): + unplugin-swc@1.5.2(@swc/core@1.4.1)(rollup@4.40.0): dependencies: '@rollup/pluginutils': 5.1.4(rollup@4.40.0) '@swc/core': 1.4.1 @@ -17582,7 +17726,7 @@ snapshots: pathe: 2.0.3 picomatch: 4.0.2 - unplugin-vue-components@0.28.0(@babel/parser@7.26.2)(rollup@4.40.0)(vue@3.5.12(typescript@5.8.3)): + unplugin-vue-components@0.28.0(@babel/parser@7.27.0)(rollup@4.40.0)(vue@3.5.12(typescript@5.8.3)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.40.0) @@ -17596,7 +17740,7 @@ snapshots: unplugin: 2.1.0 vue: 3.5.12(typescript@5.8.3) optionalDependencies: - '@babel/parser': 7.26.2 + '@babel/parser': 7.27.0 transitivePeerDependencies: - rollup - supports-color @@ -17611,9 +17755,10 @@ snapshots: acorn: 8.11.3(patch_hash=62f89b815dbd769c8a4d5b19b1f6852f28922ecb581d876c8a8377d05c2483c4) webpack-virtual-modules: 0.6.2 - unplugin@2.2.2: + unplugin@2.3.2: dependencies: acorn: 8.11.3(patch_hash=62f89b815dbd769c8a4d5b19b1f6852f28922ecb581d876c8a8377d05c2483c4) + picomatch: 4.0.2 webpack-virtual-modules: 0.6.2 unrs-resolver@1.5.0: @@ -17767,28 +17912,28 @@ snapshots: transitivePeerDependencies: - supports-color - vitepress-plugin-tabs@0.7.0(vitepress@2.0.0-alpha.4(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)): + vitepress-plugin-tabs@0.7.0(vitepress@2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)): dependencies: - vitepress: 2.0.0-alpha.4(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0) + vitepress: 2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0) vue: 3.5.12(typescript@5.8.3) - vitepress@2.0.0-alpha.4(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0): + vitepress@2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0): dependencies: '@docsearch/css': 3.9.0 '@docsearch/js': 3.9.0(@algolia/client-search@5.20.0)(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0) - '@iconify-json/simple-icons': 1.2.27 - '@shikijs/core': 3.2.1 - '@shikijs/transformers': 3.2.2 - '@shikijs/types': 3.2.1 + '@iconify-json/simple-icons': 1.2.33 + '@shikijs/core': 3.2.2 + '@shikijs/transformers': 3.3.0 + '@shikijs/types': 3.2.2 '@vitejs/plugin-vue': 5.2.3(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.3)) - '@vue/devtools-api': 7.7.2 + '@vue/devtools-api': 7.7.5 '@vue/shared': 3.5.13 - '@vueuse/core': 12.8.2(typescript@5.8.3) - '@vueuse/integrations': 12.8.2(focus-trap@7.6.4)(typescript@5.8.3) + '@vueuse/core': 13.1.0(vue@3.5.13(typescript@5.8.3)) + '@vueuse/integrations': 13.1.0(focus-trap@7.6.4)(vue@3.5.13(typescript@5.8.3)) focus-trap: 7.6.4 mark.js: 8.11.1 minisearch: 7.1.2 - shiki: 3.2.1 + shiki: 3.2.2 vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.3) optionalDependencies: @@ -17940,15 +18085,15 @@ snapshots: web-streams-polyfill@3.2.1: {} - webdriver@9.12.5: + webdriver@9.12.6: dependencies: '@types/node': 20.17.30 '@types/ws': 8.18.1 - '@wdio/config': 9.12.5 + '@wdio/config': 9.12.6 '@wdio/logger': 9.4.4 '@wdio/protocols': 9.12.5 - '@wdio/types': 9.12.3 - '@wdio/utils': 9.12.5 + '@wdio/types': 9.12.6 + '@wdio/utils': 9.12.6 deepmerge-ts: 7.1.5 undici: 6.21.1 ws: 8.18.1 @@ -17957,16 +18102,16 @@ snapshots: - supports-color - utf-8-validate - webdriverio@9.12.5: + webdriverio@9.12.7: dependencies: '@types/node': 20.17.30 '@types/sinonjs__fake-timers': 8.1.5(patch_hash=0218b33f433e26861380c2b90c757bde6fea871cb988083c0bd4a9a1f6c00252) - '@wdio/config': 9.12.5 + '@wdio/config': 9.12.6 '@wdio/logger': 9.4.4 '@wdio/protocols': 9.12.5 '@wdio/repl': 9.4.4 - '@wdio/types': 9.12.3 - '@wdio/utils': 9.12.5 + '@wdio/types': 9.12.6 + '@wdio/utils': 9.12.6 archiver: 7.0.1 aria-query: 5.3.0 cheerio: 1.0.0 @@ -17983,7 +18128,7 @@ snapshots: rgb2hex: 0.2.5 serialize-error: 11.0.3 urlpattern-polyfill: 10.0.0 - webdriver: 9.12.5 + webdriver: 9.12.6 transitivePeerDependencies: - bufferutil - supports-color @@ -18260,4 +18405,4 @@ snapshots: zwitch@2.0.4: {} - zx@8.5.2: {} + zx@8.5.3: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index df9e07dd05ab..49b67b8bf887 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -32,7 +32,7 @@ catalog: istanbul-reports: ^3.1.7 magic-string: ^0.30.17 magicast: ^0.3.5 - msw: ^2.7.4 + msw: ^2.7.5 pathe: ^2.0.3 sirv: ^3.0.1 std-env: ^3.9.0 diff --git a/test/cli/package.json b/test/cli/package.json index 3ef8e2a9a3c5..50ea3f715e27 100644 --- a/test/cli/package.json +++ b/test/cli/package.json @@ -14,7 +14,7 @@ "@vitest/test-dep-linked": "link:./deps/linked", "@vitest/utils": "workspace:*", "debug": "^4.4.0", - "unplugin-swc": "^1.5.1", + "unplugin-swc": "^1.5.2", "vite": "latest", "vitest": "workspace:*", "ws": "catalog:" diff --git a/test/core/package.json b/test/core/package.json index 3ed6891cdeab..df69393793bf 100644 --- a/test/core/package.json +++ b/test/core/package.json @@ -29,7 +29,7 @@ "memfs": "^4.17.0", "react": "^19.1.0", "react-18": "npm:react@18.3.1", - "sweetalert2": "^11.18.0", + "sweetalert2": "^11.19.1", "tinyrainbow": "catalog:", "tinyspy": "^1.1.1", "url": "^0.11.4", diff --git a/test/coverage-test/package.json b/test/coverage-test/package.json index 5fc8e415a96f..f85c0c64a81b 100644 --- a/test/coverage-test/package.json +++ b/test/coverage-test/package.json @@ -21,7 +21,7 @@ "istanbul-lib-report": "catalog:", "magic-string": "^0.30.17", "magicast": "^0.3.5", - "unplugin-swc": "^1.5.1", + "unplugin-swc": "^1.5.2", "vite": "latest", "vitest": "workspace:*", "vue": "catalog:" diff --git a/test/public-mocker/package.json b/test/public-mocker/package.json index 34615036a22b..d594b1ce82ab 100644 --- a/test/public-mocker/package.json +++ b/test/public-mocker/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@vitest/browser": "workspace:*", "@vitest/mocker": "workspace:*", - "playwright": "^1.51.1", + "playwright": "^1.52.0", "vitest": "workspace:*" } }