diff --git a/.changeset/four-mugs-taste.md b/.changeset/four-mugs-taste.md new file mode 100644 index 0000000000..c9778c7be4 --- /dev/null +++ b/.changeset/four-mugs-taste.md @@ -0,0 +1,11 @@ +--- +'@evidence-dev/source-javascript': patch +'@evidence-dev/component-utilities': patch +'@evidence-dev/preprocess': patch +'@evidence-dev/sdk': patch +'@evidence-dev/universal-sql': patch +'@evidence-dev/core-components': patch +'@evidence-dev/tailwind': patch +--- + +bump vitest diff --git a/e2e/dev-server-startup/package.json b/e2e/dev-server-startup/package.json index ccf6ffbb86..edd53b2c61 100644 --- a/e2e/dev-server-startup/package.json +++ b/e2e/dev-server-startup/package.json @@ -20,7 +20,7 @@ "@evidence-dev/duckdb": "workspace:*", "@evidence-dev/evidence": "workspace:*", "vite": "5.4.14", - "vitest": "^2.1.8" + "vitest": "^2.1.9" }, "overrides": { "jsonwebtoken": "9.0.0", diff --git a/packages/datasources/javascript/package.json b/packages/datasources/javascript/package.json index 5f7f7b6dd5..e75fb57b8b 100644 --- a/packages/datasources/javascript/package.json +++ b/packages/datasources/javascript/package.json @@ -12,7 +12,7 @@ "license": "MIT", "devDependencies": { "typescript": "^5.3.3", - "vitest": "^2.0.5" + "vitest": "^2.1.9" }, "dependencies": { "@evidence-dev/db-commons": "^1.0.5" diff --git a/packages/lib/component-utilities/package.json b/packages/lib/component-utilities/package.json index 9304bc75f4..bc74e291f4 100644 --- a/packages/lib/component-utilities/package.json +++ b/packages/lib/component-utilities/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@evidence-dev/tailwind": "workspace:^", "@faker-js/faker": "^8.0.2", - "vitest": "^2.0.5" + "vitest": "^2.1.9" }, "scripts": { "test": "vitest --run", @@ -32,4 +32,4 @@ "ssf": "^0.11.2", "svelte": "4.2.19" } -} \ No newline at end of file +} diff --git a/packages/lib/preprocess/package.json b/packages/lib/preprocess/package.json index 840841e0cc..7d4c01db1f 100644 --- a/packages/lib/preprocess/package.json +++ b/packages/lib/preprocess/package.json @@ -39,7 +39,7 @@ "mock-fs": "^5.2.0", "parcel": "^2.8.3", "typescript": "5.4.2", - "vitest": "^2.0.5" + "vitest": "^2.1.9" }, "peerDependencies": { "@types/hast": "^2.0.0", @@ -68,4 +68,4 @@ "@parcel/transformer-js": { "inlineFS": true } -} \ No newline at end of file +} diff --git a/packages/lib/sdk/package.json b/packages/lib/sdk/package.json index 1bdd07b0c8..41d711e99d 100644 --- a/packages/lib/sdk/package.json +++ b/packages/lib/sdk/package.json @@ -110,7 +110,7 @@ "@types/node": "^20.11.0", "@typescript-eslint/typescript-estree": "^6.18.1", "@uwdata/mosaic-sql": "^0.10.0", - "@vitest/coverage-v8": "^1.2.0", + "@vitest/coverage-v8": "3.0.5", "chalk": "^5.3.0", "chokidar": "^3.5.3", "deep-object-diff": "^1.1.9", @@ -134,7 +134,7 @@ "svelte-sequential-preprocessor": "^2.0.1", "sveltekit-autoimport": "^1.7.1", "vite": "5.4.14", - "vitest": "^1.1.3", + "vitest": "^2.1.9", "yaml": "^2.3.4", "zod": "^3.23.7" }, @@ -161,4 +161,4 @@ "optional": true } } -} \ No newline at end of file +} diff --git a/packages/lib/universal-sql/package.json b/packages/lib/universal-sql/package.json index 651ed81844..e339f24377 100644 --- a/packages/lib/universal-sql/package.json +++ b/packages/lib/universal-sql/package.json @@ -43,6 +43,6 @@ "@types/node": "20.11.28", "@types/mock-fs": "^4.13.1", "mock-fs": "^5.2.0", - "vitest": "^2.0.5" + "vitest": "^2.1.9" } } diff --git a/packages/ui/core-components/package.json b/packages/ui/core-components/package.json index 18c3fd8ba2..d339a8573b 100644 --- a/packages/ui/core-components/package.json +++ b/packages/ui/core-components/package.json @@ -96,7 +96,7 @@ "@sveltejs/vite-plugin-svelte": "3.0.2", "@types/chroma-js": "^2.4.4", "@types/lodash.debounce": "^4.0.9", - "@vitest/coverage-v8": "2.0.5", + "@vitest/coverage-v8": "3.0.5", "autoprefixer": "^10.4.19", "chromatic": "^11.4.0", "eslint": "8.45.0", @@ -119,7 +119,7 @@ "tslib": "^2.6.2", "typescript": "5.4.2", "vite": "5.4.14", - "vitest": "2.0.5" + "vitest": "^2.1.9" }, "overrides": { "svelte2tsx": "^0.6.15" @@ -141,4 +141,4 @@ }, "readme": "ERROR: No README data found!", "_id": "@evidence-dev/core-components@0.0.1" -} \ No newline at end of file +} diff --git a/packages/ui/tailwind/package.json b/packages/ui/tailwind/package.json index 3ba3fbe146..cae85e84b1 100644 --- a/packages/ui/tailwind/package.json +++ b/packages/ui/tailwind/package.json @@ -43,6 +43,6 @@ "postcss": "^8.4.47", "ts-essentials": "^10.0.2", "typescript": "^5.5.4", - "vitest": "^2.1.3" + "vitest": "^2.1.9" } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 328bc393db..05403aa5e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -239,7 +239,7 @@ importers: version: 11.0.0 ora: specifier: ^8.1.0 - version: 8.1.1 + version: 8.2.0 sade: specifier: ^1.8.1 version: 1.8.1 @@ -291,7 +291,7 @@ importers: version: 1.50.1 '@types/node': specifier: ^22.9.0 - version: 22.13.0 + version: 22.13.1 '@types/web-app-manifest': specifier: ^1.0.8 version: 1.0.8 @@ -346,7 +346,7 @@ importers: version: 1.50.1 '@types/node': specifier: ^20.14.12 - version: 20.17.16 + version: 20.17.17 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -364,14 +364,14 @@ importers: version: link:../../packages/evidence vite: specifier: 5.4.14 - version: 5.4.14(@types/node@22.13.0) + version: 5.4.14(@types/node@22.13.1) vitest: - specifier: ^2.1.8 - version: 2.1.8(@types/node@22.13.0) + specifier: ^2.1.9 + version: 2.1.9(@types/node@22.13.1) devDependencies: '@types/node': specifier: ^22.10.6 - version: 22.13.0 + version: 22.13.1 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -423,7 +423,7 @@ importers: version: 1.50.1 '@types/node': specifier: ^20.14.12 - version: 20.17.16 + version: 20.17.17 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -475,7 +475,7 @@ importers: version: 1.50.1 '@types/node': specifier: ^22.7.4 - version: 22.13.0 + version: 22.13.1 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -527,7 +527,7 @@ importers: version: 1.50.1 '@types/node': specifier: ^22.5.4 - version: 22.13.0 + version: 22.13.1 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -579,7 +579,7 @@ importers: version: 1.50.1 '@types/node': specifier: ^22.5.4 - version: 22.13.0 + version: 22.13.1 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -695,8 +695,8 @@ importers: specifier: ^5.3.3 version: 5.7.3 vitest: - specifier: ^2.0.5 - version: 2.1.8 + specifier: ^2.1.9 + version: 2.1.9 packages/datasources/motherduck: dependencies: @@ -718,7 +718,7 @@ importers: devDependencies: '@types/mssql': specifier: ^9.1.5 - version: 9.1.6 + version: 9.1.7 dotenv: specifier: ^16.0.1 version: 16.4.7 @@ -1000,8 +1000,8 @@ importers: specifier: ^8.0.2 version: 8.4.1 vitest: - specifier: ^2.0.5 - version: 2.1.8 + specifier: ^2.1.9 + version: 2.1.9 packages/lib/db-commons: dependencies: @@ -1081,7 +1081,7 @@ importers: version: 1.26.5 mock-fs: specifier: ^5.2.0 - version: 5.4.1 + version: 5.5.0 parcel: specifier: ^2.8.3 version: 2.13.3(postcss@8.5.1)(typescript@5.4.2) @@ -1089,8 +1089,8 @@ importers: specifier: 5.4.2 version: 5.4.2 vitest: - specifier: ^2.0.5 - version: 2.1.8 + specifier: ^2.1.9 + version: 2.1.9 packages/lib/sdk: dependencies: @@ -1132,7 +1132,7 @@ importers: version: 4.6.9 '@types/node': specifier: ^20.11.0 - version: 20.17.16 + version: 20.17.17 '@typescript-eslint/typescript-estree': specifier: ^6.18.1 version: 6.21.0(typescript@5.7.3) @@ -1140,8 +1140,8 @@ importers: specifier: ^0.10.0 version: 0.10.0 '@vitest/coverage-v8': - specifier: ^1.2.0 - version: 1.6.0(vitest@1.6.0) + specifier: 3.0.5 + version: 3.0.5(vitest@2.1.9) chalk: specifier: ^5.3.0 version: 5.4.1 @@ -1186,7 +1186,7 @@ importers: version: 3.3.8 ora: specifier: ^8.0.1 - version: 8.1.1 + version: 8.2.0 perfect-debounce: specifier: ^1.0.0 version: 1.0.0 @@ -1210,10 +1210,10 @@ importers: version: 1.8.1(@sveltejs/kit@2.8.4) vite: specifier: 5.4.14 - version: 5.4.14(@types/node@20.17.16) + version: 5.4.14(@types/node@20.17.17) vitest: - specifier: ^1.1.3 - version: 1.6.0(@types/node@20.17.16)(jsdom@23.2.0) + specifier: ^2.1.9 + version: 2.1.9(@types/node@20.17.17)(jsdom@23.2.0) yaml: specifier: ^2.3.4 version: 2.7.0 @@ -1294,10 +1294,10 @@ importers: version: 20.11.28 mock-fs: specifier: ^5.2.0 - version: 5.4.1 + version: 5.5.0 vitest: - specifier: ^2.0.5 - version: 2.1.8(@types/node@20.11.28) + specifier: ^2.1.9 + version: 2.1.9(@types/node@20.11.28) packages/ui/core-components: dependencies: @@ -1330,7 +1330,7 @@ importers: version: 3.8.3 '@docsearch/js': specifier: ^3.6.0 - version: 3.8.3(@algolia/client-search@5.20.0)(@types/react@19.0.8)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.17.3) + version: 3.8.3(@algolia/client-search@5.20.1)(@types/react@19.0.8)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.17.3) '@evidence-dev/component-utilities': specifier: workspace:* version: link:../../lib/component-utilities @@ -1357,7 +1357,7 @@ importers: version: 2.1.1 '@storybook/test': specifier: ^8.3.4 - version: 8.5.2(storybook@8.5.2) + version: 8.5.3(storybook@8.5.3) '@types/leaflet': specifier: ^1.9.12 version: 1.9.16 @@ -1414,7 +1414,7 @@ importers: version: 0.1.20(tailwindcss@3.4.17) thememirror: specifier: ^2.0.1 - version: 2.0.1(@codemirror/language@6.10.8)(@codemirror/state@6.5.1)(@codemirror/view@6.36.2) + version: 2.0.1(@codemirror/language@6.10.8)(@codemirror/state@6.5.2)(@codemirror/view@6.36.2) tua-body-scroll-lock: specifier: ^1.5.0 version: 1.5.3 @@ -1442,43 +1442,43 @@ importers: version: 3.0.0 '@storybook/addon-essentials': specifier: ^8.3.4 - version: 8.5.2(@types/react@19.0.8)(storybook@8.5.2) + version: 8.5.3(@types/react@19.0.8)(storybook@8.5.3) '@storybook/addon-interactions': specifier: ^8.3.4 - version: 8.5.2(storybook@8.5.2) + version: 8.5.3(storybook@8.5.3) '@storybook/addon-links': specifier: ^8.3.4 - version: 8.5.2(react@17.0.2)(storybook@8.5.2) + version: 8.5.3(react@17.0.2)(storybook@8.5.3) '@storybook/addon-svelte-csf': specifier: ^4.1.3 - version: 4.2.0(@storybook/svelte@8.5.2)(@sveltejs/vite-plugin-svelte@3.0.2)(storybook@8.5.2)(svelte@4.2.19)(vite@5.4.14) + version: 4.2.0(@storybook/svelte@8.5.3)(@sveltejs/vite-plugin-svelte@3.0.2)(storybook@8.5.3)(svelte@4.2.19)(vite@5.4.14) '@storybook/addon-themes': specifier: ^8.3.4 - version: 8.5.2(storybook@8.5.2) + version: 8.5.3(storybook@8.5.3) '@storybook/blocks': specifier: ^8.3.4 - version: 8.5.2(react-dom@17.0.2)(react@17.0.2)(storybook@8.5.2) + version: 8.5.3(react-dom@17.0.2)(react@17.0.2)(storybook@8.5.3) '@storybook/builder-vite': specifier: ^8.3.4 - version: 8.5.2(storybook@8.5.2)(vite@5.4.14) + version: 8.5.3(storybook@8.5.3)(vite@5.4.14) '@storybook/jest': specifier: ^0.2.3 version: 0.2.3 '@storybook/manager-api': specifier: ^8.1.6 - version: 8.5.2(storybook@8.5.2) + version: 8.5.3(storybook@8.5.3) '@storybook/svelte': specifier: ^8.3.4 - version: 8.5.2(storybook@8.5.2)(svelte@4.2.19) + version: 8.5.3(storybook@8.5.3)(svelte@4.2.19) '@storybook/sveltekit': specifier: ^8.3.4 - version: 8.5.2(@sveltejs/vite-plugin-svelte@3.0.2)(postcss-load-config@4.0.2)(postcss@8.5.1)(storybook@8.5.2)(svelte@4.2.19)(vite@5.4.14) + version: 8.5.3(@sveltejs/vite-plugin-svelte@3.0.2)(postcss-load-config@4.0.2)(postcss@8.5.1)(storybook@8.5.3)(svelte@4.2.19)(vite@5.4.14) '@storybook/testing-library': specifier: ^0.2.2 version: 0.2.2 '@storybook/theming': specifier: ^8.3.4 - version: 8.5.2(storybook@8.5.2) + version: 8.5.3(storybook@8.5.3) '@sveltejs/adapter-auto': specifier: 3.1.1 version: 3.1.1(@sveltejs/kit@2.8.4) @@ -1487,7 +1487,7 @@ importers: version: 2.8.4(@sveltejs/vite-plugin-svelte@3.0.2)(svelte@4.2.19)(vite@5.4.14) '@sveltejs/package': specifier: ^2.3.1 - version: 2.3.9(svelte@4.2.19)(typescript@5.4.2) + version: 2.3.10(svelte@4.2.19)(typescript@5.4.2) '@sveltejs/vite-plugin-svelte': specifier: 3.0.2 version: 3.0.2(svelte@4.2.19)(vite@5.4.14) @@ -1498,8 +1498,8 @@ importers: specifier: ^4.0.9 version: 4.0.9 '@vitest/coverage-v8': - specifier: 2.0.5 - version: 2.0.5(vitest@2.0.5) + specifier: 3.0.5 + version: 3.0.5(vitest@2.1.9) autoprefixer: specifier: ^10.4.19 version: 10.4.20(postcss@8.5.1) @@ -1544,7 +1544,7 @@ importers: version: 17.0.2(react@17.0.2) storybook: specifier: ^8.3.4 - version: 8.5.2(prettier@3.4.2) + version: 8.5.3(prettier@3.4.2) svelte: specifier: 4.2.19 version: 4.2.19 @@ -1567,8 +1567,8 @@ importers: specifier: 5.4.14 version: 5.4.14(@types/node@20.11.28) vitest: - specifier: 2.0.5 - version: 2.0.5 + specifier: ^2.1.9 + version: 2.1.9 packages/ui/icons: dependencies: @@ -1613,8 +1613,8 @@ importers: specifier: ^5.5.4 version: 5.7.3 vitest: - specifier: ^2.1.3 - version: 2.1.8 + specifier: ^2.1.9 + version: 2.1.9 sites/docs: dependencies: @@ -1653,8 +1653,8 @@ importers: version: 0.3.2 devDependencies: vitest: - specifier: ^2.0.5 - version: 2.1.8 + specifier: ^2.1.9 + version: 2.1.9 sites/example-project: dependencies: @@ -1813,8 +1813,8 @@ importers: specifier: 5.4.14 version: 5.4.14(@types/node@20.11.28) vitest: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^2.1.9 + version: 2.1.9 sites/test-env: dependencies: @@ -1878,164 +1878,164 @@ packages: /@adobe/css-tools@4.4.1: resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} - /@algolia/autocomplete-core@1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0)(search-insights@2.17.3): + /@algolia/autocomplete-core@1.17.9(@algolia/client-search@5.20.1)(algoliasearch@5.20.1)(search-insights@2.17.3): resolution: {integrity: sha512-O7BxrpLDPJWWHv/DLA9DRFWs+iY1uOJZkqUwjS5HSZAGcl0hIVCQ97LTLewiZmZ402JYUrun+8NqFP+hCknlbQ==} dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0)(search-insights@2.17.3) - '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0) + '@algolia/autocomplete-plugin-algolia-insights': 1.17.9(@algolia/client-search@5.20.1)(algoliasearch@5.20.1)(search-insights@2.17.3) + '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.20.1)(algoliasearch@5.20.1) transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - search-insights dev: false - /@algolia/autocomplete-plugin-algolia-insights@1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0)(search-insights@2.17.3): + /@algolia/autocomplete-plugin-algolia-insights@1.17.9(@algolia/client-search@5.20.1)(algoliasearch@5.20.1)(search-insights@2.17.3): resolution: {integrity: sha512-u1fEHkCbWF92DBeB/KHeMacsjsoI0wFhjZtlCq2ddZbAehshbZST6Hs0Avkc0s+4UyBGbMDnSuXHLuvRWK5iDQ==} peerDependencies: search-insights: '>= 1 < 3' dependencies: - '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0) + '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.20.1)(algoliasearch@5.20.1) search-insights: 2.17.3 transitivePeerDependencies: - '@algolia/client-search' - algoliasearch dev: false - /@algolia/autocomplete-preset-algolia@1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0): + /@algolia/autocomplete-preset-algolia@1.17.9(@algolia/client-search@5.20.1)(algoliasearch@5.20.1): resolution: {integrity: sha512-Na1OuceSJeg8j7ZWn5ssMu/Ax3amtOwk76u4h5J4eK2Nx2KB5qt0Z4cOapCsxot9VcEN11ADV5aUSlQF4RhGjQ==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' dependencies: - '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0) - '@algolia/client-search': 5.20.0 - algoliasearch: 5.20.0 + '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.20.1)(algoliasearch@5.20.1) + '@algolia/client-search': 5.20.1 + algoliasearch: 5.20.1 dev: false - /@algolia/autocomplete-shared@1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0): + /@algolia/autocomplete-shared@1.17.9(@algolia/client-search@5.20.1)(algoliasearch@5.20.1): resolution: {integrity: sha512-iDf05JDQ7I0b7JEA/9IektxN/80a2MZ1ToohfmNS3rfeuQnIKI3IJlIafD0xu4StbtQTghx9T3Maa97ytkXenQ==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' dependencies: - '@algolia/client-search': 5.20.0 - algoliasearch: 5.20.0 + '@algolia/client-search': 5.20.1 + algoliasearch: 5.20.1 dev: false - /@algolia/client-abtesting@5.20.0: - resolution: {integrity: sha512-YaEoNc1Xf2Yk6oCfXXkZ4+dIPLulCx8Ivqj0OsdkHWnsI3aOJChY5qsfyHhDBNSOhqn2ilgHWxSfyZrjxBcAww==} + /@algolia/client-abtesting@5.20.1: + resolution: {integrity: sha512-73pnrUixMVnfjgldxhRi5eYLraMt95/MhQHevoFtqwy+t2hfayxYBZXJ2k6JJDld8UmjcWwq3wXnvZJCOm7vZA==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 - '@algolia/requester-browser-xhr': 5.20.0 - '@algolia/requester-fetch': 5.20.0 - '@algolia/requester-node-http': 5.20.0 + '@algolia/client-common': 5.20.1 + '@algolia/requester-browser-xhr': 5.20.1 + '@algolia/requester-fetch': 5.20.1 + '@algolia/requester-node-http': 5.20.1 dev: false - /@algolia/client-analytics@5.20.0: - resolution: {integrity: sha512-CIT9ni0+5sYwqehw+t5cesjho3ugKQjPVy/iPiJvtJX4g8Cdb6je6SPt2uX72cf2ISiXCAX9U3cY0nN0efnRDw==} + /@algolia/client-analytics@5.20.1: + resolution: {integrity: sha512-BRiyL+AwPfGTlo3HbrFDMeTK2z5SaJmB8PBd1JI66d6MeP85+38Mux2FFw+nvDOfBwlGaN/uw2AQTOZ9r4JYtA==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 - '@algolia/requester-browser-xhr': 5.20.0 - '@algolia/requester-fetch': 5.20.0 - '@algolia/requester-node-http': 5.20.0 + '@algolia/client-common': 5.20.1 + '@algolia/requester-browser-xhr': 5.20.1 + '@algolia/requester-fetch': 5.20.1 + '@algolia/requester-node-http': 5.20.1 dev: false - /@algolia/client-common@5.20.0: - resolution: {integrity: sha512-iSTFT3IU8KNpbAHcBUJw2HUrPnMXeXLyGajmCL7gIzWOsYM4GabZDHXOFx93WGiXMti1dymz8k8R+bfHv1YZmA==} + /@algolia/client-common@5.20.1: + resolution: {integrity: sha512-Dk4RhklaAbqLzOeJO/MoIFUjcKYGECiAJYYqDzmE/sbXICk5Uo6dGlv8w4z09lmvsASpNUoMvGYHGBK+WkEGpA==} engines: {node: '>= 14.0.0'} dev: false - /@algolia/client-insights@5.20.0: - resolution: {integrity: sha512-w9RIojD45z1csvW1vZmAko82fqE/Dm+Ovsy2ElTsjFDB0HMAiLh2FO86hMHbEXDPz6GhHKgGNmBRiRP8dDPgJg==} + /@algolia/client-insights@5.20.1: + resolution: {integrity: sha512-eu5vhmyYgzZjFIPmkoLo/TU4s+IdsjQ+bEfLj2jcMvyfBD4DcqySKp03TrXjdrHPGO2I3fF7dPZOoCgEi1j2/g==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 - '@algolia/requester-browser-xhr': 5.20.0 - '@algolia/requester-fetch': 5.20.0 - '@algolia/requester-node-http': 5.20.0 + '@algolia/client-common': 5.20.1 + '@algolia/requester-browser-xhr': 5.20.1 + '@algolia/requester-fetch': 5.20.1 + '@algolia/requester-node-http': 5.20.1 dev: false - /@algolia/client-personalization@5.20.0: - resolution: {integrity: sha512-p/hftHhrbiHaEcxubYOzqVV4gUqYWLpTwK+nl2xN3eTrSW9SNuFlAvUBFqPXSVBqc6J5XL9dNKn3y8OA1KElSQ==} + /@algolia/client-personalization@5.20.1: + resolution: {integrity: sha512-TrUCJ0nVqE0PnOGoRG/RCirxWZ6pF+skZgaaESN2IBnJtk/In14xVmoj8Yzck81bGUY/UI+5dUUOOS7YTSVEhQ==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 - '@algolia/requester-browser-xhr': 5.20.0 - '@algolia/requester-fetch': 5.20.0 - '@algolia/requester-node-http': 5.20.0 + '@algolia/client-common': 5.20.1 + '@algolia/requester-browser-xhr': 5.20.1 + '@algolia/requester-fetch': 5.20.1 + '@algolia/requester-node-http': 5.20.1 dev: false - /@algolia/client-query-suggestions@5.20.0: - resolution: {integrity: sha512-m4aAuis5vZi7P4gTfiEs6YPrk/9hNTESj3gEmGFgfJw3hO2ubdS4jSId1URd6dGdt0ax2QuapXufcrN58hPUcw==} + /@algolia/client-query-suggestions@5.20.1: + resolution: {integrity: sha512-rHHX/30R3Kkx2aZeR7/8+jU0s6h1cNPMAKOvcMUGVmoiuh46F1sxzmiswHLg6CuLrQ0ikhpdhn3ehFSJwHgp2Q==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 - '@algolia/requester-browser-xhr': 5.20.0 - '@algolia/requester-fetch': 5.20.0 - '@algolia/requester-node-http': 5.20.0 + '@algolia/client-common': 5.20.1 + '@algolia/requester-browser-xhr': 5.20.1 + '@algolia/requester-fetch': 5.20.1 + '@algolia/requester-node-http': 5.20.1 dev: false - /@algolia/client-search@5.20.0: - resolution: {integrity: sha512-KL1zWTzrlN4MSiaK1ea560iCA/UewMbS4ZsLQRPoDTWyrbDKVbztkPwwv764LAqgXk0fvkNZvJ3IelcK7DqhjQ==} + /@algolia/client-search@5.20.1: + resolution: {integrity: sha512-YzHD0Nqp7AjvzbFrMIjhCUl6apHkWfZxKDSlMqf80mXkuG52wY289zFlvTfHjHK1nEiDslH3uHYAR/poOOa21Q==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 - '@algolia/requester-browser-xhr': 5.20.0 - '@algolia/requester-fetch': 5.20.0 - '@algolia/requester-node-http': 5.20.0 + '@algolia/client-common': 5.20.1 + '@algolia/requester-browser-xhr': 5.20.1 + '@algolia/requester-fetch': 5.20.1 + '@algolia/requester-node-http': 5.20.1 dev: false - /@algolia/ingestion@1.20.0: - resolution: {integrity: sha512-shj2lTdzl9un4XJblrgqg54DoK6JeKFO8K8qInMu4XhE2JuB8De6PUuXAQwiRigZupbI0xq8aM0LKdc9+qiLQA==} + /@algolia/ingestion@1.20.1: + resolution: {integrity: sha512-sHNZ8b5tK7TvXMiiKK+89UsXnFthnAZc0vpwvDKygdTqvsfmfJPhthx36eHTAVYfh7NnA1+eqZsT/hMUGeZFkQ==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 - '@algolia/requester-browser-xhr': 5.20.0 - '@algolia/requester-fetch': 5.20.0 - '@algolia/requester-node-http': 5.20.0 + '@algolia/client-common': 5.20.1 + '@algolia/requester-browser-xhr': 5.20.1 + '@algolia/requester-fetch': 5.20.1 + '@algolia/requester-node-http': 5.20.1 dev: false - /@algolia/monitoring@1.20.0: - resolution: {integrity: sha512-aF9blPwOhKtWvkjyyXh9P5peqmhCA1XxLBRgItT+K6pbT0q4hBDQrCid+pQZJYy4HFUKjB/NDDwyzFhj/rwKhw==} + /@algolia/monitoring@1.20.1: + resolution: {integrity: sha512-+fHd1U3gSeszCH03UtyUZmprpmcJH6aJKyUTOfY73lKKRR7hVofmV812ahScR0T4xUkBlGjTLeGnsKY0IG6K6Q==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 - '@algolia/requester-browser-xhr': 5.20.0 - '@algolia/requester-fetch': 5.20.0 - '@algolia/requester-node-http': 5.20.0 + '@algolia/client-common': 5.20.1 + '@algolia/requester-browser-xhr': 5.20.1 + '@algolia/requester-fetch': 5.20.1 + '@algolia/requester-node-http': 5.20.1 dev: false - /@algolia/recommend@5.20.0: - resolution: {integrity: sha512-T6B/WPdZR3b89/F9Vvk6QCbt/wrLAtrGoL8z4qPXDFApQ8MuTFWbleN/4rHn6APWO3ps+BUePIEbue2rY5MlRw==} + /@algolia/recommend@5.20.1: + resolution: {integrity: sha512-+IuiUv3OSOFFKoXFMlZHfFzXGqEQbKhncpAcRSAtJmN4pupY4aNblvJ9Wv0SMm7/MSFRy2JLIoYWRSBpSV2yEg==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 - '@algolia/requester-browser-xhr': 5.20.0 - '@algolia/requester-fetch': 5.20.0 - '@algolia/requester-node-http': 5.20.0 + '@algolia/client-common': 5.20.1 + '@algolia/requester-browser-xhr': 5.20.1 + '@algolia/requester-fetch': 5.20.1 + '@algolia/requester-node-http': 5.20.1 dev: false - /@algolia/requester-browser-xhr@5.20.0: - resolution: {integrity: sha512-t6//lXsq8E85JMenHrI6mhViipUT5riNhEfCcvtRsTV+KIBpC6Od18eK864dmBhoc5MubM0f+sGpKOqJIlBSCg==} + /@algolia/requester-browser-xhr@5.20.1: + resolution: {integrity: sha512-+RaJa5MpJqPHaSbBw0nrHeyIAd5C4YC9C1LfDbZJqrn5ZwOvHMUTod852XmzX/1S8oi1jTynB4FjicmauZIKwA==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 + '@algolia/client-common': 5.20.1 dev: false - /@algolia/requester-fetch@5.20.0: - resolution: {integrity: sha512-FHxYGqRY+6bgjKsK4aUsTAg6xMs2S21elPe4Y50GB0Y041ihvw41Vlwy2QS6K9ldoftX4JvXodbKTcmuQxywdQ==} + /@algolia/requester-fetch@5.20.1: + resolution: {integrity: sha512-4l1cba8t02rNkLeX/B7bmgDg3CwuRunmuCSgN2zORDtepjg9YAU1qcyRTyc/rAuNJ54AduRfoBplmKXjowYzbQ==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 + '@algolia/client-common': 5.20.1 dev: false - /@algolia/requester-node-http@5.20.0: - resolution: {integrity: sha512-kmtQClq/w3vtPteDSPvaW9SPZL/xrIgMrxZyAgsFwrJk0vJxqyC5/hwHmrCraDnStnGSADnLpBf4SpZnwnkwWw==} + /@algolia/requester-node-http@5.20.1: + resolution: {integrity: sha512-4npKo1qpLG5xusFoFUj4xIIR/6y3YoCuS/uhagv2blGFotDj+D6OLTML3Pp6JCVcES4zDbkoY7pmNBA8ARtidQ==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-common': 5.20.0 + '@algolia/client-common': 5.20.1 dev: false /@alloc/quick-lru@5.2.0: @@ -2057,7 +2057,6 @@ packages: '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 lru-cache: 10.4.3 - dev: false /@asamuzakjp/dom-selector@2.0.2: resolution: {integrity: sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==} @@ -2065,7 +2064,6 @@ packages: bidi-js: 1.0.3 css-tree: 2.3.1 is-potential-custom-element-name: 1.0.1 - dev: false /@astronautlabs/jsonpath@1.1.2: resolution: {integrity: sha512-FqL/muoreH7iltYC1EB5Tvox5E8NSOOPGkgns4G+qxRKl6k5dxEVljUjB5NcKESzkqwnUqWjSZkL61XGYOuV+A==} @@ -2136,15 +2134,15 @@ packages: tslib: 2.8.1 dev: false - /@aws-sdk/client-s3@3.740.0: - resolution: {integrity: sha512-X9aQOFJC3TsYwQP3AGcNhfYcFehVEHRKCHtHYOIKv5t1ydSJxpN/v34OrMMKvG1jFWMNkSYiSCVB9ZVo9KUwVA==} + /@aws-sdk/client-s3@3.741.0: + resolution: {integrity: sha512-sZvdbRZ+E9/GcOMUOkZvYvob95N6c9LdzDneXHFASA7OIaEOQxQT1Arimz7JpEhfq/h9K2/j7wNO4jh4x80bmA==} engines: {node: '>=18.0.0'} dependencies: '@aws-crypto/sha1-browser': 5.2.0 '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 '@aws-sdk/core': 3.734.0 - '@aws-sdk/credential-provider-node': 3.738.0 + '@aws-sdk/credential-provider-node': 3.741.0 '@aws-sdk/middleware-bucket-endpoint': 3.734.0 '@aws-sdk/middleware-expect-continue': 3.734.0 '@aws-sdk/middleware-flexible-checksums': 3.735.0 @@ -2290,8 +2288,8 @@ packages: tslib: 2.8.1 dev: false - /@aws-sdk/credential-provider-ini@3.734.0: - resolution: {integrity: sha512-HEyaM/hWI7dNmb4NhdlcDLcgJvrilk8G4DQX6qz0i4pBZGC2l4iffuqP8K6ZQjUfz5/6894PzeFuhTORAMd+cg==} + /@aws-sdk/credential-provider-ini@3.741.0: + resolution: {integrity: sha512-/XvnVp6zZXsyUlP1FtmspcWnd+Z1u2WK0wwzTE/x277M0oIhAezCW79VmcY4jcDQbYH+qMbtnBexfwgFDARxQg==} engines: {node: '>=18.0.0'} dependencies: '@aws-sdk/core': 3.734.0 @@ -2311,13 +2309,13 @@ packages: - aws-crt dev: false - /@aws-sdk/credential-provider-node@3.738.0: - resolution: {integrity: sha512-3MuREsazwBxghKb2sQQHvie+uuK4dX4/ckFYiSoffzJQd0YHxaGxf8cr4NOSCQCUesWu8D3Y0SzlnHGboVSkpA==} + /@aws-sdk/credential-provider-node@3.741.0: + resolution: {integrity: sha512-iz/puK9CZZkZjrKXX2W+PaiewHtlcD7RKUIsw4YHFyb8lrOt7yTYpM6VjeI+T//1sozjymmAnnp1SST9TXApLQ==} engines: {node: '>=18.0.0'} dependencies: '@aws-sdk/credential-provider-env': 3.734.0 '@aws-sdk/credential-provider-http': 3.734.0 - '@aws-sdk/credential-provider-ini': 3.734.0 + '@aws-sdk/credential-provider-ini': 3.741.0 '@aws-sdk/credential-provider-process': 3.734.0 '@aws-sdk/credential-provider-sso': 3.734.0 '@aws-sdk/credential-provider-web-identity': 3.734.0 @@ -2744,7 +2742,7 @@ packages: '@azure/core-tracing': 1.2.0 '@azure/core-util': 1.11.0 '@azure/logger': 1.1.4 - '@azure/msal-browser': 4.0.2 + '@azure/msal-browser': 4.2.0 '@azure/msal-node': 2.16.2 events: 3.3.0 jws: 4.0.0 @@ -2794,18 +2792,18 @@ packages: dependencies: tslib: 2.8.1 - /@azure/msal-browser@4.0.2: - resolution: {integrity: sha512-bq6PasUpJgBSOSMeSlh8gXh4LZGgAaPoJFNcu5u0zxwueh+I8NpMb9oxlCfS/8CJHyXUhTUAMLSnvThemNdyQw==} + /@azure/msal-browser@4.2.0: + resolution: {integrity: sha512-MXQjgAgjg/2VRKV+UPWHESoZPcue2ZvWKfpBLCyTUyixP+mhCl0q5D1+xDiwBGV3lru2poKZVZDQAOE40wKmWg==} engines: {node: '>=0.8.0'} dependencies: - '@azure/msal-common': 15.0.2 + '@azure/msal-common': 15.1.1 /@azure/msal-common@14.16.0: resolution: {integrity: sha512-1KOZj9IpcDSwpNiQNjt0jDYZpQvNZay7QAEi/5DLubay40iGYtLzya/jbjRPLyOTZhEKyL1MzPuw2HqBCjceYA==} engines: {node: '>=0.8.0'} - /@azure/msal-common@15.0.2: - resolution: {integrity: sha512-RQHmI5vOMYLNSO0ER7d/O9TojWWEn4m0YtWbL8mZthkKGQI7ALn5ONHUVTUSxSVYwGYdHGNrwiHAzQhboqwZzQ==} + /@azure/msal-common@15.1.1: + resolution: {integrity: sha512-bvLWYq9fleAcTJ6H+hfkG91On6vI/UhGyOB7Z6r0Bsa+KTL3zPtigmGCOJgdxrEklOYD88X9SehexLDH/5NRKQ==} engines: {node: '>=0.8.0'} /@azure/msal-node@2.16.2: @@ -3150,6 +3148,11 @@ packages: /@bcoe/v8-coverage@0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} + dev: true + + /@bcoe/v8-coverage@1.0.2: + resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} + engines: {node: '>=18'} /@brianmd/citty@0.0.1: resolution: {integrity: sha512-GIw4FjBrNMqXVACK6UAIr2zDiRdxm+t2k9IpR04e2OGZ8zHy1HPVEGoofqoaHCfqeJtn3tRR5uQM6DgGuKZHmw==} @@ -3190,7 +3193,7 @@ packages: outdent: 0.5.0 prettier: 2.8.8 resolve-from: 5.0.0 - semver: 7.7.0 + semver: 7.7.1 dev: true /@changesets/assemble-release-plan@5.2.4: @@ -3201,7 +3204,7 @@ packages: '@changesets/get-dependents-graph': 1.3.6 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 - semver: 7.7.0 + semver: 7.7.1 dev: true /@changesets/assemble-release-plan@6.0.5: @@ -3212,7 +3215,7 @@ packages: '@changesets/should-skip-package': 0.1.1 '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 - semver: 7.7.0 + semver: 7.7.1 dev: true /@changesets/changelog-git@0.1.14: @@ -3293,7 +3296,7 @@ packages: package-manager-detector: 0.2.9 picocolors: 1.1.1 resolve-from: 5.0.0 - semver: 7.7.0 + semver: 7.7.1 spawndamnit: 3.0.1 term-size: 2.2.1 dev: true @@ -3353,7 +3356,7 @@ packages: '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 - semver: 7.7.0 + semver: 7.7.1 dev: true /@changesets/get-dependents-graph@2.1.2: @@ -3362,7 +3365,7 @@ packages: '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 picocolors: 1.1.1 - semver: 7.7.0 + semver: 7.7.1 dev: true /@changesets/get-release-plan@3.0.17: @@ -3573,7 +3576,7 @@ packages: resolution: {integrity: sha512-sFAphGQIqyQZfP2ZBsSHV7xQvo9Py0rV0dW7W3IMRdS+zDuNb2l3no78CvUaWKGfzFjI4FTrLdUSj86IGb2hRA==} dependencies: '@codemirror/language': 6.10.8 - '@codemirror/state': 6.5.1 + '@codemirror/state': 6.5.2 '@codemirror/view': 6.36.2 '@lezer/common': 1.2.3 dev: false @@ -3582,7 +3585,7 @@ packages: resolution: {integrity: sha512-q8VPEFaEP4ikSlt6ZxjB3zW72+7osfAYW9i8Zu943uqbKuz6utc1+F170hyLUCUltXORjQXRyYQNfkckzA/bPQ==} dependencies: '@codemirror/language': 6.10.8 - '@codemirror/state': 6.5.1 + '@codemirror/state': 6.5.2 '@codemirror/view': 6.36.2 '@lezer/common': 1.2.3 dev: false @@ -3592,7 +3595,7 @@ packages: dependencies: '@codemirror/autocomplete': 6.18.4 '@codemirror/language': 6.10.8 - '@codemirror/state': 6.5.1 + '@codemirror/state': 6.5.2 '@lezer/common': 1.2.3 '@lezer/highlight': 1.2.1 '@lezer/lr': 1.4.2 @@ -3601,7 +3604,7 @@ packages: /@codemirror/language@6.10.8: resolution: {integrity: sha512-wcP8XPPhDH2vTqf181U8MbZnW+tDyPYy0UzVOa+oHORjyT+mhhom9vBd7dApJwoDz9Nb/a8kHjJIsuA/t8vNFw==} dependencies: - '@codemirror/state': 6.5.1 + '@codemirror/state': 6.5.2 '@codemirror/view': 6.36.2 '@lezer/common': 1.2.3 '@lezer/highlight': 1.2.1 @@ -3612,7 +3615,7 @@ packages: /@codemirror/lint@6.8.4: resolution: {integrity: sha512-u4q7PnZlJUojeRe8FJa/njJcMctISGgPQ4PnWsd9268R4ZTtU+tfFYmwkBvgcrK2+QQ8tYFVALVb5fVJykKc5A==} dependencies: - '@codemirror/state': 6.5.1 + '@codemirror/state': 6.5.2 '@codemirror/view': 6.36.2 crelt: 1.0.6 dev: false @@ -3620,13 +3623,13 @@ packages: /@codemirror/search@6.5.8: resolution: {integrity: sha512-PoWtZvo7c1XFeZWmmyaOp2G0XVbOnm+fJzvghqGAktBW3cufwJUWvSCcNG0ppXiBEM05mZu6RhMtXPv2hpllig==} dependencies: - '@codemirror/state': 6.5.1 + '@codemirror/state': 6.5.2 '@codemirror/view': 6.36.2 crelt: 1.0.6 dev: false - /@codemirror/state@6.5.1: - resolution: {integrity: sha512-3rA9lcwciEB47ZevqvD8qgbzhM9qMb8vCcQCNmDfVRPQG4JT9mSb0Jg8H7YjKGGQcFnLN323fj9jdnG59Kx6bg==} + /@codemirror/state@6.5.2: + resolution: {integrity: sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==} dependencies: '@marijn/find-cluster-break': 1.0.2 dev: false @@ -3634,7 +3637,7 @@ packages: /@codemirror/view@6.36.2: resolution: {integrity: sha512-DZ6ONbs8qdJK0fdN7AB82CgI6tYXf4HWk1wSVa0+9bhVznCuuvhQtX8bFBoy3dv8rZSQqUd8GvhVAcielcidrA==} dependencies: - '@codemirror/state': 6.5.1 + '@codemirror/state': 6.5.2 style-mod: 4.1.2 w3c-keyname: 2.2.8 dev: false @@ -3647,7 +3650,6 @@ packages: /@csstools/color-helpers@5.0.1: resolution: {integrity: sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==} engines: {node: '>=18'} - dev: false /@csstools/css-calc@2.1.1(@csstools/css-parser-algorithms@3.0.4)(@csstools/css-tokenizer@3.0.3): resolution: {integrity: sha512-rL7kaUnTkL9K+Cvo2pnCieqNpTKgQzy5f+N+5Iuko9HAoasP+xgprVh7KN/MaJVvVL1l0EzQq2MoqBHKSrDrag==} @@ -3658,7 +3660,6 @@ packages: dependencies: '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - dev: false /@csstools/css-color-parser@3.0.7(@csstools/css-parser-algorithms@3.0.4)(@csstools/css-tokenizer@3.0.3): resolution: {integrity: sha512-nkMp2mTICw32uE5NN+EsJ4f5N+IGFeCFu4bGpiKgb2Pq/7J/MpyLBeQ5ry4KKtRFZaYs6sTmcMYrSRIyj5DFKA==} @@ -3671,7 +3672,6 @@ packages: '@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4)(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - dev: false /@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3): resolution: {integrity: sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==} @@ -3680,12 +3680,10 @@ packages: '@csstools/css-tokenizer': ^3.0.3 dependencies: '@csstools/css-tokenizer': 3.0.3 - dev: false /@csstools/css-tokenizer@3.0.3: resolution: {integrity: sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==} engines: {node: '>=18'} - dev: false /@dabh/diagnostics@2.0.3: resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==} @@ -3725,10 +3723,10 @@ packages: resolution: {integrity: sha512-1nELpMV40JDLJ6rpVVFX48R1jsBFIQ6RnEQDsLFGmzOjPWTOMlZqUcXcvRx8VmYV/TqnS1l784Ofz+ZEb+wEOQ==} dev: false - /@docsearch/js@3.8.3(@algolia/client-search@5.20.0)(@types/react@19.0.8)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.17.3): + /@docsearch/js@3.8.3(@algolia/client-search@5.20.1)(@types/react@19.0.8)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.17.3): resolution: {integrity: sha512-CQsX1zeoPJIWxN3IGoDSWOqzRc0JsOE9Bclegf9llwjYN2rzzJF93zagGcT3uI3tF31oCqTuUOVGW/mVFb7arw==} dependencies: - '@docsearch/react': 3.8.3(@algolia/client-search@5.20.0)(@types/react@19.0.8)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.17.3) + '@docsearch/react': 3.8.3(@algolia/client-search@5.20.1)(@types/react@19.0.8)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.17.3) preact: 10.25.4 transitivePeerDependencies: - '@algolia/client-search' @@ -3738,7 +3736,7 @@ packages: - search-insights dev: false - /@docsearch/react@3.8.3(@algolia/client-search@5.20.0)(@types/react@19.0.8)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.17.3): + /@docsearch/react@3.8.3(@algolia/client-search@5.20.1)(@types/react@19.0.8)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.17.3): resolution: {integrity: sha512-6UNrg88K7lJWmuS6zFPL/xgL+n326qXqZ7Ybyy4E8P/6Rcblk3GE8RXxeol4Pd5pFpKMhOhBhzABKKwHtbJCIg==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -3755,11 +3753,11 @@ packages: search-insights: optional: true dependencies: - '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0)(search-insights@2.17.3) - '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0) + '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.20.1)(algoliasearch@5.20.1)(search-insights@2.17.3) + '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.20.1)(algoliasearch@5.20.1) '@docsearch/css': 3.8.3 '@types/react': 19.0.8 - algoliasearch: 5.20.0 + algoliasearch: 5.20.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) search-insights: 2.17.3 @@ -4188,7 +4186,7 @@ packages: espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 - import-fresh: 3.3.0 + import-fresh: 3.3.1 js-yaml: 4.1.0 minimatch: 3.1.2 strip-json-comments: 3.1.1 @@ -4205,7 +4203,7 @@ packages: espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 - import-fresh: 3.3.0 + import-fresh: 3.3.1 js-yaml: 4.1.0 minimatch: 3.1.2 strip-json-comments: 3.1.1 @@ -4630,7 +4628,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 chalk: 4.1.0 jest-message-util: 28.1.3 jest-util: 28.1.3 @@ -4651,14 +4649,14 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 ansi-escapes: 4.3.2 chalk: 4.1.0 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 28.1.3 - jest-config: 28.1.3(@types/node@22.13.0) + jest-config: 28.1.3(@types/node@22.13.1) jest-haste-map: 28.1.3 jest-message-util: 28.1.3 jest-regex-util: 28.0.2 @@ -4686,7 +4684,7 @@ packages: dependencies: '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 jest-mock: 28.1.3 dev: true @@ -4696,7 +4694,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 jest-mock: 29.7.0 dev: true @@ -4740,7 +4738,7 @@ packages: dependencies: '@jest/types': 28.1.3 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 22.13.0 + '@types/node': 22.13.1 jest-message-util: 28.1.3 jest-mock: 28.1.3 jest-util: 28.1.3 @@ -4752,7 +4750,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 22.13.0 + '@types/node': 22.13.1 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -4796,7 +4794,7 @@ packages: '@jest/transform': 28.1.3 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 22.13.0 + '@types/node': 22.13.1 chalk: 4.1.0 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -4831,6 +4829,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@sinclair/typebox': 0.27.8 + dev: true /@jest/source-map@28.1.2: resolution: {integrity: sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==} @@ -4913,7 +4912,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.13.0 + '@types/node': 22.13.1 '@types/yargs': 16.0.9 chalk: 4.1.0 dev: true @@ -4925,7 +4924,7 @@ packages: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.13.0 + '@types/node': 22.13.1 '@types/yargs': 17.0.33 chalk: 4.1.0 dev: true @@ -4937,7 +4936,7 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.13.0 + '@types/node': 22.13.1 '@types/yargs': 17.0.33 chalk: 4.1.0 dev: true @@ -5113,7 +5112,7 @@ packages: nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.7.0 + semver: 7.7.1 tar: 6.2.1 transitivePeerDependencies: - encoding @@ -5163,10 +5162,10 @@ packages: svelte: 4.2.19 dev: false - /@microsoft/1ds-core-js@4.3.4(tslib@2.8.1): - resolution: {integrity: sha512-3gbDUQgAO8EoyQTNcAEkxpuPnioC0May13P1l1l0NKZ128L9Ts/sj8QsfwCRTjHz0HThlA+4FptcAJXNYUy3rg==} + /@microsoft/1ds-core-js@4.3.5(tslib@2.8.1): + resolution: {integrity: sha512-WozEs1DB8FtqFtPcTilKhMZvhyEEw0bzehl+5S8lvncIIXcAbJx9ga6zpx6XqJ1CxmHAQen4MLgMYCLDBIzcNQ==} dependencies: - '@microsoft/applicationinsights-core-js': 3.3.4(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.3.5(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 '@nevware21/ts-async': 0.5.4 @@ -5175,10 +5174,10 @@ packages: - tslib dev: false - /@microsoft/1ds-post-js@4.3.4(tslib@2.8.1): - resolution: {integrity: sha512-nlKjWricDj0Tn68Dt0P8lX9a+X7LYrqJ6/iSfQwMfDhRIGLqW+wxx8gxS+iGWC/oc8zMQAeiZaemUpCwQcwpRQ==} + /@microsoft/1ds-post-js@4.3.5(tslib@2.8.1): + resolution: {integrity: sha512-AavxRU6qrzZuqDn2W5tiQ0bIqAWQrkyLV7VUn4ZzeB/0ekKCgfBouT69GpmfL1fu2wztlFcQaMpj/V8PXIxW+A==} dependencies: - '@microsoft/1ds-core-js': 4.3.4(tslib@2.8.1) + '@microsoft/1ds-core-js': 4.3.5(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 '@nevware21/ts-async': 0.5.4 @@ -5187,13 +5186,13 @@ packages: - tslib dev: false - /@microsoft/applicationinsights-channel-js@3.3.4(tslib@2.8.1): - resolution: {integrity: sha512-Z4nrxYwGKP9iyrYtm7iPQXVOFy4FsEsX0nDKkAi96Qpgw+vEh6NH4ORxMMuES0EollBQ3faJyvYCwckuCVIj0g==} + /@microsoft/applicationinsights-channel-js@3.3.5(tslib@2.8.1): + resolution: {integrity: sha512-q9iE5alabgddwnxIDxgYLwC/3OMjYNOPk87p3jY+KxO0UmJGhiv7C1uI62zpx4AHBGT2+q6pMbIZdgld9TmMrw==} peerDependencies: tslib: '>= 1.0.0' dependencies: - '@microsoft/applicationinsights-common': 3.3.4(tslib@2.8.1) - '@microsoft/applicationinsights-core-js': 3.3.4(tslib@2.8.1) + '@microsoft/applicationinsights-common': 3.3.5(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.3.5(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 '@nevware21/ts-async': 0.5.4 @@ -5201,20 +5200,20 @@ packages: tslib: 2.8.1 dev: false - /@microsoft/applicationinsights-common@3.3.4(tslib@2.8.1): - resolution: {integrity: sha512-4ms16MlIvcP4WiUPqopifNxcWCcrXQJ2ADAK/75uok2mNQe6ZNRsqb/P+pvhUxc8A5HRlvoXPP1ptDSN5Girgw==} + /@microsoft/applicationinsights-common@3.3.5(tslib@2.8.1): + resolution: {integrity: sha512-zZgMOY3ePBhjTrZ8+MXwAb0Y+Yi4iVDKOqIaz/KoCmj1BxX5JKFgaqYiN8Tvu5O0YPJpEKS4coYXRHbStDm/Hw==} peerDependencies: tslib: '>= 1.0.0' dependencies: - '@microsoft/applicationinsights-core-js': 3.3.4(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.3.5(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 '@nevware21/ts-utils': 0.11.6 tslib: 2.8.1 dev: false - /@microsoft/applicationinsights-core-js@3.3.4(tslib@2.8.1): - resolution: {integrity: sha512-MummANF0mgKIkdvVvfmHQTBliK114IZLRhTL0X0Ep+zjDwWMHqYZgew0nlFKAl6ggu42abPZFK5afpE7qjtYJA==} + /@microsoft/applicationinsights-core-js@3.3.5(tslib@2.8.1): + resolution: {integrity: sha512-8Gg18W5eOE3usXtkZ5iOqWAMU97hyjb7Oi1CtkWmxEoMUHMlQmqUD62n9BmVq/s5YfbUihGZHxc0keMJy0txAA==} peerDependencies: tslib: '>= 1.0.0' dependencies: @@ -5231,14 +5230,14 @@ packages: '@nevware21/ts-utils': 0.11.6 dev: false - /@microsoft/applicationinsights-web-basic@3.3.4(tslib@2.8.1): - resolution: {integrity: sha512-OpEPXr8vU/t/M8T9jvWJzJx/pCyygIiR1nGM/2PTde0wn7anl71Gxl5fWol7K/WwFEORNjkL3CEyWOyDc+28AA==} + /@microsoft/applicationinsights-web-basic@3.3.5(tslib@2.8.1): + resolution: {integrity: sha512-nYLyxjO3p74SHxq/JctDndD6P/3YBLY1F/F+h2AdJsaMavSGudU7ylMb2IMQc1X+yqFZ4H4cUvkxljj/SiBi2g==} peerDependencies: tslib: '>= 1.0.0' dependencies: - '@microsoft/applicationinsights-channel-js': 3.3.4(tslib@2.8.1) - '@microsoft/applicationinsights-common': 3.3.4(tslib@2.8.1) - '@microsoft/applicationinsights-core-js': 3.3.4(tslib@2.8.1) + '@microsoft/applicationinsights-channel-js': 3.3.5(tslib@2.8.1) + '@microsoft/applicationinsights-common': 3.3.5(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.3.5(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 '@nevware21/ts-async': 0.5.4 @@ -5342,7 +5341,7 @@ packages: requiresBuild: true dependencies: '@gar/promisify': 1.1.3 - semver: 7.7.0 + semver: 7.7.1 dev: false optional: true @@ -5351,7 +5350,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: '@gar/promisify': 1.1.3 - semver: 7.7.0 + semver: 7.7.1 dev: false /@npmcli/move-file@1.1.2: @@ -5517,7 +5516,7 @@ packages: json5: 2.2.3 msgpackr: 1.11.2 nullthrows: 1.1.1 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - '@swc/helpers' dev: true @@ -5643,7 +5642,7 @@ packages: '@parcel/rust': 2.12.0 '@parcel/utils': 2.12.0 nullthrows: 1.1.1 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - '@parcel/core' dev: true @@ -5658,7 +5657,7 @@ packages: '@parcel/rust': 2.13.3 '@parcel/utils': 2.13.3 nullthrows: 1.1.1 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - '@parcel/core' dev: true @@ -5734,7 +5733,7 @@ packages: '@parcel/plugin': 2.13.3(@parcel/core@2.13.3) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.13.3 - '@swc/core': 1.10.12 + '@swc/core': 1.10.14 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' @@ -5755,8 +5754,8 @@ packages: '@parcel/types': 2.12.0(@parcel/core@2.13.3) '@parcel/utils': 2.12.0 '@parcel/workers': 2.12.0(@parcel/core@2.13.3) - '@swc/core': 1.10.12 - semver: 7.7.0 + '@swc/core': 1.10.14 + semver: 7.7.1 transitivePeerDependencies: - '@swc/helpers' dev: true @@ -5775,8 +5774,8 @@ packages: '@parcel/types': 2.13.3(@parcel/core@2.13.3) '@parcel/utils': 2.13.3 '@parcel/workers': 2.13.3(@parcel/core@2.13.3) - '@swc/core': 1.10.12 - semver: 7.7.0 + '@swc/core': 1.10.14 + semver: 7.7.1 transitivePeerDependencies: - '@swc/helpers' dev: true @@ -6020,7 +6019,7 @@ packages: browserslist: 4.24.4 json5: 2.2.3 nullthrows: 1.1.1 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - '@parcel/core' dev: true @@ -6051,7 +6050,7 @@ packages: posthtml: 0.16.6 posthtml-parser: 0.12.1 posthtml-render: 3.0.0 - semver: 7.7.0 + semver: 7.7.1 srcset: 4.0.0 transitivePeerDependencies: - '@parcel/core' @@ -6087,7 +6086,7 @@ packages: browserslist: 4.24.4 nullthrows: 1.1.1 regenerator-runtime: 0.14.1 - semver: 7.7.0 + semver: 7.7.1 dev: true /@parcel/transformer-json@2.13.3(@parcel/core@2.13.3): @@ -6111,7 +6110,7 @@ packages: clone: 2.1.2 nullthrows: 1.1.1 postcss-value-parser: 4.2.0 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - '@parcel/core' dev: true @@ -6126,7 +6125,7 @@ packages: posthtml: 0.16.6 posthtml-parser: 0.12.1 posthtml-render: 3.0.0 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - '@parcel/core' dev: true @@ -6162,7 +6161,7 @@ packages: posthtml: 0.16.6 posthtml-parser: 0.12.1 posthtml-render: 3.0.0 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - '@parcel/core' dev: true @@ -6579,134 +6578,134 @@ packages: picomatch: 2.3.1 dev: false - /@rollup/rollup-android-arm-eabi@4.32.1: - resolution: {integrity: sha512-/pqA4DmqyCm8u5YIDzIdlLcEmuvxb0v8fZdFhVMszSpDTgbQKdw3/mB3eMUHIbubtJ6F9j+LtmyCnHTEqIHyzA==} + /@rollup/rollup-android-arm-eabi@4.34.4: + resolution: {integrity: sha512-gGi5adZWvjtJU7Axs//CWaQbQd/vGy8KGcnEaCWiyCqxWYDxwIlAHFuSe6Guoxtd0SRvSfVTDMPd5H+4KE2kKA==} cpu: [arm] os: [android] requiresBuild: true optional: true - /@rollup/rollup-android-arm64@4.32.1: - resolution: {integrity: sha512-If3PDskT77q7zgqVqYuj7WG3WC08G1kwXGVFi9Jr8nY6eHucREHkfpX79c0ACAjLj3QIWKPJR7w4i+f5EdLH5Q==} + /@rollup/rollup-android-arm64@4.34.4: + resolution: {integrity: sha512-1aRlh1gqtF7vNPMnlf1vJKk72Yshw5zknR/ZAVh7zycRAGF2XBMVDAHmFQz/Zws5k++nux3LOq/Ejj1WrDR6xg==} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@rollup/rollup-darwin-arm64@4.32.1: - resolution: {integrity: sha512-zCpKHioQ9KgZToFp5Wvz6zaWbMzYQ2LJHQ+QixDKq52KKrF65ueu6Af4hLlLWHjX1Wf/0G5kSJM9PySW9IrvHA==} + /@rollup/rollup-darwin-arm64@4.34.4: + resolution: {integrity: sha512-drHl+4qhFj+PV/jrQ78p9ch6A0MfNVZScl/nBps5a7u01aGf/GuBRrHnRegA9bP222CBDfjYbFdjkIJ/FurvSQ==} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@rollup/rollup-darwin-x64@4.32.1: - resolution: {integrity: sha512-sFvF+t2+TyUo/ZQqUcifrJIgznx58oFZbdHS9TvHq3xhPVL9nOp+yZ6LKrO9GWTP+6DbFtoyLDbjTpR62Mbr3Q==} + /@rollup/rollup-darwin-x64@4.34.4: + resolution: {integrity: sha512-hQqq/8QALU6t1+fbNmm6dwYsa0PDD4L5r3TpHx9dNl+aSEMnIksHZkSO3AVH+hBMvZhpumIGrTFj8XCOGuIXjw==} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@rollup/rollup-freebsd-arm64@4.32.1: - resolution: {integrity: sha512-NbOa+7InvMWRcY9RG+B6kKIMD/FsnQPH0MWUvDlQB1iXnF/UcKSudCXZtv4lW+C276g3w5AxPbfry5rSYvyeYA==} + /@rollup/rollup-freebsd-arm64@4.34.4: + resolution: {integrity: sha512-/L0LixBmbefkec1JTeAQJP0ETzGjFtNml2gpQXA8rpLo7Md+iXQzo9kwEgzyat5Q+OG/C//2B9Fx52UxsOXbzw==} cpu: [arm64] os: [freebsd] requiresBuild: true optional: true - /@rollup/rollup-freebsd-x64@4.32.1: - resolution: {integrity: sha512-JRBRmwvHPXR881j2xjry8HZ86wIPK2CcDw0EXchE1UgU0ubWp9nvlT7cZYKc6bkypBt745b4bglf3+xJ7hXWWw==} + /@rollup/rollup-freebsd-x64@4.34.4: + resolution: {integrity: sha512-6Rk3PLRK+b8L/M6m/x6Mfj60LhAUcLJ34oPaxufA+CfqkUrDoUPQYFdRrhqyOvtOKXLJZJwxlOLbQjNYQcRQfw==} cpu: [x64] os: [freebsd] requiresBuild: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.32.1: - resolution: {integrity: sha512-PKvszb+9o/vVdUzCCjL0sKHukEQV39tD3fepXxYrHE3sTKrRdCydI7uldRLbjLmDA3TFDmh418XH19NOsDRH8g==} + /@rollup/rollup-linux-arm-gnueabihf@4.34.4: + resolution: {integrity: sha512-kmT3x0IPRuXY/tNoABp2nDvI9EvdiS2JZsd4I9yOcLCCViKsP0gB38mVHOhluzx+SSVnM1KNn9k6osyXZhLoCA==} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-arm-musleabihf@4.32.1: - resolution: {integrity: sha512-9WHEMV6Y89eL606ReYowXuGF1Yb2vwfKWKdD1A5h+OYnPZSJvxbEjxTRKPgi7tkP2DSnW0YLab1ooy+i/FQp/Q==} + /@rollup/rollup-linux-arm-musleabihf@4.34.4: + resolution: {integrity: sha512-3iSA9tx+4PZcJH/Wnwsvx/BY4qHpit/u2YoZoXugWVfc36/4mRkgGEoRbRV7nzNBSCOgbWMeuQ27IQWgJ7tRzw==} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.32.1: - resolution: {integrity: sha512-tZWc9iEt5fGJ1CL2LRPw8OttkCBDs+D8D3oEM8mH8S1ICZCtFJhD7DZ3XMGM8kpqHvhGUTvNUYVDnmkj4BDXnw==} + /@rollup/rollup-linux-arm64-gnu@4.34.4: + resolution: {integrity: sha512-7CwSJW+sEhM9sESEk+pEREF2JL0BmyCro8UyTq0Kyh0nu1v0QPNY3yfLPFKChzVoUmaKj8zbdgBxUhBRR+xGxg==} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-arm64-musl@4.32.1: - resolution: {integrity: sha512-FTYc2YoTWUsBz5GTTgGkRYYJ5NGJIi/rCY4oK/I8aKowx1ToXeoVVbIE4LGAjsauvlhjfl0MYacxClLld1VrOw==} + /@rollup/rollup-linux-arm64-musl@4.34.4: + resolution: {integrity: sha512-GZdafB41/4s12j8Ss2izofjeFXRAAM7sHCb+S4JsI9vaONX/zQ8cXd87B9MRU/igGAJkKvmFmJJBeeT9jJ5Cbw==} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-loongarch64-gnu@4.32.1: - resolution: {integrity: sha512-F51qLdOtpS6P1zJVRzYM0v6MrBNypyPEN1GfMiz0gPu9jN8ScGaEFIZQwteSsGKg799oR5EaP7+B2jHgL+d+Kw==} + /@rollup/rollup-linux-loongarch64-gnu@4.34.4: + resolution: {integrity: sha512-uuphLuw1X6ur11675c2twC6YxbzyLSpWggvdawTUamlsoUv81aAXRMPBC1uvQllnBGls0Qt5Siw8reSIBnbdqQ==} cpu: [loong64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-powerpc64le-gnu@4.32.1: - resolution: {integrity: sha512-wO0WkfSppfX4YFm5KhdCCpnpGbtgQNj/tgvYzrVYFKDpven8w2N6Gg5nB6w+wAMO3AIfSTWeTjfVe+uZ23zAlg==} + /@rollup/rollup-linux-powerpc64le-gnu@4.34.4: + resolution: {integrity: sha512-KvLEw1os2gSmD6k6QPCQMm2T9P2GYvsMZMRpMz78QpSoEevHbV/KOUbI/46/JRalhtSAYZBYLAnT9YE4i/l4vg==} cpu: [ppc64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-riscv64-gnu@4.32.1: - resolution: {integrity: sha512-iWswS9cIXfJO1MFYtI/4jjlrGb/V58oMu4dYJIKnR5UIwbkzR0PJ09O0PDZT0oJ3LYWXBSWahNf/Mjo6i1E5/g==} + /@rollup/rollup-linux-riscv64-gnu@4.34.4: + resolution: {integrity: sha512-wcpCLHGM9yv+3Dql/CI4zrY2mpQ4WFergD3c9cpRowltEh5I84pRT/EuHZsG0In4eBPPYthXnuR++HrFkeqwkA==} cpu: [riscv64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-s390x-gnu@4.32.1: - resolution: {integrity: sha512-RKt8NI9tebzmEthMnfVgG3i/XeECkMPS+ibVZjZ6mNekpbbUmkNWuIN2yHsb/mBPyZke4nlI4YqIdFPgKuoyQQ==} + /@rollup/rollup-linux-s390x-gnu@4.34.4: + resolution: {integrity: sha512-nLbfQp2lbJYU8obhRQusXKbuiqm4jSJteLwfjnunDT5ugBKdxqw1X9KWwk8xp1OMC6P5d0WbzxzhWoznuVK6XA==} cpu: [s390x] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-x64-gnu@4.32.1: - resolution: {integrity: sha512-WQFLZ9c42ECqEjwg/GHHsouij3pzLXkFdz0UxHa/0OM12LzvX7DzedlY0SIEly2v18YZLRhCRoHZDxbBSWoGYg==} + /@rollup/rollup-linux-x64-gnu@4.34.4: + resolution: {integrity: sha512-JGejzEfVzqc/XNiCKZj14eb6s5w8DdWlnQ5tWUbs99kkdvfq9btxxVX97AaxiUX7xJTKFA0LwoS0KU8C2faZRg==} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-x64-musl@4.32.1: - resolution: {integrity: sha512-BLoiyHDOWoS3uccNSADMza6V6vCNiphi94tQlVIL5de+r6r/CCQuNnerf+1g2mnk2b6edp5dk0nhdZ7aEjOBsA==} + /@rollup/rollup-linux-x64-musl@4.34.4: + resolution: {integrity: sha512-/iFIbhzeyZZy49ozAWJ1ZR2KW6ZdYUbQXLT4O5n1cRZRoTpwExnHLjlurDXXPKEGxiAg0ujaR9JDYKljpr2fDg==} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.32.1: - resolution: {integrity: sha512-w2l3UnlgYTNNU+Z6wOR8YdaioqfEnwPjIsJ66KxKAf0p+AuL2FHeTX6qvM+p/Ue3XPBVNyVSfCrfZiQh7vZHLQ==} + /@rollup/rollup-win32-arm64-msvc@4.34.4: + resolution: {integrity: sha512-qORc3UzoD5UUTneiP2Afg5n5Ti1GAW9Gp5vHPxzvAFFA3FBaum9WqGvYXGf+c7beFdOKNos31/41PRMUwh1tpA==} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@rollup/rollup-win32-ia32-msvc@4.32.1: - resolution: {integrity: sha512-Am9H+TGLomPGkBnaPWie4F3x+yQ2rr4Bk2jpwy+iV+Gel9jLAu/KqT8k3X4jxFPW6Zf8OMnehyutsd+eHoq1WQ==} + /@rollup/rollup-win32-ia32-msvc@4.34.4: + resolution: {integrity: sha512-5g7E2PHNK2uvoD5bASBD9aelm44nf1w4I5FEI7MPHLWcCSrR8JragXZWgKPXk5i2FU3JFfa6CGZLw2RrGBHs2Q==} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@rollup/rollup-win32-x64-msvc@4.32.1: - resolution: {integrity: sha512-ar80GhdZb4DgmW3myIS9nRFYcpJRSME8iqWgzH2i44u+IdrzmiXVxeFnExQ5v4JYUSpg94bWjevMG8JHf1Da5Q==} + /@rollup/rollup-win32-x64-msvc@4.34.4: + resolution: {integrity: sha512-p0scwGkR4kZ242xLPBuhSckrJ734frz6v9xZzD+kHVYRAkSUmdSLCIJRfql6H5//aF8Q10K+i7q8DiPfZp0b7A==} cpu: [x64] os: [win32] requiresBuild: true @@ -6757,6 +6756,7 @@ packages: /@sinclair/typebox@0.27.8: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + dev: true /@sinonjs/commons@1.8.6: resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} @@ -7298,105 +7298,105 @@ packages: resolution: {integrity: sha512-cWnORbuPwXhsrH3hebxZ0gSF/zMZEuLz014XoGcxXhU+GPYixqXjyBbTfJiGjbexRjkj7A2/1ocx6AcWEwN1Pw==} dev: false - /@storybook/addon-actions@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-g0gLesVSFgstUq5QphsLeC1vEdwNHgqo2TE0m+STM47832xbxBwmK6uvBeqi416xZvnt1TTKaaBr4uCRRQ64Ww==} + /@storybook/addon-actions@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-7a+SD4EZdZocm+NG1Kx4yV6Aw7+YUlRIyGvKcxsGtYMOLaqrUewApqveXF83+FbYWMoezXcoZCLQFROtS/Z6Fw==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: '@storybook/global': 5.0.0 '@types/uuid': 9.0.8 dequal: 2.0.3 polished: 4.3.1 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) uuid: 9.0.1 dev: true - /@storybook/addon-backgrounds@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-l9WkI4QHfINeFQkW9K0joaM7WweKktwIIyUPEvyoupHT4n9ccJHAlWjH4SBmzwI1j1Zt0G3t+bq8mVk/YK6Fsg==} + /@storybook/addon-backgrounds@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-sZcw8/C/HIIgbRBY+0ZYTBc5Py8xvw3bt6lzSVQEXA2aygfJpO/jiQJlmOXTmK3g5F5pjFKaaCodfXT7V/9mzw==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: '@storybook/global': 5.0.0 memoizerific: 1.11.3 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) ts-dedent: 2.2.0 dev: true - /@storybook/addon-controls@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-wkzw2vRff4zkzdvC/GOlB2PlV0i973u8igSLeg34TWNEAa4bipwVHnFfIojRuP9eN1bZL/0tjuU5pKnbTqH7aQ==} + /@storybook/addon-controls@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-A4UVQhPyC7FvV+fM50xvEZO26/2uE41Ns0TN0qq7U5EH0Dlj43Salgay6qT8fve6XAI4SgVjkujPVCSbLg/yVQ==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: '@storybook/global': 5.0.0 dequal: 2.0.3 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) ts-dedent: 2.2.0 dev: true - /@storybook/addon-docs@8.5.2(@types/react@19.0.8)(storybook@8.5.2): - resolution: {integrity: sha512-pRLJ/Qb/3XHpjS7ZAMaOZYtqxOuI8wPxVKYQ6n5rfMSj2jFwt5tdDsEJdhj2t5lsY8HrzEZi8ExuW5I5RoUoIQ==} + /@storybook/addon-docs@8.5.3(@types/react@19.0.8)(storybook@8.5.3): + resolution: {integrity: sha512-XVcQlHX963nuoeRkb7qQg89t/9CThdT46UV7jX3FFn08NEMhmDEa+4iVA4l+4xNgJ+Av6uX+u6yRGnM/910mLg==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: '@mdx-js/react': 3.1.0(@types/react@19.0.8)(react@17.0.2) - '@storybook/blocks': 8.5.2(react-dom@17.0.2)(react@17.0.2)(storybook@8.5.2) - '@storybook/csf-plugin': 8.5.2(storybook@8.5.2) - '@storybook/react-dom-shim': 8.5.2(react-dom@17.0.2)(react@17.0.2)(storybook@8.5.2) + '@storybook/blocks': 8.5.3(react-dom@17.0.2)(react@17.0.2)(storybook@8.5.3) + '@storybook/csf-plugin': 8.5.3(storybook@8.5.3) + '@storybook/react-dom-shim': 8.5.3(react-dom@17.0.2)(react@17.0.2)(storybook@8.5.3) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' dev: true - /@storybook/addon-essentials@8.5.2(@types/react@19.0.8)(storybook@8.5.2): - resolution: {integrity: sha512-MfojJKxDg0bnjOE0MfLSaPweAud1Esjaf1D9M8EYnpeFnKGZApcGJNRpHCDiHrS5BMr8hHa58RDVc7ObFTI4Dw==} + /@storybook/addon-essentials@8.5.3(@types/react@19.0.8)(storybook@8.5.3): + resolution: {integrity: sha512-0zbEWQQZCiYRUxMo6FrfwQER/vi+B8mCLLivdjbSVSvZsjmlpcaBA5uBjbsXfIRcedHlou4QiJXn+nR8thDlKA==} peerDependencies: - storybook: ^8.5.2 - dependencies: - '@storybook/addon-actions': 8.5.2(storybook@8.5.2) - '@storybook/addon-backgrounds': 8.5.2(storybook@8.5.2) - '@storybook/addon-controls': 8.5.2(storybook@8.5.2) - '@storybook/addon-docs': 8.5.2(@types/react@19.0.8)(storybook@8.5.2) - '@storybook/addon-highlight': 8.5.2(storybook@8.5.2) - '@storybook/addon-measure': 8.5.2(storybook@8.5.2) - '@storybook/addon-outline': 8.5.2(storybook@8.5.2) - '@storybook/addon-toolbars': 8.5.2(storybook@8.5.2) - '@storybook/addon-viewport': 8.5.2(storybook@8.5.2) - storybook: 8.5.2(prettier@3.4.2) + storybook: ^8.5.3 + dependencies: + '@storybook/addon-actions': 8.5.3(storybook@8.5.3) + '@storybook/addon-backgrounds': 8.5.3(storybook@8.5.3) + '@storybook/addon-controls': 8.5.3(storybook@8.5.3) + '@storybook/addon-docs': 8.5.3(@types/react@19.0.8)(storybook@8.5.3) + '@storybook/addon-highlight': 8.5.3(storybook@8.5.3) + '@storybook/addon-measure': 8.5.3(storybook@8.5.3) + '@storybook/addon-outline': 8.5.3(storybook@8.5.3) + '@storybook/addon-toolbars': 8.5.3(storybook@8.5.3) + '@storybook/addon-viewport': 8.5.3(storybook@8.5.3) + storybook: 8.5.3(prettier@3.4.2) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' dev: true - /@storybook/addon-highlight@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-QjJfY+8e1bi6FeGfVlgxzv/I8DUyC83lZq8zfTY7nDUCVdmKi8VzmW0KgDo5PaEOFKs8x6LKJa+s5O0gFQaJMw==} + /@storybook/addon-highlight@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-xhsr3W6KTvlOIIe+8JE9/sEOAgkW0yjMZzs47A+bWcxKwcFhAUgVLbAgEzjJ0u248rjGKlCJ2pswWefO+ZKJeg==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: '@storybook/global': 5.0.0 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) dev: true - /@storybook/addon-interactions@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-Gn9Egk2OS0BkkHd671Y0pIqBr4noAOLUfnpxhHE8r0Tt7FmJFeVSN+dqK7hQeUmKL5jdSY25FTYROg65JmtGOA==} + /@storybook/addon-interactions@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-nQuP65iFGgqfVp/O8NxNDUwLTWmQBW4bofUFaT4wzYn7Jk9zobOZYtgQvdqBZtNzBDYmLrfrCutEBj5jVPRyuQ==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.5.2(storybook@8.5.2) - '@storybook/test': 8.5.2(storybook@8.5.2) + '@storybook/instrumenter': 8.5.3(storybook@8.5.3) + '@storybook/test': 8.5.3(storybook@8.5.3) polished: 4.3.1 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) ts-dedent: 2.2.0 dev: true - /@storybook/addon-links@8.5.2(react@17.0.2)(storybook@8.5.2): - resolution: {integrity: sha512-eDKOQoAKKUQo0JqeLNzMLu6fm1s3oxwZ6O+rAWS6n5bsrjZS2Ul8esKkRriFVwHtDtqx99wneqOscS8IzE/ENw==} + /@storybook/addon-links@8.5.3(react@17.0.2)(storybook@8.5.3): + resolution: {integrity: sha512-MRhIif4tCoIucLgGX14dI7yptF9bYH2UaJasyywshzQZKAEjOfX19Aw5fwp2zJt6kukAF6mUxMtWKcQMH2XOmw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.5.2 + storybook: ^8.5.3 peerDependenciesMeta: react: optional: true @@ -7404,31 +7404,31 @@ packages: '@storybook/csf': 0.1.12 '@storybook/global': 5.0.0 react: 17.0.2 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) ts-dedent: 2.2.0 dev: true - /@storybook/addon-measure@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-g7Kvrx8dqzeYWetpWYVVu4HaRzLAZVlOAlZYNfCH/aJHcFKp/p5zhPXnZh8aorxeCLHW1QSKcliaA4BNPEvTeg==} + /@storybook/addon-measure@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-unb0bRsnISXWiCBBECxNUUdM12hHpV+1uJUu5OJHtKb26YpiQvewDFLTLjuZJ3NIAfw+F5232Q7K88AWJV6weg==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: '@storybook/global': 5.0.0 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) tiny-invariant: 1.3.3 dev: true - /@storybook/addon-outline@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-laMVLT1xluSqMa2mMzmS1kdKcjX0HI9Fw+7pM3r4drtGWtxpyBT32YFqKfWFIBhcd364ti2tDUz9FlygGQ1rKw==} + /@storybook/addon-outline@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-e1MkGN6XVdeRh2oUKGdqEDyAo2TD/47ashAAxw8DEiLRWgBMbQ+KBVH4EOG+dn5395jxh7YgRLJn/miqNnfN5g==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: '@storybook/global': 5.0.0 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) ts-dedent: 2.2.0 dev: true - /@storybook/addon-svelte-csf@4.2.0(@storybook/svelte@8.5.2)(@sveltejs/vite-plugin-svelte@3.0.2)(storybook@8.5.2)(svelte@4.2.19)(vite@5.4.14): + /@storybook/addon-svelte-csf@4.2.0(@storybook/svelte@8.5.3)(@sveltejs/vite-plugin-svelte@3.0.2)(storybook@8.5.3)(svelte@4.2.19)(vite@5.4.14): resolution: {integrity: sha512-ius5C6vp+55upbi7MAiJvBSkXxZuokNwkBfmUgY3sAdvp4IAvBp8A+Yvk6bWZqo2TJTfM4ccT3WAmNTxa9m0sw==} peerDependencies: '@storybook/svelte': ^7.0.0 || ^8.0.0 || ^8.0.0-beta.0 || ^8.2.0-beta.0 @@ -7445,8 +7445,8 @@ packages: optional: true dependencies: '@babel/runtime': 7.26.7 - '@storybook/svelte': 8.5.2(storybook@8.5.2)(svelte@4.2.19) - '@storybook/types': 8.5.2(storybook@8.5.2) + '@storybook/svelte': 8.5.3(storybook@8.5.3)(svelte@4.2.19) + '@storybook/types': 8.5.3(storybook@8.5.3) '@sveltejs/vite-plugin-svelte': 3.0.2(svelte@4.2.19)(vite@5.4.14) dedent: 1.5.3 magic-string: 0.30.17 @@ -7457,38 +7457,38 @@ packages: - storybook dev: true - /@storybook/addon-themes@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-MTJkPwXqLK2Co186EUw2wr+1CpVRMbuWsOmQvhMHeU704kQtSYKkhu/xmaExuDYMupn5xiKG0p8Pt5Ck3fEObQ==} + /@storybook/addon-themes@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-wGlrAxU/9WF/CA4EV9VDzWbi4fPKdUweHmAPcnuiU0xG/zEIIL4o2fDr0+9tTctjJfVHgkrsHk74BpP14j+p9g==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) ts-dedent: 2.2.0 dev: true - /@storybook/addon-toolbars@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-gHQtVCiq7HRqdYQLOmX8nhtV1Lqz4tOCj4BVodwwf8fUcHyNor+2FvGlQjngV2pIeCtxiM/qmG63UpTBp57ZMA==} + /@storybook/addon-toolbars@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-AWr9Per9WDrbFtNlbVlj6CiEwKOvOyoBt3bCuMHuRfTdqKwkwInEtyUi4//T8U+c1qs7KJBpsWV2vhIuc5sODg==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) dev: true - /@storybook/addon-viewport@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-W+7nrMQmxHcUNGsXjmb/fak1mD0a5vf4y1hBhSM7/131t8KBsvEu4ral8LTUhc4ZzuU1eIUM0Qth7SjqHqm5bA==} + /@storybook/addon-viewport@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-OkLJ2B8+PiOEAd2HtRG6XewVjtw6AkBMgoSbfKCMr6TWSbuKrOeiwIMqqieAAPVNfsOQ8hTK6JGhr/KPRCKgRA==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: memoizerific: 1.11.3 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) dev: true - /@storybook/blocks@8.5.2(react-dom@17.0.2)(react@17.0.2)(storybook@8.5.2): - resolution: {integrity: sha512-C6Bz/YTG5ZuyAzglqgqozYUWaS39j1PnkVuMNots6S3Fp8ZJ6iZOlQ+rpumiuvnbfD5rkEZG+614RWNyNlFy7g==} + /@storybook/blocks@8.5.3(react-dom@17.0.2)(react@17.0.2)(storybook@8.5.3): + resolution: {integrity: sha512-a/PpHFmeBtVB9Q/6cNAnqfeCqMowsrI8nGka0Nl7BB3x1eJnS3I1Qo3Skht0LBEsmXOgXk4dwWxpeQL3qHMRkw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.5.2 + storybook: ^8.5.3 peerDependenciesMeta: react: optional: true @@ -7499,33 +7499,33 @@ packages: '@storybook/icons': 1.3.2(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) ts-dedent: 2.2.0 dev: true - /@storybook/builder-vite@8.5.2(storybook@8.5.2)(vite@5.4.14): - resolution: {integrity: sha512-5YWCHmWtZ6oBEqpcGvAmBXVfeX+zssIGWE/UUUnjkmlXO7tHvFccikOLV7/p5VCHH21AbXN8F6mnptEsMPbqqg==} + /@storybook/builder-vite@8.5.3(storybook@8.5.3)(vite@5.4.14): + resolution: {integrity: sha512-MxriwzZSVidaXj3kpH/jCOJZUdF7ofcvxmvrMrNehH9UvXIGM6b73CBC5ucnptbnQ7qxYKdAZiMhQbPHZ9cqOQ==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 vite: ^4.0.0 || ^5.0.0 || ^6.0.0 dependencies: - '@storybook/csf-plugin': 8.5.2(storybook@8.5.2) + '@storybook/csf-plugin': 8.5.3(storybook@8.5.3) browser-assert: 1.2.1 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) ts-dedent: 2.2.0 vite: 5.4.14(@types/node@20.11.28) dev: true - /@storybook/components@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-o5vNN30sGLTJBeGk5SKyekR4RfTpBTGs2LDjXGAmpl2MRhzd62ix8g+KIXSR0rQ55TCvKUl5VR2i99ttlRcEKw==} + /@storybook/components@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-iC9VbpM8Equ8wXI2syBzov+8wys4sGYW7Xfz67LdSVbCMhsH9FRtvgbDppJQC/ZDCofg4sTAHhWpDV/KAQ385A==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 dependencies: - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) dev: true - /@storybook/core@8.5.2(prettier@3.4.2): - resolution: {integrity: sha512-rCOpXZo2XbdKVnZiv8oC9FId/gLkStpKGGL7hhdg/RyjcyUyTfhsvaf7LXKZH2A0n/UpwFxhF3idRfhgc1XiSg==} + /@storybook/core@8.5.3(prettier@3.4.2): + resolution: {integrity: sha512-ZLlr2pltbj/hmC54lggJTnh09FCAJR62lIdiXNwa+V+/eJz0CfD8tfGmZGKPSmaQeZBpMwAOeRM97k2oLPF+0w==} peerDependencies: prettier: ^2 || ^3 peerDependenciesMeta: @@ -7541,7 +7541,7 @@ packages: prettier: 3.4.2 process: 0.11.10 recast: 0.23.9 - semver: 7.7.0 + semver: 7.7.1 util: 0.12.5 ws: 8.18.0 transitivePeerDependencies: @@ -7549,12 +7549,12 @@ packages: - supports-color - utf-8-validate - /@storybook/csf-plugin@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-EEQ3Vc9qIUbLH8tunzN/GSoyP3zPpNPKegZooYQbgVqA582Pel4Jnpn4uxGaOWtFCLhXMETV05X/7chGZtEujA==} + /@storybook/csf-plugin@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-u5oyXTFg3KIy4h9qoNyiCG2mJF3OpkLO/AcM4lMAwQVnBvz8pwITvr4jDZByVjGmcIbgKJQnWX+BwdK2NI4yAw==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) unplugin: 1.16.1 dev: true @@ -7590,14 +7590,14 @@ packages: react-dom: 17.0.2(react@17.0.2) dev: true - /@storybook/instrumenter@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-BbaUw9GXVzRg3Km95t2mRu4W6C1n1erjzll5maBaVe2+lV9MbCvBcdYwGUgjFNlQ/ETgq6vLfLOEtziycq/B6g==} + /@storybook/instrumenter@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-pxaTbGeju8MkwouIiaWX5DMWtpRruxqig8W3nZPOvzoSCCbQY+sLMQoyXxFlpGxLBjcvXivkL7AMVBKps5sFEQ==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: '@storybook/global': 5.0.0 - '@vitest/utils': 2.1.8 - storybook: 8.5.2(prettier@3.4.2) + '@vitest/utils': 2.1.9 + storybook: 8.5.3(prettier@3.4.2) /@storybook/jest@0.2.3: resolution: {integrity: sha512-ov5izrmbAFObzKeh9AOC5MlmFxAcf0o5i6YFGae9sDx6DGh6alXsRM+chIbucVkUwVHVlSzdfbLDEFGY/ShaYw==} @@ -7609,48 +7609,48 @@ packages: jest-mock: 27.5.1 dev: true - /@storybook/manager-api@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-Cn+oINA6BOO2GmGHinGsOWnEpoBnurlZ9ekMq7H/c1SYMvQWNg5RlELyrhsnyhNd83fqFZy9Asb0RXI8oqz7DQ==} + /@storybook/manager-api@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-JtfuMgQpKIPU0ARn1jNPce8FmknpM0Ap0mppWl+KGAWWGadJPDaX/nrY/19dT1kRgIhyOnbX6tgJxII4E9dE5w==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 dependencies: - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) dev: true - /@storybook/preview-api@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-AOOaBjwnkFU40Fi68fvAnK0gMWPz6o/AmH44yDGsHgbI07UgqxLBKCTpjCGPlyQd5ezEjmGwwFTmcmq5dG8DKA==} + /@storybook/preview-api@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-dUsuXW+KgDg4tWXOB6dk5j5gwwRUzbPvicHAY9mzbpSVScbWXuE5T/S/9hHlbtfkhFroWQgPx2eB8z3rai+7RQ==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 dependencies: - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) dev: true - /@storybook/react-dom-shim@8.5.2(react-dom@17.0.2)(react@17.0.2)(storybook@8.5.2): - resolution: {integrity: sha512-lt7XoaeWI8iPlWnWzIm/Wam9TpRFhlqP0KZJoKwDyHiCByqkeMrw5MJREyWq626nf34bOW8D6vkuyTzCHGTxKg==} + /@storybook/react-dom-shim@8.5.3(react-dom@17.0.2)(react@17.0.2)(storybook@8.5.3): + resolution: {integrity: sha512-kNIGk6mpXW3Wy+uS9pH9b9w/54EPJnH+QXA6MX4EQgmxhMQlGlS/l/YZp+3jsVQW4YgTmqe740qB+ccJAKZxBQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) dev: true - /@storybook/svelte-vite@8.5.2(@sveltejs/vite-plugin-svelte@3.0.2)(postcss-load-config@4.0.2)(postcss@8.5.1)(storybook@8.5.2)(svelte@4.2.19)(vite@5.4.14): - resolution: {integrity: sha512-lAHfqHX/HIXyIj+2PZuY5uSZ56h33wbZ/tCX/iLa08g+JQRiQVLaBnrg6kVWqfYmR/aregiTpX3HxBMGaW/oyA==} + /@storybook/svelte-vite@8.5.3(@sveltejs/vite-plugin-svelte@3.0.2)(postcss-load-config@4.0.2)(postcss@8.5.1)(storybook@8.5.3)(svelte@4.2.19)(vite@5.4.14): + resolution: {integrity: sha512-FN2mNSECoZexvKjf5kCuJ2gtIvy1ojryiTHynWGOxzcOqiy172sF+XqUBQvQXgMdA2gPWlDC1KBxrAAnepwyVQ==} engines: {node: '>=18.0.0'} peerDependencies: '@sveltejs/vite-plugin-svelte': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 - storybook: ^8.5.2 + storybook: ^8.5.3 svelte: ^4.0.0 || ^5.0.0 vite: ^4.0.0 || ^5.0.0 || ^6.0.0 dependencies: - '@storybook/builder-vite': 8.5.2(storybook@8.5.2)(vite@5.4.14) - '@storybook/svelte': 8.5.2(storybook@8.5.2)(svelte@4.2.19) + '@storybook/builder-vite': 8.5.3(storybook@8.5.3)(vite@5.4.14) + '@storybook/svelte': 8.5.3(storybook@8.5.3)(svelte@4.2.19) '@sveltejs/vite-plugin-svelte': 3.0.2(svelte@4.2.19)(vite@5.4.14) magic-string: 0.30.17 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) svelte: 4.2.19 svelte-preprocess: 5.1.3(postcss-load-config@4.0.2)(postcss@8.5.1)(svelte@4.2.19)(typescript@5.7.3) svelte2tsx: 0.7.34(svelte@4.2.19)(typescript@5.7.3) @@ -7671,19 +7671,19 @@ packages: - supports-color dev: true - /@storybook/svelte@8.5.2(storybook@8.5.2)(svelte@4.2.19): - resolution: {integrity: sha512-h1N03dUlOTTBqg8zFFbxz7okzUwQZM+Fjt7s+sfaFbVMMJIXAS5v3J8+YuN0tTB8HizMkUdIbHvReVe9TM2MyA==} + /@storybook/svelte@8.5.3(storybook@8.5.3)(svelte@4.2.19): + resolution: {integrity: sha512-f/dR6k97Tc8f+sApSv0eWjFPsJ4wJAy8Hp1iyNlq/K/Z0cwHhJeypV95FjjX7GOFeQgqtO3TqMaVwEoWvkNUxA==} engines: {node: '>=18.0.0'} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 svelte: ^4.0.0 || ^5.0.0 dependencies: - '@storybook/components': 8.5.2(storybook@8.5.2) + '@storybook/components': 8.5.3(storybook@8.5.3) '@storybook/global': 5.0.0 - '@storybook/manager-api': 8.5.2(storybook@8.5.2) - '@storybook/preview-api': 8.5.2(storybook@8.5.2) - '@storybook/theming': 8.5.2(storybook@8.5.2) - storybook: 8.5.2(prettier@3.4.2) + '@storybook/manager-api': 8.5.3(storybook@8.5.3) + '@storybook/preview-api': 8.5.3(storybook@8.5.3) + '@storybook/theming': 8.5.3(storybook@8.5.3) + storybook: 8.5.3(prettier@3.4.2) svelte: 4.2.19 sveltedoc-parser: 4.2.1 ts-dedent: 2.2.0 @@ -7692,19 +7692,19 @@ packages: - supports-color dev: true - /@storybook/sveltekit@8.5.2(@sveltejs/vite-plugin-svelte@3.0.2)(postcss-load-config@4.0.2)(postcss@8.5.1)(storybook@8.5.2)(svelte@4.2.19)(vite@5.4.14): - resolution: {integrity: sha512-Z+YqdjTMSUNdW5UmCYh7yNOtYKAPyx2IHlPMbAlgeoFpJt8VfWnzLbwyvI6YEDmjduwZFEEtzsoMXg3I4iRthQ==} + /@storybook/sveltekit@8.5.3(@sveltejs/vite-plugin-svelte@3.0.2)(postcss-load-config@4.0.2)(postcss@8.5.1)(storybook@8.5.3)(svelte@4.2.19)(vite@5.4.14): + resolution: {integrity: sha512-wfHMi7lytOwPAkw5w74uLIYAQRU2fyqvz3ScQdKIoXnMChN2zC/2btpMbCBSY9SRmWtfUON2YyTt/NCvA6VS8A==} engines: {node: '>=18.0.0'} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 svelte: ^4.0.0 || ^5.0.0 vite: ^4.0.0 || ^5.0.0 || ^6.0.0 dependencies: - '@storybook/addon-actions': 8.5.2(storybook@8.5.2) - '@storybook/builder-vite': 8.5.2(storybook@8.5.2)(vite@5.4.14) - '@storybook/svelte': 8.5.2(storybook@8.5.2)(svelte@4.2.19) - '@storybook/svelte-vite': 8.5.2(@sveltejs/vite-plugin-svelte@3.0.2)(postcss-load-config@4.0.2)(postcss@8.5.1)(storybook@8.5.2)(svelte@4.2.19)(vite@5.4.14) - storybook: 8.5.2(prettier@3.4.2) + '@storybook/addon-actions': 8.5.3(storybook@8.5.3) + '@storybook/builder-vite': 8.5.3(storybook@8.5.3)(vite@5.4.14) + '@storybook/svelte': 8.5.3(storybook@8.5.3)(svelte@4.2.19) + '@storybook/svelte-vite': 8.5.3(@sveltejs/vite-plugin-svelte@3.0.2)(postcss-load-config@4.0.2)(postcss@8.5.1)(storybook@8.5.3)(svelte@4.2.19)(vite@5.4.14) + storybook: 8.5.3(prettier@3.4.2) svelte: 4.2.19 vite: 5.4.14(@types/node@20.11.28) transitivePeerDependencies: @@ -7721,20 +7721,20 @@ packages: - supports-color dev: true - /@storybook/test@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-F5WfD75m25ZRS19cSxCzHWJ/rH8jWwIjhBlhU+UW+5xjnTS1cJuC1yPT/5Jw0/0Aj9zG1atyfBUYnNHYtsBDYQ==} + /@storybook/test@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-2smoDbtU6Qh4yk0uD18qGfW6ll7lZBzKlF58Ha1CgWR4o+jpeeTQcfDLH9gG6sNrpojF7AVzMh/aN9BDHD+Chg==} peerDependencies: - storybook: ^8.5.2 + storybook: ^8.5.3 dependencies: '@storybook/csf': 0.1.12 '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.5.2(storybook@8.5.2) + '@storybook/instrumenter': 8.5.3(storybook@8.5.3) '@testing-library/dom': 10.4.0 '@testing-library/jest-dom': 6.5.0 '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) '@vitest/expect': 2.0.5 '@vitest/spy': 2.0.5 - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) /@storybook/testing-library@0.2.2: resolution: {integrity: sha512-L8sXFJUHmrlyU2BsWWZGuAjv39Jl1uAqUHdxmN42JY15M4+XCMjGlArdCCjDe1wpTSW6USYISA9axjZojgtvnw==} @@ -7745,20 +7745,20 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/theming@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-vro8vJx16rIE0UehawEZbxFFA4/VGYS20PMKP6Y6Fpsce0t2/cF/U9qg3jOzVb/XDwfx+ne3/V+8rjfWx8wwJw==} + /@storybook/theming@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-Jvzw+gT1HNarkJo21WZBq5pU89qDN8u/pD3woSh/1c2h5RS6UylWjQHotPFpcBIQiUSrDFtvCU9xugJm4MD0+w==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 dependencies: - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) dev: true - /@storybook/types@8.5.2(storybook@8.5.2): - resolution: {integrity: sha512-0DLmP6o11lUUC4wce0697YxfnRPQQnAeMkQ0nvWjY01IyKQvcRXDYxL8aCnbDYlCZFsYFdfdHZN3q0HEUQTrRg==} + /@storybook/types@8.5.3(storybook@8.5.3): + resolution: {integrity: sha512-p0afNyToSIDXj/Lt6gZrM6AN4gTQu+Z5v6LIn5nqzwWYE87cLHx/hCoY172/kXi5HugS5TIU5bfAihREY8qg/g==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 dependencies: - storybook: 8.5.2(prettier@3.4.2) + storybook: 8.5.3(prettier@3.4.2) dev: true /@sveltejs/adapter-auto@3.1.1(@sveltejs/kit@2.8.4): @@ -7801,7 +7801,7 @@ packages: sirv: 3.0.0 svelte: 4.2.19 tiny-glob: 0.2.9 - vite: 5.4.14(@types/node@20.17.16) + vite: 5.4.14(@types/node@20.17.17) /@sveltejs/kit@2.8.4(@sveltejs/vite-plugin-svelte@3.1.2)(svelte@4.2.19)(vite@5.4.14): resolution: {integrity: sha512-oDSBHPokbP2iaQlHiEWAkVLsIugsXve8YtABtlyHBUljA63Wgx0UtV8MSOQOGpRft1M+Cd5rzer+0SFlppQwOg==} @@ -7839,15 +7839,15 @@ packages: chokidar: 3.6.0 kleur: 4.1.5 sade: 1.8.1 - semver: 7.7.0 + semver: 7.7.1 svelte: 4.2.19 svelte2tsx: 0.7.4(svelte@4.2.19)(typescript@5.4.2) transitivePeerDependencies: - typescript dev: true - /@sveltejs/package@2.3.9(svelte@4.2.19)(typescript@5.4.2): - resolution: {integrity: sha512-POIiQknGmcGCcM7ZbFG7cjsJ51GndFOY3PTXa8XFzZ+C/GJfx/JufvVXiWcXVsteP74FeXSSgcC+b5sIayXXKw==} + /@sveltejs/package@2.3.10(svelte@4.2.19)(typescript@5.4.2): + resolution: {integrity: sha512-A4fQacgjJ7C/7oSmxR61/TdB14u6ecyMZ8V9JCR5Lol0bLj/PdJPU4uFodFBsKzO3iFiJMpNTgZZ+zYsYZNpUg==} engines: {node: ^16.14 || >=18} hasBin: true peerDependencies: @@ -7856,7 +7856,7 @@ packages: chokidar: 4.0.3 kleur: 4.1.5 sade: 1.8.1 - semver: 7.7.0 + semver: 7.7.1 svelte: 4.2.19 svelte2tsx: 0.7.34(svelte@4.2.19)(typescript@5.4.2) transitivePeerDependencies: @@ -7874,7 +7874,7 @@ packages: '@sveltejs/vite-plugin-svelte': 3.0.2(svelte@4.2.19)(vite@5.4.14) debug: 4.4.0 svelte: 4.2.19 - vite: 5.4.14(@types/node@20.17.16) + vite: 5.4.14(@types/node@20.17.17) transitivePeerDependencies: - supports-color @@ -7907,7 +7907,7 @@ packages: magic-string: 0.30.17 svelte: 4.2.19 svelte-hmr: 0.15.3(svelte@4.2.19) - vite: 5.4.14(@types/node@20.17.16) + vite: 5.4.14(@types/node@20.17.17) vitefu: 0.2.5(vite@5.4.14) transitivePeerDependencies: - supports-color @@ -7931,8 +7931,8 @@ packages: transitivePeerDependencies: - supports-color - /@swc/core-darwin-arm64@1.10.12: - resolution: {integrity: sha512-pOANQegUTAriW7jq3SSMZGM5l89yLVMs48R0F2UG6UZsH04SiViCnDctOGlA/Sa++25C+rL9MGMYM1jDLylBbg==} + /@swc/core-darwin-arm64@1.10.14: + resolution: {integrity: sha512-Dh4VyrhDDb05tdRmqJ/MucOPMTnrB4pRJol18HVyLlqu1HOT5EzonUniNTCdQbUXjgdv5UVJSTE1lYTzrp+myA==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] @@ -7940,8 +7940,8 @@ packages: dev: true optional: true - /@swc/core-darwin-x64@1.10.12: - resolution: {integrity: sha512-m4kbpIDDsN1FrwfNQMU+FTrss356xsXvatLbearwR+V0lqOkjLBP0VmRvQfHEg+uy13VPyrT9gj4HLoztlci7w==} + /@swc/core-darwin-x64@1.10.14: + resolution: {integrity: sha512-KpzotL/I0O12RE3tF8NmQErINv0cQe/0mnN/Q50ESFzB5kU6bLgp2HMnnwDTm/XEZZRJCNe0oc9WJ5rKbAJFRQ==} engines: {node: '>=10'} cpu: [x64] os: [darwin] @@ -7949,8 +7949,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm-gnueabihf@1.10.12: - resolution: {integrity: sha512-OY9LcupgqEu8zVK+rJPes6LDJJwPDmwaShU96beTaxX2K6VrXbpwm5WbPS/8FfQTsmpnuA7dCcMPUKhNgmzTrQ==} + /@swc/core-linux-arm-gnueabihf@1.10.14: + resolution: {integrity: sha512-20yRXZjMJVz1wp1TcscKiGTVXistG+saIaxOmxSNQia1Qun3hSWLL+u6+5kXbfYGr7R2N6kqSwtZbIfJI25r9Q==} engines: {node: '>=10'} cpu: [arm] os: [linux] @@ -7958,8 +7958,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-gnu@1.10.12: - resolution: {integrity: sha512-nJD587rO0N4y4VZszz3xzVr7JIiCzSMhEMWnPjuh+xmPxDBz0Qccpr8xCr1cSxpl1uY7ERkqAGlKr6CwoV5kVg==} + /@swc/core-linux-arm64-gnu@1.10.14: + resolution: {integrity: sha512-Gy7cGrNkiMfPxQyLGxdgXPwyWzNzbHuWycJFcoKBihxZKZIW8hkPBttkGivuLC+0qOgsV2/U+S7tlvAju7FtmQ==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -7967,8 +7967,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-musl@1.10.12: - resolution: {integrity: sha512-oqhSmV+XauSf0C//MoQnVErNUB/5OzmSiUzuazyLsD5pwqKNN+leC3JtRQ/QVzaCpr65jv9bKexT9+I2Tt3xDw==} + /@swc/core-linux-arm64-musl@1.10.14: + resolution: {integrity: sha512-+oYVqJvFw62InZ8PIy1rBACJPC2WTe4vbVb9kM1jJj2D7dKLm9acnnYIVIDsM5Wo7Uab8RvPHXVbs19IBurzuw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -7976,8 +7976,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-gnu@1.10.12: - resolution: {integrity: sha512-XldSIHyjD7m1Gh+/8rxV3Ok711ENLI420CU2EGEqSe3VSGZ7pHJvJn9ZFbYpWhsLxPqBYMFjp3Qw+J6OXCPXCA==} + /@swc/core-linux-x64-gnu@1.10.14: + resolution: {integrity: sha512-OmEbVEKQFLQVHwo4EJl9osmlulURy46k232Opfpn/1ji0t2KcNCci3POsnfMuoZjLkGJv8vGNJdPQxX+CP+wSA==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -7985,8 +7985,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-musl@1.10.12: - resolution: {integrity: sha512-wvPXzJxzPgTqhyp1UskOx1hRTtdWxlyFD1cGWOxgLsMik0V9xKRgqKnMPv16Nk7L9xl6quQ6DuUHj9ID7L3oVw==} + /@swc/core-linux-x64-musl@1.10.14: + resolution: {integrity: sha512-OZW+Icm8DMPqHbhdxplkuG8qrNnPk5i7xJOZWYi1y5bTjgGFI4nEzrsmmeHKMdQTaWwsFrm3uK1rlyQ48MmXmg==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -7994,8 +7994,8 @@ packages: dev: true optional: true - /@swc/core-win32-arm64-msvc@1.10.12: - resolution: {integrity: sha512-TUYzWuu1O7uyIcRfxdm6Wh1u+gNnrW5M1DUgDOGZLsyQzgc2Zjwfh2llLhuAIilvCVg5QiGbJlpibRYJ/8QGsg==} + /@swc/core-win32-arm64-msvc@1.10.14: + resolution: {integrity: sha512-sTvc+xrDQXy3HXZFtTEClY35Efvuc3D+busYm0+rb1+Thau4HLRY9WP+sOKeGwH9/16rzfzYEqD7Ds8A9ykrHw==} engines: {node: '>=10'} cpu: [arm64] os: [win32] @@ -8003,8 +8003,8 @@ packages: dev: true optional: true - /@swc/core-win32-ia32-msvc@1.10.12: - resolution: {integrity: sha512-4Qrw+0Xt+Fe2rz4OJ/dEPMeUf/rtuFWWAj/e0vL7J5laUHirzxawLRE5DCJLQTarOiYR6mWnmadt9o3EKzV6Xg==} + /@swc/core-win32-ia32-msvc@1.10.14: + resolution: {integrity: sha512-j2iQ4y9GWTKtES5eMU0sDsFdYni7IxME7ejFej25Tv3Fq4B+U9tgtYWlJwh1858nIWDXelHiKcSh/UICAyVMdQ==} engines: {node: '>=10'} cpu: [ia32] os: [win32] @@ -8012,8 +8012,8 @@ packages: dev: true optional: true - /@swc/core-win32-x64-msvc@1.10.12: - resolution: {integrity: sha512-YiloZXLW7rUxJpALwHXaGjVaAEn+ChoblG7/3esque+Y7QCyheoBUJp2DVM1EeVA43jBfZ8tvYF0liWd9Tpz1A==} + /@swc/core-win32-x64-msvc@1.10.14: + resolution: {integrity: sha512-TYtWkUSMkjs0jGPeWdtWbex4B+DlQZmN/ySVLiPI+EltYCLEXsFMkVFq6aWn48dqFHggFK0UYfvDrJUR2c3Qxg==} engines: {node: '>=10'} cpu: [x64] os: [win32] @@ -8021,8 +8021,8 @@ packages: dev: true optional: true - /@swc/core@1.10.12: - resolution: {integrity: sha512-+iUL0PYpPm6N9AdV1wvafakvCqFegQus1aoEDxgFsv3/uNVNIyRaupf/v/Zkp5hbep2EzhtoJR0aiJIzDbXWHg==} + /@swc/core@1.10.14: + resolution: {integrity: sha512-WSrnE6JRnH20ZYjOOgSS4aOaPv9gxlkI2KRkN24kagbZnPZMnN8bZZyzw1rrLvwgpuRGv17Uz+hflosbR+SP6w==} engines: {node: '>=10'} requiresBuild: true peerDependencies: @@ -8034,16 +8034,16 @@ packages: '@swc/counter': 0.1.3 '@swc/types': 0.1.17 optionalDependencies: - '@swc/core-darwin-arm64': 1.10.12 - '@swc/core-darwin-x64': 1.10.12 - '@swc/core-linux-arm-gnueabihf': 1.10.12 - '@swc/core-linux-arm64-gnu': 1.10.12 - '@swc/core-linux-arm64-musl': 1.10.12 - '@swc/core-linux-x64-gnu': 1.10.12 - '@swc/core-linux-x64-musl': 1.10.12 - '@swc/core-win32-arm64-msvc': 1.10.12 - '@swc/core-win32-ia32-msvc': 1.10.12 - '@swc/core-win32-x64-msvc': 1.10.12 + '@swc/core-darwin-arm64': 1.10.14 + '@swc/core-darwin-x64': 1.10.14 + '@swc/core-linux-arm-gnueabihf': 1.10.14 + '@swc/core-linux-arm64-gnu': 1.10.14 + '@swc/core-linux-arm64-musl': 1.10.14 + '@swc/core-linux-x64-gnu': 1.10.14 + '@swc/core-linux-x64-musl': 1.10.14 + '@swc/core-win32-arm64-msvc': 1.10.14 + '@swc/core-win32-ia32-msvc': 1.10.14 + '@swc/core-win32-x64-msvc': 1.10.14 dev: true /@swc/counter@0.1.3: @@ -8203,7 +8203,7 @@ packages: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: false /@types/chroma-js@2.4.5: @@ -8213,7 +8213,7 @@ packages: /@types/cli-progress@3.11.6: resolution: {integrity: sha512-cE3+jb9WRlu+uOSAugewNpITJDt1VF8dHOopPO4IABFc3SXYL5WE/+PTz/FCdZRRfIujiWW3n3aMbv1eIGVRWA==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: true /@types/command-line-args@5.2.0: @@ -8233,7 +8233,7 @@ packages: /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: false /@types/cookie@0.6.0: @@ -8256,7 +8256,7 @@ packages: /@types/esm@3.2.2: resolution: {integrity: sha512-l3IQQD2sChjNiQVNf28qq+sY9Sjvz7HrcOO3g4ZeSaiQRXQccBaR6cpqXPpzJ3QYCt6UF7+4ugabMRsQTPV+Eg==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: true /@types/estree@1.0.6: @@ -8265,7 +8265,7 @@ packages: /@types/express-serve-static-core@4.19.6: resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 '@types/qs': 6.9.18 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -8284,7 +8284,7 @@ packages: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: true /@types/geojson@7946.0.16: @@ -8295,13 +8295,13 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: true /@types/graceful-fs@4.1.9: resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: true /@types/hast@2.3.10: @@ -8350,7 +8350,7 @@ packages: /@types/jsdom@21.1.7: resolution: {integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 dev: false @@ -8362,7 +8362,7 @@ packages: /@types/jsonfile@6.1.4: resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: true /@types/leaflet@1.9.16: @@ -8425,13 +8425,13 @@ packages: /@types/mock-fs@4.13.4: resolution: {integrity: sha512-mXmM0o6lULPI8z3XNnQCpL0BGxPwx1Ul1wXYEPBGl4efShyxW2Rln0JOPEWGyZaYZMM6OVXM/15zUuFMY52ljg==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: true - /@types/mssql@9.1.6: - resolution: {integrity: sha512-1JxvEgzVPtBkDOGjzuhsoYxjb4sKrcMC4V5NanUVSZMlXG4ksoZUpjY0m4gjpwfjZ3h22rJ6n0gTJ9l100H5wg==} + /@types/mssql@9.1.7: + resolution: {integrity: sha512-eIOEe78nuSW5KctDHImDhLZ9a+jV/z/Xs5RBhcG/jrk+YWqhdNmzBmHVWV7aWQ5fW+jbIGtX6Ph+bbVqfhzafg==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 tarn: 3.0.2 tedious: 18.6.1 transitivePeerDependencies: @@ -8451,8 +8451,8 @@ packages: dependencies: undici-types: 5.26.5 - /@types/node@20.17.16: - resolution: {integrity: sha512-vOTpLduLkZXePLxHiHsBLp98mHGnl8RptV4YAO3HfKO5UHjDvySGbxKtpYfy8Sx5+WKcgc45qNreJJRVM3L6mw==} + /@types/node@20.17.17: + resolution: {integrity: sha512-/WndGO4kIfMicEQLTi/mDANUu/iVUhT7KboZPdEqqHQ4aTS+3qT3U5gIqWDFV+XouorjfgGqvKILJeHhuQgFYg==} dependencies: undici-types: 6.19.8 @@ -8460,8 +8460,8 @@ packages: resolution: {integrity: sha512-cumHmIAf6On83X7yP+LrsEyUOf/YlociZelmpRYaGFydoaPdxdt80MAbu6vWerQT2COCp2nPvHdsbD7tHn/YlQ==} dev: false - /@types/node@22.13.0: - resolution: {integrity: sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==} + /@types/node@22.13.1: + resolution: {integrity: sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==} dependencies: undici-types: 6.20.0 @@ -8476,7 +8476,7 @@ packages: /@types/pg@8.11.11: resolution: {integrity: sha512-kGT1qKM8wJQ5qlawUrEkXgvMSXoV213KfMGXcwfDwUIfUHXqXYXOfS1nE1LINRJVVVx5wCm70XnFlMHaIcQAfw==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 pg-protocol: 1.7.0 pg-types: 4.0.2 dev: true @@ -8508,7 +8508,7 @@ packages: /@types/readable-stream@4.0.18: resolution: {integrity: sha512-21jK/1j+Wg+7jVw1xnSwy/2Q1VgVjWuFssbYGTREPUBeZ+rqVFl2udq0IkxzPC0ZhOzVceUbyIACFZKLqKEBlA==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 safe-buffer: 5.1.2 /@types/seedrandom@3.0.8: @@ -8527,21 +8527,21 @@ packages: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: false /@types/serve-static@1.15.7: resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} dependencies: '@types/http-errors': 2.0.4 - '@types/node': 22.13.0 + '@types/node': 22.13.1 '@types/send': 0.17.4 dev: false /@types/snowflake-sdk@1.6.24: resolution: {integrity: sha512-CgRp971LQJr970YSySCeIoNfX/29s9ZUnwhVjl8uL62kC7UoTNdNRwwyGCQ7Ca/fECRu8nK47pZpw8xmVWDn9Q==} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 generic-pool: 3.9.0 dev: true @@ -8609,7 +8609,7 @@ packages: graphemer: 1.4.0 ignore: 5.3.2 natural-compare-lite: 1.4.0 - semver: 7.7.0 + semver: 7.7.1 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: @@ -8688,7 +8688,7 @@ packages: debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.7.0 + semver: 7.7.1 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: @@ -8709,7 +8709,7 @@ packages: debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.7.0 + semver: 7.7.1 tsutils: 3.21.0(typescript@5.4.2) typescript: 5.4.2 transitivePeerDependencies: @@ -8731,7 +8731,7 @@ packages: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 - semver: 7.7.0 + semver: 7.7.1 ts-api-utils: 1.4.3(typescript@5.7.3) typescript: 5.7.3 transitivePeerDependencies: @@ -8752,7 +8752,7 @@ packages: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.2) eslint: 8.45.0 eslint-scope: 5.1.1 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - supports-color - typescript @@ -8772,7 +8772,7 @@ packages: '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5) eslint: 8.57.1 eslint-scope: 5.1.1 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - supports-color - typescript @@ -8813,36 +8813,17 @@ packages: resolution: {integrity: sha512-QpjG6jrKJ4bH0eud4h719IaCgUOCYX6acyd5/HalFbDdjGHmFIPfcm8SYEnzvg+Jxz1jBfuH/2tpgOHahOK8xA==} dev: true - /@vitest/coverage-v8@1.6.0(vitest@1.6.0): - resolution: {integrity: sha512-KvapcbMY/8GYIG0rlwwOKCVNRc0OL20rrhFkg/CHNzncV03TE2XWvO5w9uZYoxNiMEBacAJt3unSOiZ7svePew==} - peerDependencies: - vitest: 1.6.0 - dependencies: - '@ampproject/remapping': 2.3.0 - '@bcoe/v8-coverage': 0.2.3 - debug: 4.4.0 - istanbul-lib-coverage: 3.2.2 - istanbul-lib-report: 3.0.1 - istanbul-lib-source-maps: 5.0.6 - istanbul-reports: 3.1.7 - magic-string: 0.30.17 - magicast: 0.3.5 - picocolors: 1.1.1 - std-env: 3.8.0 - strip-literal: 2.1.1 - test-exclude: 6.0.0 - vitest: 1.6.0(@types/node@20.17.16)(jsdom@23.2.0) - transitivePeerDependencies: - - supports-color - dev: false - - /@vitest/coverage-v8@2.0.5(vitest@2.0.5): - resolution: {integrity: sha512-qeFcySCg5FLO2bHHSa0tAZAOnAUbp4L6/A5JDuj9+bt53JREl8hpLjLHEWF0e/gWc8INVpJaqA7+Ene2rclpZg==} + /@vitest/coverage-v8@3.0.5(vitest@2.1.9): + resolution: {integrity: sha512-zOOWIsj5fHh3jjGwQg+P+J1FW3s4jBu1Zqga0qW60yutsBtqEqNEJKWYh7cYn1yGD+1bdPsPdC/eL4eVK56xMg==} peerDependencies: - vitest: 2.0.5 + '@vitest/browser': 3.0.5 + vitest: 3.0.5 + peerDependenciesMeta: + '@vitest/browser': + optional: true dependencies: '@ampproject/remapping': 2.3.0 - '@bcoe/v8-coverage': 0.2.3 + '@bcoe/v8-coverage': 1.0.2 debug: 4.4.0 istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 @@ -8852,18 +8833,10 @@ packages: magicast: 0.3.5 std-env: 3.8.0 test-exclude: 7.0.1 - tinyrainbow: 1.2.0 - vitest: 2.0.5 + tinyrainbow: 2.0.0 + vitest: 2.1.9(@types/node@20.17.17)(jsdom@23.2.0) transitivePeerDependencies: - supports-color - dev: true - - /@vitest/expect@1.6.0: - resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==} - dependencies: - '@vitest/spy': 1.6.0 - '@vitest/utils': 1.6.0 - chai: 4.5.0 /@vitest/expect@2.0.5: resolution: {integrity: sha512-yHZtwuP7JZivj65Gxoi8upUN2OzHTi3zVfjwdpu2WrvCZPLwsJ2Ey5ILIPccoW23dd/zQBlJ4/dhi7DWNyXCpA==} @@ -8873,16 +8846,16 @@ packages: chai: 5.1.2 tinyrainbow: 1.2.0 - /@vitest/expect@2.1.8: - resolution: {integrity: sha512-8ytZ/fFHq2g4PJVAtDX57mayemKgDR6X3Oa2Foro+EygiOJHUXhCqBAAKQYYajZpFoIfvBCF1j6R6IYRSIUFuw==} + /@vitest/expect@2.1.9: + resolution: {integrity: sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==} dependencies: - '@vitest/spy': 2.1.8 - '@vitest/utils': 2.1.8 + '@vitest/spy': 2.1.9 + '@vitest/utils': 2.1.9 chai: 5.1.2 tinyrainbow: 1.2.0 - /@vitest/mocker@2.1.8(vite@5.4.11): - resolution: {integrity: sha512-7guJ/47I6uqfttp33mgo6ga5Gr1VnL58rcqYKyShoRK9ebu8T5Rs6HN3s1NABiBeVTdWNrwUMcHH54uXZBN4zA==} + /@vitest/mocker@2.1.9(vite@5.4.14): + resolution: {integrity: sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==} peerDependencies: msw: ^2.4.9 vite: ^5.0.0 @@ -8892,86 +8865,44 @@ packages: vite: optional: true dependencies: - '@vitest/spy': 2.1.8 + '@vitest/spy': 2.1.9 estree-walker: 3.0.3 magic-string: 0.30.17 - vite: 5.4.11(@types/node@20.11.28) + vite: 5.4.14(@types/node@20.11.28) /@vitest/pretty-format@2.0.5: resolution: {integrity: sha512-h8k+1oWHfwTkyTkb9egzwNMfJAEx4veaPSnMeKbVSjp4euqGSbQlm5+6VHwTr7u4FJslVVsUG5nopCaAYdOmSQ==} dependencies: tinyrainbow: 1.2.0 - /@vitest/pretty-format@2.1.8: - resolution: {integrity: sha512-9HiSZ9zpqNLKlbIDRWOnAWqgcA7xu+8YxXSekhr0Ykab7PAYFkhkwoqVArPOtJhPmYeE2YHgKZlj3CP36z2AJQ==} + /@vitest/pretty-format@2.1.9: + resolution: {integrity: sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==} dependencies: tinyrainbow: 1.2.0 - /@vitest/runner@1.6.0: - resolution: {integrity: sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==} + /@vitest/runner@2.1.9: + resolution: {integrity: sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==} dependencies: - '@vitest/utils': 1.6.0 - p-limit: 5.0.0 + '@vitest/utils': 2.1.9 pathe: 1.1.2 - /@vitest/runner@2.0.5: - resolution: {integrity: sha512-TfRfZa6Bkk9ky4tW0z20WKXFEwwvWhRY+84CnSEtq4+3ZvDlJyY32oNTJtM7AW9ihW90tX/1Q78cb6FjoAs+ig==} + /@vitest/snapshot@2.1.9: + resolution: {integrity: sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==} dependencies: - '@vitest/utils': 2.0.5 - pathe: 1.1.2 - dev: true - - /@vitest/runner@2.1.8: - resolution: {integrity: sha512-17ub8vQstRnRlIU5k50bG+QOMLHRhYPAna5tw8tYbj+jzjcspnwnwtPtiOlkuKC4+ixDPTuLZiqiWWQ2PSXHVg==} - dependencies: - '@vitest/utils': 2.1.8 - pathe: 1.1.2 - - /@vitest/snapshot@1.6.0: - resolution: {integrity: sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==} - dependencies: - magic-string: 0.30.17 - pathe: 1.1.2 - pretty-format: 29.7.0 - - /@vitest/snapshot@2.0.5: - resolution: {integrity: sha512-SgCPUeDFLaM0mIUHfaArq8fD2WbaXG/zVXjRupthYfYGzc8ztbFbu6dUNOblBG7XLMR1kEhS/DNnfCZ2IhdDew==} - dependencies: - '@vitest/pretty-format': 2.0.5 + '@vitest/pretty-format': 2.1.9 magic-string: 0.30.17 pathe: 1.1.2 - dev: true - - /@vitest/snapshot@2.1.8: - resolution: {integrity: sha512-20T7xRFbmnkfcmgVEz+z3AU/3b0cEzZOt/zmnvZEctg64/QZbSDJEVm9fLnnlSi74KibmRsO9/Qabi+t0vCRPg==} - dependencies: - '@vitest/pretty-format': 2.1.8 - magic-string: 0.30.17 - pathe: 1.1.2 - - /@vitest/spy@1.6.0: - resolution: {integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==} - dependencies: - tinyspy: 2.2.1 /@vitest/spy@2.0.5: resolution: {integrity: sha512-c/jdthAhvJdpfVuaexSrnawxZz6pywlTPe84LUB2m/4t3rl2fTo9NFGBG4oWgaD+FTgDDV8hJ/nibT7IfH3JfA==} dependencies: tinyspy: 3.0.2 - /@vitest/spy@2.1.8: - resolution: {integrity: sha512-5swjf2q95gXeYPevtW0BLk6H8+bPlMb4Vw/9Em4hFxDcaOxS+e0LOX4yqNxoHzMR2akEB2xfpnWUzkZokmgWDg==} + /@vitest/spy@2.1.9: + resolution: {integrity: sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==} dependencies: tinyspy: 3.0.2 - /@vitest/utils@1.6.0: - resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==} - dependencies: - diff-sequences: 29.6.3 - estree-walker: 3.0.3 - loupe: 2.3.7 - pretty-format: 29.7.0 - /@vitest/utils@2.0.5: resolution: {integrity: sha512-d8HKbqIcya+GR67mkZbrzhS5kKhtp8dQLcmRZLGTscGVg7yImT82cIrhtn2L8+VujWcy6KZweApgNmPsTAO/UQ==} dependencies: @@ -8980,10 +8911,10 @@ packages: loupe: 3.1.3 tinyrainbow: 1.2.0 - /@vitest/utils@2.1.8: - resolution: {integrity: sha512-dwSoui6djdwbfFmIgbIjX2ZhIoG7Ex/+xpxyiEgIGzjliY8xGkcpITKTlp6B4MgtGkF2ilvm97cPM96XZaAgcA==} + /@vitest/utils@2.1.9: + resolution: {integrity: sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==} dependencies: - '@vitest/pretty-format': 2.1.8 + '@vitest/pretty-format': 2.1.9 loupe: 3.1.3 tinyrainbow: 1.2.0 @@ -8991,9 +8922,9 @@ packages: resolution: {integrity: sha512-7YcKoUvmHlIB8QYCE4FNzt3ErHi9gQPhdCM3ZWtpw1bxPT0I+lMdx52KHlzTNoJzQ2NvMX7HyzyDwBEiMgTrWQ==} engines: {vscode: ^1.75.0} dependencies: - '@microsoft/1ds-core-js': 4.3.4(tslib@2.8.1) - '@microsoft/1ds-post-js': 4.3.4(tslib@2.8.1) - '@microsoft/applicationinsights-web-basic': 3.3.4(tslib@2.8.1) + '@microsoft/1ds-core-js': 4.3.5(tslib@2.8.1) + '@microsoft/1ds-post-js': 4.3.5(tslib@2.8.1) + '@microsoft/applicationinsights-web-basic': 3.3.5(tslib@2.8.1) transitivePeerDependencies: - tslib dev: false @@ -9119,7 +9050,7 @@ packages: minimatch: 3.1.2 parse-semver: 1.1.1 read: 1.0.7 - semver: 7.7.0 + semver: 7.7.1 tmp: 0.2.3 typed-rest-client: 1.8.11 url-join: 4.0.1 @@ -9301,12 +9232,6 @@ packages: dependencies: acorn: 8.14.0 - /acorn-walk@8.3.4: - resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} - engines: {node: '>=0.4.0'} - dependencies: - acorn: 8.14.0 - /acorn@8.14.0: resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} engines: {node: '>=0.4.0'} @@ -9384,23 +9309,23 @@ packages: require-from-string: 2.0.2 dev: true - /algoliasearch@5.20.0: - resolution: {integrity: sha512-groO71Fvi5SWpxjI9Ia+chy0QBwT61mg6yxJV27f5YFf+Mw+STT75K6SHySpP8Co5LsCrtsbCH5dJZSRtkSKaQ==} + /algoliasearch@5.20.1: + resolution: {integrity: sha512-SiCOCVBCQUg/aWkfMnjT+8TQxNNFlPZTI7v8y4+aZXzJg6zDIzKy9KcYVS4sc+xk5cwW5hyJ+9z836f4+wvgzA==} engines: {node: '>= 14.0.0'} dependencies: - '@algolia/client-abtesting': 5.20.0 - '@algolia/client-analytics': 5.20.0 - '@algolia/client-common': 5.20.0 - '@algolia/client-insights': 5.20.0 - '@algolia/client-personalization': 5.20.0 - '@algolia/client-query-suggestions': 5.20.0 - '@algolia/client-search': 5.20.0 - '@algolia/ingestion': 1.20.0 - '@algolia/monitoring': 1.20.0 - '@algolia/recommend': 5.20.0 - '@algolia/requester-browser-xhr': 5.20.0 - '@algolia/requester-fetch': 5.20.0 - '@algolia/requester-node-http': 5.20.0 + '@algolia/client-abtesting': 5.20.1 + '@algolia/client-analytics': 5.20.1 + '@algolia/client-common': 5.20.1 + '@algolia/client-insights': 5.20.1 + '@algolia/client-personalization': 5.20.1 + '@algolia/client-query-suggestions': 5.20.1 + '@algolia/client-search': 5.20.1 + '@algolia/ingestion': 1.20.1 + '@algolia/monitoring': 1.20.1 + '@algolia/recommend': 5.20.1 + '@algolia/requester-browser-xhr': 5.20.1 + '@algolia/requester-fetch': 5.20.1 + '@algolia/requester-node-http': 5.20.1 dev: false /ansi-colors@4.1.1: @@ -9480,7 +9405,7 @@ packages: '@swc/helpers': 0.5.15 '@types/command-line-args': 5.2.3 '@types/command-line-usage': 5.0.4 - '@types/node': 20.17.16 + '@types/node': 20.17.17 command-line-args: 5.2.1 command-line-usage: 7.0.3 flatbuffers: 24.12.23 @@ -9606,9 +9531,6 @@ packages: safer-buffer: 2.1.2 dev: false - /assertion-error@1.1.0: - resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} - /assertion-error@2.0.1: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} engines: {node: '>=12'} @@ -9647,7 +9569,6 @@ packages: /asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - dev: false /autoprefixer@10.4.20(postcss@8.5.1): resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} @@ -9657,7 +9578,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.24.4 - caniuse-lite: 1.0.30001696 + caniuse-lite: 1.0.30001697 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 @@ -9817,7 +9738,6 @@ packages: resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==} dependencies: require-from-string: 2.0.2 - dev: false /big-integer@1.6.52: resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} @@ -9989,8 +9909,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001696 - electron-to-chromium: 1.5.90 + caniuse-lite: 1.0.30001697 + electron-to-chromium: 1.5.93 node-releases: 2.0.19 update-browserslist-db: 1.1.2(browserslist@4.24.4) @@ -10162,24 +10082,12 @@ packages: resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} dev: false - /caniuse-lite@1.0.30001696: - resolution: {integrity: sha512-pDCPkvzfa39ehJtJ+OwGT/2yvT2SbjfHhiIW2LWOAcMQ7BzwxT/XuyUp4OTOd0XFWA6BKw0JalnBHgSi5DGJBQ==} + /caniuse-lite@1.0.30001697: + resolution: {integrity: sha512-GwNPlWJin8E+d7Gxq96jxM6w0w+VFeyyXRsjU58emtkYqnbwHqXm5uT2uCmO0RQE9htWknOP4xtBlLmM/gWxvQ==} /ccount@1.1.0: resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==} - /chai@4.5.0: - resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==} - engines: {node: '>=4'} - dependencies: - assertion-error: 1.1.0 - check-error: 1.0.3 - deep-eql: 4.1.4 - get-func-name: 2.0.2 - loupe: 2.3.7 - pathval: 1.1.1 - type-detect: 4.1.0 - /chai@5.1.2: resolution: {integrity: sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==} engines: {node: '>=12'} @@ -10253,11 +10161,6 @@ packages: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} dev: true - /check-error@1.0.3: - resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} - dependencies: - get-func-name: 2.0.2 - /check-error@2.1.1: resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} engines: {node: '>= 16'} @@ -10482,7 +10385,7 @@ packages: '@codemirror/language': 6.10.8 '@codemirror/lint': 6.8.4 '@codemirror/search': 6.5.8 - '@codemirror/state': 6.5.1 + '@codemirror/state': 6.5.2 '@codemirror/view': 6.36.2 dev: false @@ -10557,7 +10460,6 @@ packages: engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 - dev: false /comma-separated-tokens@2.0.3: resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} @@ -10636,6 +10538,7 @@ packages: /confbox@0.1.8: resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} + dev: false /consola@3.4.0: resolution: {integrity: sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==} @@ -10685,7 +10588,7 @@ packages: optional: true dependencies: env-paths: 2.2.1 - import-fresh: 3.3.0 + import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 typescript: 5.4.2 @@ -10795,7 +10698,6 @@ packages: dependencies: '@asamuzakjp/css-color': 2.8.3 rrweb-cssom: 0.8.0 - dev: false /csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} @@ -10842,7 +10744,6 @@ packages: dependencies: whatwg-mimetype: 4.0.0 whatwg-url: 14.1.0 - dev: false /data-view-buffer@1.0.2: resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==} @@ -10942,7 +10843,6 @@ packages: /decimal.js@10.5.0: resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==} - dev: false /decompress-response@6.0.0: resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} @@ -10969,12 +10869,6 @@ packages: optional: true dev: true - /deep-eql@4.1.4: - resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==} - engines: {node: '>=6'} - dependencies: - type-detect: 4.1.0 - /deep-eql@5.0.2: resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} engines: {node: '>=6'} @@ -11080,7 +10974,6 @@ packages: /delayed-stream@1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} - dev: false /delegates@1.0.0: resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} @@ -11136,6 +11029,7 @@ packages: /diff-sequences@29.6.3: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true /diff@5.0.0: resolution: {integrity: sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==} @@ -11319,8 +11213,8 @@ packages: /ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - /electron-to-chromium@1.5.90: - resolution: {integrity: sha512-C3PN4aydfW91Natdyd449Kw+BzhLmof6tzy5W1pFC5SpQxVXT+oyiyOG9AgYYSN9OdA/ik3YkCrpwqI8ug5Tug==} + /electron-to-chromium@1.5.93: + resolution: {integrity: sha512-M+29jTcfNNoR9NV7la4SwUqzWAxEwnc7ThA5e1m6LRSotmpfpCpLcIfgtSCVL+MllNLgAyM/5ru86iMRemPzDQ==} /emittery@0.10.2: resolution: {integrity: sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==} @@ -11369,8 +11263,8 @@ packages: once: 1.4.0 dev: false - /enhanced-resolve@5.18.0: - resolution: {integrity: sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==} + /enhanced-resolve@5.18.1: + resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.11 @@ -11474,9 +11368,9 @@ packages: is-shared-array-buffer: 1.0.4 is-string: 1.1.1 is-typed-array: 1.1.15 - is-weakref: 1.1.0 + is-weakref: 1.1.1 math-intrinsics: 1.1.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 object-keys: 1.1.1 object.assign: 4.1.7 own-keys: 1.0.1 @@ -11739,7 +11633,7 @@ packages: postcss-load-config: 3.1.4(postcss@8.5.1) postcss-safe-parser: 6.0.0(postcss@8.5.1) postcss-selector-parser: 6.1.2 - semver: 7.7.0 + semver: 7.7.1 svelte: 4.2.19 svelte-eslint-parser: 0.43.0(svelte@4.2.19) transitivePeerDependencies: @@ -11768,7 +11662,7 @@ packages: postcss-load-config: 3.1.4(postcss@8.5.1) postcss-safe-parser: 6.0.0(postcss@8.5.1) postcss-selector-parser: 6.1.2 - semver: 7.7.0 + semver: 7.7.1 svelte: 4.2.19 svelte-eslint-parser: 0.43.0(svelte@4.2.19) transitivePeerDependencies: @@ -11837,7 +11731,7 @@ packages: glob-parent: 6.0.2 globals: 13.24.0 ignore: 4.0.6 - import-fresh: 3.3.0 + import-fresh: 3.3.1 imurmurhash: 0.1.4 is-glob: 4.0.3 js-yaml: 4.1.0 @@ -11849,7 +11743,7 @@ packages: optionator: 0.9.4 progress: 2.0.3 regexpp: 3.2.0 - semver: 7.7.0 + semver: 7.7.1 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 text-table: 0.2.0 @@ -12059,20 +11953,6 @@ packages: signal-exit: 3.0.7 strip-final-newline: 3.0.0 - /execa@8.0.1: - resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} - engines: {node: '>=16.17'} - dependencies: - cross-spawn: 7.0.6 - get-stream: 8.0.1 - human-signals: 5.0.0 - is-stream: 3.0.0 - merge-stream: 2.0.0 - npm-run-path: 5.3.0 - onetime: 6.0.0 - signal-exit: 4.1.0 - strip-final-newline: 3.0.0 - /exit@0.1.2: resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} engines: {node: '>= 0.8.0'} @@ -12372,7 +12252,6 @@ packages: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.35 - dev: false /formdata-polyfill@4.0.10: resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} @@ -12604,9 +12483,6 @@ packages: resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} engines: {node: '>=18'} - /get-func-name@2.0.2: - resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} - /get-intrinsic@1.2.7: resolution: {integrity: sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==} engines: {node: '>= 0.4'} @@ -12648,10 +12524,6 @@ packages: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} - /get-stream@8.0.1: - resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} - engines: {node: '>=16'} - /get-symbol-description@1.1.0: resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} engines: {node: '>= 0.4'} @@ -13026,7 +12898,6 @@ packages: engines: {node: '>=18'} dependencies: whatwg-encoding: 3.1.1 - dev: false /html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} @@ -13195,10 +13066,6 @@ packages: resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} engines: {node: '>=14.18.0'} - /human-signals@5.0.0: - resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} - engines: {node: '>=16.17.0'} - /humanize-ms@1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} dependencies: @@ -13241,8 +13108,8 @@ packages: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} - /import-fresh@3.3.0: - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + /import-fresh@3.3.1: + resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} engines: {node: '>=6'} dependencies: parent-module: 1.0.1 @@ -13375,8 +13242,8 @@ packages: dependencies: binary-extensions: 2.3.0 - /is-boolean-object@1.2.1: - resolution: {integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==} + /is-boolean-object@1.2.2: + resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==} engines: {node: '>= 0.4'} dependencies: call-bound: 1.0.3 @@ -13530,7 +13397,6 @@ packages: /is-potential-custom-element-name@1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} - dev: false /is-property@1.0.2: resolution: {integrity: sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==} @@ -13618,8 +13484,8 @@ packages: engines: {node: '>= 0.4'} dev: true - /is-weakref@1.1.0: - resolution: {integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==} + /is-weakref@1.1.1: + resolution: {integrity: sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==} engines: {node: '>= 0.4'} dependencies: call-bound: 1.0.3 @@ -13761,7 +13627,7 @@ packages: '@jest/expect': 28.1.3 '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 chalk: 4.1.0 co: 4.6.0 dedent: 0.7.0 @@ -13797,7 +13663,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.2.0 - jest-config: 28.1.3(@types/node@22.13.0) + jest-config: 28.1.3(@types/node@22.13.1) jest-util: 28.1.3 jest-validate: 28.1.3 prompts: 2.4.2 @@ -13808,7 +13674,7 @@ packages: - ts-node dev: true - /jest-config@28.1.3(@types/node@22.13.0): + /jest-config@28.1.3(@types/node@22.13.1): resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: @@ -13823,7 +13689,7 @@ packages: '@babel/core': 7.26.7 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 babel-jest: 28.1.3(@babel/core@7.26.7) chalk: 4.1.0 ci-info: 3.9.0 @@ -13892,7 +13758,7 @@ packages: '@jest/environment': 28.1.3 '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 jest-mock: 28.1.3 jest-util: 28.1.3 dev: true @@ -13913,7 +13779,7 @@ packages: dependencies: '@jest/types': 28.1.3 '@types/graceful-fs': 4.1.9 - '@types/node': 22.13.0 + '@types/node': 22.13.1 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -13932,7 +13798,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 22.13.0 + '@types/node': 22.13.1 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -14008,7 +13874,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: true /jest-mock@28.1.3: @@ -14016,7 +13882,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 dev: true /jest-mock@29.7.0: @@ -14024,7 +13890,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 jest-util: 29.7.0 dev: true @@ -14084,7 +13950,7 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 chalk: 4.1.0 emittery: 0.10.2 graceful-fs: 4.2.11 @@ -14160,7 +14026,7 @@ packages: jest-util: 28.1.3 natural-compare: 1.4.0 pretty-format: 28.1.3 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - supports-color dev: true @@ -14188,7 +14054,7 @@ packages: jest-util: 29.7.0 natural-compare: 1.4.0 pretty-format: 29.7.0 - semver: 7.7.0 + semver: 7.7.1 transitivePeerDependencies: - supports-color dev: true @@ -14198,7 +14064,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 chalk: 4.1.0 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -14210,7 +14076,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 chalk: 4.1.0 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -14235,7 +14101,7 @@ packages: dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 22.13.0 + '@types/node': 22.13.1 ansi-escapes: 4.3.2 chalk: 4.1.0 emittery: 0.10.2 @@ -14247,7 +14113,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -14256,7 +14122,7 @@ packages: resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -14265,7 +14131,7 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -14309,9 +14175,6 @@ packages: /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - /js-tokens@9.0.1: - resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} - /js-yaml@3.14.1: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true @@ -14368,7 +14231,6 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false /jsesc@3.1.0: resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} @@ -14443,7 +14305,7 @@ packages: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 7.7.0 + semver: 7.7.1 /jwa@1.4.1: resolution: {integrity: sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==} @@ -14714,13 +14576,6 @@ packages: engines: {node: '>=6.11.5'} dev: true - /local-pkg@0.5.1: - resolution: {integrity: sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==} - engines: {node: '>=14'} - dependencies: - mlly: 1.7.4 - pkg-types: 1.3.1 - /locate-character@3.0.0: resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} @@ -14832,11 +14687,6 @@ packages: dependencies: js-tokens: 4.0.0 - /loupe@2.3.7: - resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} - dependencies: - get-func-name: 2.0.2 - /loupe@3.1.3: resolution: {integrity: sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==} @@ -14917,7 +14767,7 @@ packages: resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} engines: {node: '>=10'} dependencies: - semver: 7.7.0 + semver: 7.7.1 /make-fetch-happen@10.2.1: resolution: {integrity: sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==} @@ -15300,6 +15150,7 @@ packages: pathe: 2.0.2 pkg-types: 1.3.1 ufo: 1.5.4 + dev: false /mocha@9.2.2: resolution: {integrity: sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g==} @@ -15332,8 +15183,8 @@ packages: yargs-unparser: 2.0.0 dev: true - /mock-fs@5.4.1: - resolution: {integrity: sha512-sz/Q8K1gXXXHR+qr0GZg2ysxCRr323kuN10O7CtQjraJsFDJ4SJ+0I5MzALz7aRp9lHk8Cc/YdsT95h9Ka1aFw==} + /mock-fs@5.5.0: + resolution: {integrity: sha512-d/P1M/RacgM3dB0sJ8rjeRNXxtapkPCUnMGmIN0ixJ16F/E4GUZCvWcSGfWGz8eaXYvn1s9baUwNjI4LOPEjiA==} engines: {node: '>=12.0.0'} dev: true @@ -15498,7 +15349,7 @@ packages: engines: {node: '>=10'} requiresBuild: true dependencies: - semver: 7.7.0 + semver: 7.7.1 dev: false optional: true @@ -15571,7 +15422,7 @@ packages: nopt: 5.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.7.0 + semver: 7.7.1 tar: 6.2.1 which: 2.0.2 transitivePeerDependencies: @@ -15593,7 +15444,7 @@ packages: nopt: 6.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.7.0 + semver: 7.7.1 tar: 6.2.1 which: 2.0.2 transitivePeerDependencies: @@ -15739,8 +15590,8 @@ packages: resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} engines: {node: '>= 6'} - /object-inspect@1.13.3: - resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} + /object-inspect@1.13.4: + resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} engines: {node: '>= 0.4'} /object-is@1.1.6: @@ -15884,8 +15735,8 @@ packages: strip-ansi: 7.1.0 dev: true - /ora@8.1.1: - resolution: {integrity: sha512-YWielGi1XzG1UTvOaCFaNgEnuhZVMSHYkW/FQ7UX8O26PtlpdM84c0f7wLPlkvx2RfiQmnzd61d/MGxmpQeJPw==} + /ora@8.2.0: + resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} engines: {node: '>=18'} dependencies: chalk: 5.4.1 @@ -15952,12 +15803,6 @@ packages: dependencies: yocto-queue: 0.1.0 - /p-limit@5.0.0: - resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==} - engines: {node: '>=18'} - dependencies: - yocto-queue: 1.1.1 - /p-locate@4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} engines: {node: '>=8'} @@ -16041,6 +15886,9 @@ packages: resolution: {integrity: sha512-8GrC8C7J8mwRpAlk7EJ7lwdFTbCN+dcXH2gy5AsEs9pLfzo9wvxOTx6W0fzSlvCOvZOita+8GdfYlGfEt0tRgA==} engines: {node: '>= 16.0.0'} hasBin: true + peerDependenciesMeta: + '@parcel/core': + optional: true dependencies: '@parcel/config-default': 2.13.3(@parcel/core@2.13.3)(postcss@8.5.1)(typescript@5.4.2) '@parcel/core': 2.13.3 @@ -16143,7 +15991,6 @@ packages: resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} dependencies: entities: 4.5.0 - dev: false /parseurl@1.3.3: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} @@ -16213,9 +16060,7 @@ packages: /pathe@2.0.2: resolution: {integrity: sha512-15Ztpk+nov8DR524R4BF7uEuzESgzUEAV4Ah7CUMNGXdE5ELuvxElxGXndBl32vMSsWa1jpNf22Z+Er3sKwq+w==} - - /pathval@1.1.1: - resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} + dev: false /pathval@2.0.0: resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} @@ -16366,6 +16211,7 @@ packages: confbox: 0.1.8 mlly: 1.7.4 pathe: 2.0.2 + dev: false /playwright-core@1.50.1: resolution: {integrity: sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==} @@ -16669,6 +16515,7 @@ packages: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 react-is: 18.3.1 + dev: true /prism-svelte@0.4.7: resolution: {integrity: sha512-yABh19CYbM24V7aS7TuPYRNMqthxwbvx6FF/Rw920YbyBWO3tnyPIqRMgHuSVsLmuHkkBS1Akyof463FVdkeDQ==} @@ -16755,7 +16602,6 @@ packages: resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==} dependencies: punycode: 2.3.1 - dev: false /publint@0.1.16: resolution: {integrity: sha512-wJgk7HnXDT5Ap0DjFYbGz78kPkN44iQvDiaq8P63IEEyNU9mYXvaMd2cAyIM6OgqXM/IA3CK6XWIsRq+wjNpgw==} @@ -16795,7 +16641,6 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. - (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) dev: false @@ -16814,7 +16659,6 @@ packages: /querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} - dev: false /queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} @@ -16884,6 +16728,7 @@ packages: /react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} + dev: true /react-refresh@0.14.2: resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} @@ -17197,41 +17042,39 @@ packages: dependencies: glob: 7.2.3 - /rollup@4.32.1: - resolution: {integrity: sha512-z+aeEsOeEa3mEbS1Tjl6sAZ8NE3+AalQz1RJGj81M+fizusbdDMoEJwdJNHfaB40Scr4qNu+welOfes7maKonA==} + /rollup@4.34.4: + resolution: {integrity: sha512-spF66xoyD7rz3o08sHP7wogp1gZ6itSq22SGa/IZTcUDXDlOyrShwMwkVSB+BUxFRZZCUYqdb3KWDEOMVQZxuw==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true dependencies: '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.32.1 - '@rollup/rollup-android-arm64': 4.32.1 - '@rollup/rollup-darwin-arm64': 4.32.1 - '@rollup/rollup-darwin-x64': 4.32.1 - '@rollup/rollup-freebsd-arm64': 4.32.1 - '@rollup/rollup-freebsd-x64': 4.32.1 - '@rollup/rollup-linux-arm-gnueabihf': 4.32.1 - '@rollup/rollup-linux-arm-musleabihf': 4.32.1 - '@rollup/rollup-linux-arm64-gnu': 4.32.1 - '@rollup/rollup-linux-arm64-musl': 4.32.1 - '@rollup/rollup-linux-loongarch64-gnu': 4.32.1 - '@rollup/rollup-linux-powerpc64le-gnu': 4.32.1 - '@rollup/rollup-linux-riscv64-gnu': 4.32.1 - '@rollup/rollup-linux-s390x-gnu': 4.32.1 - '@rollup/rollup-linux-x64-gnu': 4.32.1 - '@rollup/rollup-linux-x64-musl': 4.32.1 - '@rollup/rollup-win32-arm64-msvc': 4.32.1 - '@rollup/rollup-win32-ia32-msvc': 4.32.1 - '@rollup/rollup-win32-x64-msvc': 4.32.1 + '@rollup/rollup-android-arm-eabi': 4.34.4 + '@rollup/rollup-android-arm64': 4.34.4 + '@rollup/rollup-darwin-arm64': 4.34.4 + '@rollup/rollup-darwin-x64': 4.34.4 + '@rollup/rollup-freebsd-arm64': 4.34.4 + '@rollup/rollup-freebsd-x64': 4.34.4 + '@rollup/rollup-linux-arm-gnueabihf': 4.34.4 + '@rollup/rollup-linux-arm-musleabihf': 4.34.4 + '@rollup/rollup-linux-arm64-gnu': 4.34.4 + '@rollup/rollup-linux-arm64-musl': 4.34.4 + '@rollup/rollup-linux-loongarch64-gnu': 4.34.4 + '@rollup/rollup-linux-powerpc64le-gnu': 4.34.4 + '@rollup/rollup-linux-riscv64-gnu': 4.34.4 + '@rollup/rollup-linux-s390x-gnu': 4.34.4 + '@rollup/rollup-linux-x64-gnu': 4.34.4 + '@rollup/rollup-linux-x64-musl': 4.34.4 + '@rollup/rollup-win32-arm64-msvc': 4.34.4 + '@rollup/rollup-win32-ia32-msvc': 4.34.4 + '@rollup/rollup-win32-x64-msvc': 4.34.4 fsevents: 2.3.3 /rrweb-cssom@0.6.0: resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} - dev: false /rrweb-cssom@0.8.0: resolution: {integrity: sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==} - dev: false /run-applescript@5.0.0: resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==} @@ -17331,7 +17174,6 @@ packages: engines: {node: '>=v12.22.7'} dependencies: xmlchars: 2.2.0 - dev: false /scheduler@0.20.2: resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==} @@ -17374,8 +17216,8 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - /semver@7.7.0: - resolution: {integrity: sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==} + /semver@7.7.1: + resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} engines: {node: '>=10'} hasBin: true @@ -17508,7 +17350,7 @@ packages: engines: {node: '>= 0.4'} dependencies: es-errors: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 /side-channel-map@1.0.1: resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==} @@ -17517,7 +17359,7 @@ packages: call-bound: 1.0.3 es-errors: 1.3.0 get-intrinsic: 1.2.7 - object-inspect: 1.13.3 + object-inspect: 1.13.4 /side-channel-weakmap@1.0.2: resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} @@ -17526,7 +17368,7 @@ packages: call-bound: 1.0.3 es-errors: 1.3.0 get-intrinsic: 1.2.7 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-map: 1.0.1 /side-channel@1.1.0: @@ -17534,7 +17376,7 @@ packages: engines: {node: '>= 0.4'} dependencies: es-errors: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-list: 1.0.0 side-channel-map: 1.0.1 side-channel-weakmap: 1.0.2 @@ -17610,7 +17452,7 @@ packages: /snowflake-sdk@1.9.0(asn1.js@5.4.1): resolution: {integrity: sha512-RtFRV2KC+ebQk/kOUg8WV42LnAu9puoan2wMXykgrAj1u4sGP/GgQyQhsAfLGwXWzn+J9JAwij07h3+6HYBmFw==} dependencies: - '@aws-sdk/client-s3': 3.740.0 + '@aws-sdk/client-s3': 3.741.0 '@azure/storage-blob': 12.26.0 '@google-cloud/storage': 6.12.0 '@techteamer/ocsp': 1.0.0 @@ -17788,6 +17630,9 @@ packages: /sqlite3@5.1.6: resolution: {integrity: sha512-olYkWoKFVNSSSQNvxVUfjiVbz3YtBwTJj+mfV5zpHmqW3sELx2Cf4QCdirMelhM5Zh+KDVaKgQHqCxrqiWHybw==} requiresBuild: true + peerDependenciesMeta: + node-gyp: + optional: true dependencies: '@mapbox/node-pre-gyp': 1.0.11 node-addon-api: 4.3.0 @@ -17889,8 +17734,8 @@ packages: resolution: {integrity: sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==} engines: {node: '>=4', npm: '>=6'} - /storybook@8.5.2(prettier@3.4.2): - resolution: {integrity: sha512-pf84emQ7Pd5jBdT2gzlNs4kRaSI3pq0Lh8lSfV+YqIVXztXIHU+Lqyhek2Lhjb7btzA1tExrhJrgQUsIji7i7A==} + /storybook@8.5.3(prettier@3.4.2): + resolution: {integrity: sha512-2WtNBZ45u1AhviRU+U+ld588tH8gDa702dNSq5C8UBaE9PlOsazGsyp90dw1s9YRvi+ejrjKAupQAU0GwwUiVg==} hasBin: true peerDependencies: prettier: ^2 || ^3 @@ -17898,7 +17743,7 @@ packages: prettier: optional: true dependencies: - '@storybook/core': 8.5.2(prettier@3.4.2) + '@storybook/core': 8.5.3(prettier@3.4.2) prettier: 3.4.2 transitivePeerDependencies: - bufferutil @@ -18076,11 +17921,6 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - /strip-literal@2.1.1: - resolution: {integrity: sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==} - dependencies: - js-tokens: 9.0.1 - /strnum@1.0.5: resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} dev: false @@ -18146,7 +17986,7 @@ packages: '@jridgewell/trace-mapping': 0.3.25 chokidar: 3.6.0 fast-glob: 3.3.3 - import-fresh: 3.3.0 + import-fresh: 3.3.1 picocolors: 1.1.1 sade: 1.8.1 svelte: 4.2.19 @@ -18382,7 +18222,6 @@ packages: /symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - dev: false /tabbable@6.2.0: resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} @@ -18510,7 +18349,7 @@ packages: '@azure/identity': 4.6.0 '@azure/keyvault-keys': 4.9.0 '@js-joda/core': 5.6.4 - '@types/node': 22.13.0 + '@types/node': 22.13.1 bl: 6.0.19 iconv-lite: 0.6.3 js-md4: 0.3.2 @@ -18566,12 +18405,12 @@ packages: jest-worker: 27.5.1 schema-utils: 4.3.0 serialize-javascript: 6.0.2 - terser: 5.37.0 + terser: 5.38.1 webpack: 5.97.1(webpack-cli@4.10.0) dev: true - /terser@5.37.0: - resolution: {integrity: sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==} + /terser@5.38.1: + resolution: {integrity: sha512-GWANVlPM/ZfYzuPHjq0nxT+EbOEDDN3Jwhwdg1D8TU8oSkktp8w64Uq4auuGLxFSoNTRDncTq2hQHX1Ld9KHkA==} engines: {node: '>=10'} hasBin: true dependencies: @@ -18588,6 +18427,7 @@ packages: '@istanbuljs/schema': 0.1.3 glob: 7.2.3 minimatch: 3.1.2 + dev: true /test-exclude@7.0.1: resolution: {integrity: sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==} @@ -18596,7 +18436,6 @@ packages: '@istanbuljs/schema': 0.1.3 glob: 10.4.5 minimatch: 9.0.5 - dev: true /text-hex@1.0.0: resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} @@ -18605,7 +18444,7 @@ packages: /text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} - /thememirror@2.0.1(@codemirror/language@6.10.8)(@codemirror/state@6.5.1)(@codemirror/view@6.36.2): + /thememirror@2.0.1(@codemirror/language@6.10.8)(@codemirror/state@6.5.2)(@codemirror/view@6.36.2): resolution: {integrity: sha512-d5i6FVvWWPkwrm4cHLI3t9AT1OrkAt7Ig8dtdYSofgF7C/eiyNuq6zQzSTusWTde3jpW9WLvA9J/fzNKMUsd0w==} peerDependencies: '@codemirror/language': ^6.0.0 @@ -18613,7 +18452,7 @@ packages: '@codemirror/view': ^6.0.0 dependencies: '@codemirror/language': 6.10.8 - '@codemirror/state': 6.5.1 + '@codemirror/state': 6.5.2 '@codemirror/view': 6.36.2 dev: false @@ -18699,10 +18538,6 @@ packages: /tinyexec@0.3.2: resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} - /tinypool@0.8.4: - resolution: {integrity: sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==} - engines: {node: '>=14.0.0'} - /tinypool@1.0.2: resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==} engines: {node: ^18.0.0 || >=20.0.0} @@ -18711,8 +18546,8 @@ packages: resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==} engines: {node: '>=14.0.0'} - /tinyspy@2.2.1: - resolution: {integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==} + /tinyrainbow@2.0.0: + resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} engines: {node: '>=14.0.0'} /tinyspy@3.0.2: @@ -18766,7 +18601,6 @@ packages: punycode: 2.3.1 universalify: 0.2.0 url-parse: 1.5.10 - dev: false /tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} @@ -18777,7 +18611,6 @@ packages: engines: {node: '>=18'} dependencies: punycode: 2.3.1 - dev: false /traverse@0.3.9: resolution: {integrity: sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==} @@ -18848,9 +18681,9 @@ packages: webpack: ^5.0.0 dependencies: chalk: 4.1.0 - enhanced-resolve: 5.18.0 + enhanced-resolve: 5.18.1 micromatch: 4.0.8 - semver: 7.7.0 + semver: 7.7.1 source-map: 0.7.4 typescript: 4.9.5 webpack: 5.97.1(webpack-cli@4.10.0) @@ -18956,10 +18789,6 @@ packages: engines: {node: '>=4'} dev: true - /type-detect@4.1.0: - resolution: {integrity: sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==} - engines: {node: '>=4'} - /type-fest@0.13.1: resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} engines: {node: '>=10'} @@ -19078,6 +18907,7 @@ packages: /ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} + dev: false /ultrahtml@1.5.3: resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==} @@ -19217,7 +19047,6 @@ packages: /universalify@0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} engines: {node: '>= 4.0.0'} - dev: false /universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} @@ -19278,7 +19107,6 @@ packages: dependencies: querystringify: 2.2.0 requires-port: 1.0.0 - dev: false /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -19362,59 +19190,15 @@ packages: unist-util-stringify-position: 2.0.3 vfile-message: 2.0.4 - /vite-node@1.6.0: - resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - dependencies: - cac: 6.7.14 - debug: 4.4.0 - pathe: 1.1.2 - picocolors: 1.1.1 - vite: 5.4.14(@types/node@20.11.28) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - dev: true - - /vite-node@1.6.0(@types/node@20.17.16): - resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - dependencies: - cac: 6.7.14 - debug: 4.4.0 - pathe: 1.1.2 - picocolors: 1.1.1 - vite: 5.4.14(@types/node@20.17.16) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - dev: false - - /vite-node@2.0.5: - resolution: {integrity: sha512-LdsW4pxj0Ot69FAoXZ1yTnA9bjGohr2yNBU7QKRxpz8ITSkhuDl6h3zS/tvgz4qrNjeRnvrWeXQ8ZF7Um4W00Q==} + /vite-node@2.1.9: + resolution: {integrity: sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: cac: 6.7.14 debug: 4.4.0 + es-module-lexer: 1.6.0 pathe: 1.1.2 - tinyrainbow: 1.2.0 vite: 5.4.14(@types/node@20.11.28) transitivePeerDependencies: - '@types/node' @@ -19428,8 +19212,8 @@ packages: - terser dev: true - /vite-node@2.1.8: - resolution: {integrity: sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==} + /vite-node@2.1.9(@types/node@20.11.28): + resolution: {integrity: sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: @@ -19450,8 +19234,8 @@ packages: - terser dev: true - /vite-node@2.1.8(@types/node@20.11.28): - resolution: {integrity: sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==} + /vite-node@2.1.9(@types/node@20.17.17): + resolution: {integrity: sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: @@ -19459,7 +19243,7 @@ packages: debug: 4.4.0 es-module-lexer: 1.6.0 pathe: 1.1.2 - vite: 5.4.14(@types/node@20.11.28) + vite: 5.4.14(@types/node@20.17.17) transitivePeerDependencies: - '@types/node' - less @@ -19470,10 +19254,9 @@ packages: - sugarss - supports-color - terser - dev: true - /vite-node@2.1.8(@types/node@22.13.0): - resolution: {integrity: sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==} + /vite-node@2.1.9(@types/node@22.13.1): + resolution: {integrity: sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: @@ -19481,7 +19264,7 @@ packages: debug: 4.4.0 es-module-lexer: 1.6.0 pathe: 1.1.2 - vite: 5.4.14(@types/node@22.13.0) + vite: 5.4.14(@types/node@22.13.1) transitivePeerDependencies: - '@types/node' - less @@ -19494,83 +19277,6 @@ packages: - terser dev: false - /vite@5.4.11(@types/node@20.11.28): - resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' - lightningcss: ^1.21.0 - sass: '*' - sass-embedded: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - '@types/node': 20.11.28 - esbuild: 0.21.5 - postcss: 8.5.1 - rollup: 4.32.1 - optionalDependencies: - fsevents: 2.3.3 - - /vite@5.4.11(@types/node@22.13.0): - resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' - lightningcss: ^1.21.0 - sass: '*' - sass-embedded: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - '@types/node': 22.13.0 - esbuild: 0.21.5 - postcss: 8.5.1 - rollup: 4.32.1 - optionalDependencies: - fsevents: 2.3.3 - dev: false - /vite@5.4.14(@types/node@20.11.28): resolution: {integrity: sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==} engines: {node: ^18.0.0 || >=20.0.0} @@ -19605,11 +19311,11 @@ packages: '@types/node': 20.11.28 esbuild: 0.21.5 postcss: 8.5.1 - rollup: 4.32.1 + rollup: 4.34.4 optionalDependencies: fsevents: 2.3.3 - /vite@5.4.14(@types/node@20.17.16): + /vite@5.4.14(@types/node@20.17.17): resolution: {integrity: sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -19640,14 +19346,14 @@ packages: terser: optional: true dependencies: - '@types/node': 20.17.16 + '@types/node': 20.17.17 esbuild: 0.21.5 postcss: 8.5.1 - rollup: 4.32.1 + rollup: 4.34.4 optionalDependencies: fsevents: 2.3.3 - /vite@5.4.14(@types/node@22.13.0): + /vite@5.4.14(@types/node@22.13.1): resolution: {integrity: sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -19678,10 +19384,10 @@ packages: terser: optional: true dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.1 esbuild: 0.21.5 postcss: 8.5.1 - rollup: 4.32.1 + rollup: 4.34.4 optionalDependencies: fsevents: 2.3.3 dev: false @@ -19696,15 +19402,15 @@ packages: dependencies: vite: 5.4.14(@types/node@20.11.28) - /vitest@1.6.0: - resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} + /vitest@2.1.9: + resolution: {integrity: sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.6.0 - '@vitest/ui': 1.6.0 + '@vitest/browser': 2.1.9 + '@vitest/ui': 2.1.9 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -19721,142 +19427,30 @@ packages: jsdom: optional: true dependencies: - '@vitest/expect': 1.6.0 - '@vitest/runner': 1.6.0 - '@vitest/snapshot': 1.6.0 - '@vitest/spy': 1.6.0 - '@vitest/utils': 1.6.0 - acorn-walk: 8.3.4 - chai: 4.5.0 - debug: 4.4.0 - execa: 8.0.1 - local-pkg: 0.5.1 - magic-string: 0.30.17 - pathe: 1.1.2 - picocolors: 1.1.1 - std-env: 3.8.0 - strip-literal: 2.1.1 - tinybench: 2.9.0 - tinypool: 0.8.4 - vite: 5.4.14(@types/node@20.11.28) - vite-node: 1.6.0 - why-is-node-running: 2.3.0 - transitivePeerDependencies: - - less - - lightningcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - dev: true - - /vitest@1.6.0(@types/node@20.17.16)(jsdom@23.2.0): - resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.6.0 - '@vitest/ui': 1.6.0 - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@types/node': - optional: true - '@vitest/browser': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true - dependencies: - '@types/node': 20.17.16 - '@vitest/expect': 1.6.0 - '@vitest/runner': 1.6.0 - '@vitest/snapshot': 1.6.0 - '@vitest/spy': 1.6.0 - '@vitest/utils': 1.6.0 - acorn-walk: 8.3.4 - chai: 4.5.0 - debug: 4.4.0 - execa: 8.0.1 - jsdom: 23.2.0 - local-pkg: 0.5.1 - magic-string: 0.30.17 - pathe: 1.1.2 - picocolors: 1.1.1 - std-env: 3.8.0 - strip-literal: 2.1.1 - tinybench: 2.9.0 - tinypool: 0.8.4 - vite: 5.4.14(@types/node@20.17.16) - vite-node: 1.6.0(@types/node@20.17.16) - why-is-node-running: 2.3.0 - transitivePeerDependencies: - - less - - lightningcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - dev: false - - /vitest@2.0.5: - resolution: {integrity: sha512-8GUxONfauuIdeSl5f9GTgVEpg5BTOlplET4WEDaeY2QBiN8wSm68vxN/tb5z405OwppfoCavnwXafiaYBC/xOA==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.0.5 - '@vitest/ui': 2.0.5 - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@types/node': - optional: true - '@vitest/browser': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true - dependencies: - '@ampproject/remapping': 2.3.0 - '@vitest/expect': 2.0.5 - '@vitest/pretty-format': 2.1.8 - '@vitest/runner': 2.0.5 - '@vitest/snapshot': 2.0.5 - '@vitest/spy': 2.0.5 - '@vitest/utils': 2.0.5 + '@vitest/expect': 2.1.9 + '@vitest/mocker': 2.1.9(vite@5.4.14) + '@vitest/pretty-format': 2.1.9 + '@vitest/runner': 2.1.9 + '@vitest/snapshot': 2.1.9 + '@vitest/spy': 2.1.9 + '@vitest/utils': 2.1.9 chai: 5.1.2 debug: 4.4.0 - execa: 8.0.1 + expect-type: 1.1.0 magic-string: 0.30.17 pathe: 1.1.2 std-env: 3.8.0 tinybench: 2.9.0 + tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 1.2.0 vite: 5.4.14(@types/node@20.11.28) - vite-node: 2.0.5 + vite-node: 2.1.9 why-is-node-running: 2.3.0 transitivePeerDependencies: - less - lightningcss + - msw - sass - sass-embedded - stylus @@ -19865,15 +19459,15 @@ packages: - terser dev: true - /vitest@2.1.8: - resolution: {integrity: sha512-1vBKTZskHw/aosXqQUlVWWlGUxSJR8YtiyZDJAFeW2kPAeX6S3Sool0mjspO+kXLuxVWlEDDowBAeqeAQefqLQ==} + /vitest@2.1.9(@types/node@20.11.28): + resolution: {integrity: sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.8 - '@vitest/ui': 2.1.8 + '@vitest/browser': 2.1.9 + '@vitest/ui': 2.1.9 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -19890,13 +19484,14 @@ packages: jsdom: optional: true dependencies: - '@vitest/expect': 2.1.8 - '@vitest/mocker': 2.1.8(vite@5.4.11) - '@vitest/pretty-format': 2.1.8 - '@vitest/runner': 2.1.8 - '@vitest/snapshot': 2.1.8 - '@vitest/spy': 2.1.8 - '@vitest/utils': 2.1.8 + '@types/node': 20.11.28 + '@vitest/expect': 2.1.9 + '@vitest/mocker': 2.1.9(vite@5.4.14) + '@vitest/pretty-format': 2.1.9 + '@vitest/runner': 2.1.9 + '@vitest/snapshot': 2.1.9 + '@vitest/spy': 2.1.9 + '@vitest/utils': 2.1.9 chai: 5.1.2 debug: 4.4.0 expect-type: 1.1.0 @@ -19907,8 +19502,8 @@ packages: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 1.2.0 - vite: 5.4.11(@types/node@20.11.28) - vite-node: 2.1.8 + vite: 5.4.14(@types/node@20.11.28) + vite-node: 2.1.9(@types/node@20.11.28) why-is-node-running: 2.3.0 transitivePeerDependencies: - less @@ -19922,15 +19517,15 @@ packages: - terser dev: true - /vitest@2.1.8(@types/node@20.11.28): - resolution: {integrity: sha512-1vBKTZskHw/aosXqQUlVWWlGUxSJR8YtiyZDJAFeW2kPAeX6S3Sool0mjspO+kXLuxVWlEDDowBAeqeAQefqLQ==} + /vitest@2.1.9(@types/node@20.17.17)(jsdom@23.2.0): + resolution: {integrity: sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.8 - '@vitest/ui': 2.1.8 + '@vitest/browser': 2.1.9 + '@vitest/ui': 2.1.9 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -19947,17 +19542,18 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.11.28 - '@vitest/expect': 2.1.8 - '@vitest/mocker': 2.1.8(vite@5.4.11) - '@vitest/pretty-format': 2.1.8 - '@vitest/runner': 2.1.8 - '@vitest/snapshot': 2.1.8 - '@vitest/spy': 2.1.8 - '@vitest/utils': 2.1.8 + '@types/node': 20.17.17 + '@vitest/expect': 2.1.9 + '@vitest/mocker': 2.1.9(vite@5.4.14) + '@vitest/pretty-format': 2.1.9 + '@vitest/runner': 2.1.9 + '@vitest/snapshot': 2.1.9 + '@vitest/spy': 2.1.9 + '@vitest/utils': 2.1.9 chai: 5.1.2 debug: 4.4.0 expect-type: 1.1.0 + jsdom: 23.2.0 magic-string: 0.30.17 pathe: 1.1.2 std-env: 3.8.0 @@ -19965,8 +19561,8 @@ packages: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 1.2.0 - vite: 5.4.11(@types/node@20.11.28) - vite-node: 2.1.8(@types/node@20.11.28) + vite: 5.4.14(@types/node@20.17.17) + vite-node: 2.1.9(@types/node@20.17.17) why-is-node-running: 2.3.0 transitivePeerDependencies: - less @@ -19978,17 +19574,16 @@ packages: - sugarss - supports-color - terser - dev: true - /vitest@2.1.8(@types/node@22.13.0): - resolution: {integrity: sha512-1vBKTZskHw/aosXqQUlVWWlGUxSJR8YtiyZDJAFeW2kPAeX6S3Sool0mjspO+kXLuxVWlEDDowBAeqeAQefqLQ==} + /vitest@2.1.9(@types/node@22.13.1): + resolution: {integrity: sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.8 - '@vitest/ui': 2.1.8 + '@vitest/browser': 2.1.9 + '@vitest/ui': 2.1.9 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -20005,14 +19600,14 @@ packages: jsdom: optional: true dependencies: - '@types/node': 22.13.0 - '@vitest/expect': 2.1.8 - '@vitest/mocker': 2.1.8(vite@5.4.11) - '@vitest/pretty-format': 2.1.8 - '@vitest/runner': 2.1.8 - '@vitest/snapshot': 2.1.8 - '@vitest/spy': 2.1.8 - '@vitest/utils': 2.1.8 + '@types/node': 22.13.1 + '@vitest/expect': 2.1.9 + '@vitest/mocker': 2.1.9(vite@5.4.14) + '@vitest/pretty-format': 2.1.9 + '@vitest/runner': 2.1.9 + '@vitest/snapshot': 2.1.9 + '@vitest/spy': 2.1.9 + '@vitest/utils': 2.1.9 chai: 5.1.2 debug: 4.4.0 expect-type: 1.1.0 @@ -20023,8 +19618,8 @@ packages: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 1.2.0 - vite: 5.4.11(@types/node@22.13.0) - vite-node: 2.1.8(@types/node@22.13.0) + vite: 5.4.14(@types/node@22.13.1) + vite-node: 2.1.9(@types/node@22.13.1) why-is-node-running: 2.3.0 transitivePeerDependencies: - less @@ -20052,7 +19647,6 @@ packages: engines: {node: '>=18'} dependencies: xml-name-validator: 5.0.0 - dev: false /walker@1.0.8: resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} @@ -20093,7 +19687,6 @@ packages: /webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} engines: {node: '>=12'} - dev: false /webpack-cli@4.10.0(webpack@5.97.1): resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} @@ -20166,7 +19759,7 @@ packages: acorn: 8.14.0 browserslist: 4.24.4 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.18.0 + enhanced-resolve: 5.18.1 es-module-lexer: 1.6.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -20193,12 +19786,10 @@ packages: engines: {node: '>=18'} dependencies: iconv-lite: 0.6.3 - dev: false /whatwg-mimetype@4.0.0: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} engines: {node: '>=18'} - dev: false /whatwg-url@14.1.0: resolution: {integrity: sha512-jlf/foYIKywAt3x/XWKZ/3rz8OSJPiWktjmk891alJUEjiVxKX9LEO92qH3hv4aJ0mN3MWPvGMCy8jQi95xK4w==} @@ -20206,7 +19797,6 @@ packages: dependencies: tr46: 5.0.0 webidl-conversions: 7.0.0 - dev: false /whatwg-url@5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} @@ -20220,7 +19810,7 @@ packages: engines: {node: '>= 0.4'} dependencies: is-bigint: 1.1.0 - is-boolean-object: 1.2.1 + is-boolean-object: 1.2.2 is-number-object: 1.1.1 is-string: 1.1.1 is-symbol: 1.1.1 @@ -20238,7 +19828,7 @@ packages: is-finalizationregistry: 1.1.1 is-generator-function: 1.1.0 is-regex: 1.2.1 - is-weakref: 1.1.0 + is-weakref: 1.1.1 isarray: 2.0.5 which-boxed-primitive: 1.1.1 which-collection: 1.0.2 @@ -20413,7 +20003,6 @@ packages: /xml-name-validator@5.0.0: resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==} engines: {node: '>=18'} - dev: false /xml2js@0.5.0: resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==} @@ -20430,7 +20019,6 @@ packages: /xmlchars@2.2.0: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} - dev: false /xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} @@ -20554,10 +20142,6 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - /yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - /yoga-wasm-web@0.3.3: resolution: {integrity: sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==} dev: false diff --git a/sites/docs/package.json b/sites/docs/package.json index fdc0da0dfa..d535c27b51 100644 --- a/sites/docs/package.json +++ b/sites/docs/package.json @@ -34,6 +34,6 @@ "sqlite3": "5.1.5" }, "devDependencies": { - "vitest": "^2.0.5" + "vitest": "^2.1.9" } -} \ No newline at end of file +} diff --git a/sites/example-project/package.json b/sites/example-project/package.json index 475eed354a..056675d06e 100644 --- a/sites/example-project/package.json +++ b/sites/example-project/package.json @@ -63,6 +63,6 @@ "svelte-preprocess": "^5.1.3", "tailwindcss": "^3.3.1", "vite": "5.4.14", - "vitest": "^1.6.0" + "vitest": "^2.1.9" } -} \ No newline at end of file +}