aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2025-02-27 10:44:13 +0000
committerGravatar GitHub <noreply@github.com> 2025-02-27 10:44:13 +0000
commit80926fadc06492fcae55f105582b9dc8279da6b3 (patch)
tree27f40f282a2f475c817ccb26f63767ce7b4ca9f4
parent5b6df02c8802bd963b4a466f2785fe0992ab722a (diff)
downloadastro-80926fadc06492fcae55f105582b9dc8279da6b3.tar.gz
astro-80926fadc06492fcae55f105582b9dc8279da6b3.tar.zst
astro-80926fadc06492fcae55f105582b9dc8279da6b3.zip
chore(deps): update `esbuild` and `vite` versions (#13323)
Co-authored-by: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com> Co-authored-by: natemoo-re <7118177+natemoo-re@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
-rw-r--r--.changeset/flat-ladybugs-argue.md13
-rw-r--r--package.json2
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/integrations/cloudflare/package.json4
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/netlify/package.json4
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--packages/integrations/react/package.json2
-rw-r--r--packages/integrations/solid/package.json4
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/src/index.ts2
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--pnpm-lock.yaml1249
-rw-r--r--scripts/package.json2
15 files changed, 647 insertions, 649 deletions
diff --git a/.changeset/flat-ladybugs-argue.md b/.changeset/flat-ladybugs-argue.md
new file mode 100644
index 000000000..66238cf68
--- /dev/null
+++ b/.changeset/flat-ladybugs-argue.md
@@ -0,0 +1,13 @@
+---
+'astro': patch
+'@astrojs/cloudflare': patch
+'@astrojs/svelte': patch
+'@astrojs/solid-js': patch
+'@astrojs/react': patch
+'@astrojs/preact': patch
+'@astrojs/markdoc': patch
+'@astrojs/netlify': patch
+'@astrojs/vercel': patch
+---
+
+Updates `esbuild` and `vite` to the latest to avoid false positives audits warnings caused by `esbuild`.
diff --git a/package.json b/package.json
index 3b6ffbfc8..16af9b12d 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@types/node": "^18.17.8",
- "esbuild": "^0.24.2",
+ "esbuild": "^0.25.0",
"eslint": "^9.19.0",
"eslint-plugin-regexp": "^2.7.0",
"only-allow": "^1.2.1",
diff --git a/packages/astro/package.json b/packages/astro/package.json
index bbeee1813..e41c0a703 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -141,7 +141,7 @@
"dlv": "^1.1.3",
"dset": "^3.1.4",
"es-module-lexer": "^1.6.0",
- "esbuild": "^0.24.2",
+ "esbuild": "^0.25.0",
"estree-walker": "^3.0.3",
"flattie": "^1.1.1",
"github-slugger": "^2.0.0",
@@ -168,7 +168,7 @@
"unist-util-visit": "^5.0.0",
"unstorage": "^1.14.4",
"vfile": "^6.0.3",
- "vite": "^6.0.11",
+ "vite": "^6.2.0",
"vitefu": "^1.0.5",
"which-pm": "^3.0.1",
"xxhash-wasm": "^1.1.0",
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index c57970ee9..a336d195d 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -36,12 +36,12 @@
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/underscore-redirects": "workspace:*",
"@cloudflare/workers-types": "^4.20250109.0",
- "esbuild": "^0.24.0",
+ "esbuild": "^0.25.0",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.17",
"miniflare": "^3.20241230.1",
"tinyglobby": "^0.2.12",
- "vite": "^6.0.7",
+ "vite": "^6.2.0",
"wrangler": "^3.101.0"
},
"peerDependencies": {
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index e05d42b95..3505bab00 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -66,7 +66,7 @@
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/prism": "workspace:*",
"@markdoc/markdoc": "^0.4.0",
- "esbuild": "^0.24.2",
+ "esbuild": "^0.25.0",
"github-slugger": "^2.0.0",
"htmlparser2": "^10.0.0"
},
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 5ee338eb7..e0b2ca7ac 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -41,9 +41,9 @@
"@netlify/blobs": "^8.1.0",
"@netlify/functions": "^2.8.0",
"@vercel/nft": "^0.29.0",
- "esbuild": "^0.24.0",
+ "esbuild": "^0.25.0",
"tinyglobby": "^0.2.12",
- "vite": "^6.0.7"
+ "vite": "^6.2.0"
},
"peerDependencies": {
"astro": "^5.3.0"
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 99553f939..1eae0ab51 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -41,7 +41,7 @@
"@preact/signals": "^2.0.1",
"babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "^6.5.13",
- "vite": "^6.0.11"
+ "vite": "^6.2.0"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index aa2d83609..62804823e 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -51,7 +51,7 @@
"dependencies": {
"@vitejs/plugin-react": "^4.3.4",
"ultrahtml": "^1.5.3",
- "vite": "^6.0.11"
+ "vite": "^6.2.0"
},
"devDependencies": {
"@types/react": "^18.3.18",
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 4cba3d265..378d07536 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -35,8 +35,8 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "vite-plugin-solid": "^2.11.1",
- "vite": "^6.0.11"
+ "vite": "^6.2.0",
+ "vite-plugin-solid": "^2.11.1"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 922429ff3..ef7d79ef5 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -41,7 +41,7 @@
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"svelte2tsx": "^0.7.34",
- "vite": "^6.0.11"
+ "vite": "^6.2.0"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/tailwind/src/index.ts b/packages/integrations/tailwind/src/index.ts
index 45f72ca32..7c83d9518 100644
--- a/packages/integrations/tailwind/src/index.ts
+++ b/packages/integrations/tailwind/src/index.ts
@@ -42,7 +42,7 @@ async function getViteConfiguration(
postcssPlugins.push(tailwindPlugin(tailwindConfigPath));
postcssPlugins.push(autoprefixerPlugin());
-
+
return {
css: {
postcss: {
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 3ad484311..3aba865a5 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -51,7 +51,7 @@
"@vercel/edge": "^1.2.1",
"@vercel/nft": "^0.29.0",
"@vercel/routing-utils": "^5.0.4",
- "esbuild": "^0.24.0",
+ "esbuild": "^0.25.0",
"tinyglobby": "^0.2.12"
},
"peerDependencies": {
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 406cf18ed..38cd7c501 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -45,7 +45,7 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/compiler-sfc": "^3.5.13",
- "vite": "^6.0.11",
+ "vite": "^6.2.0",
"vite-plugin-vue-devtools": "^7.7.1"
},
"devDependencies": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1c1226241..35746a5fa 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -28,8 +28,8 @@ importers:
specifier: ^18.17.8
version: 18.19.50
esbuild:
- specifier: ^0.24.2
- version: 0.24.2
+ specifier: ^0.25.0
+ version: 0.25.0
eslint:
specifier: ^9.19.0
version: 9.20.0(jiti@2.4.2)
@@ -95,14 +95,14 @@ importers:
version: 6.1.1
sharp:
specifier: ^0.33.3
- version: 0.33.3
+ version: 0.33.5
tinyexec:
specifier: ^0.3.2
version: 0.3.2
devDependencies:
'@codspeed/vitest-plugin':
specifier: 4.0.0
- version: 4.0.0(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vitest@3.0.5(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(jsdom@23.2.0)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 4.0.0(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vitest@3.0.5(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(jsdom@23.2.0)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
vitest:
specifier: ^3.0.5
version: 3.0.5(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(jsdom@23.2.0)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
@@ -375,7 +375,7 @@ importers:
version: 1.84.0
sharp:
specifier: ^0.33.3
- version: 0.33.3
+ version: 0.33.5
examples/toolbar-app:
devDependencies:
@@ -435,7 +435,7 @@ importers:
version: link:../../packages/integrations/mdx
'@tailwindcss/vite':
specifier: ^4.0.3
- version: 4.0.6(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 4.0.6(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
'@types/canvas-confetti':
specifier: ^1.9.0
version: 1.9.0
@@ -530,8 +530,8 @@ importers:
specifier: ^1.6.0
version: 1.6.0
esbuild:
- specifier: ^0.24.2
- version: 0.24.2
+ specifier: ^0.25.0
+ version: 0.25.0
estree-walker:
specifier: ^3.0.3
version: 3.0.3
@@ -611,11 +611,11 @@ importers:
specifier: ^6.0.3
version: 6.0.3
vite:
- specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
vitefu:
specifier: ^1.0.5
- version: 1.0.5(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 1.0.5(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
which-pm:
specifier: ^3.0.1
version: 3.0.1
@@ -640,7 +640,7 @@ importers:
optionalDependencies:
sharp:
specifier: ^0.33.3
- version: 0.33.3
+ version: 0.33.5
devDependencies:
'@astrojs/check':
specifier: ^0.9.4
@@ -1556,7 +1556,7 @@ importers:
version: link:../../../../integrations/tailwind
'@tailwindcss/vite':
specifier: ^4.0.3
- version: 4.0.6(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 4.0.6(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
astro:
specifier: workspace:*
version: link:../../..
@@ -2328,7 +2328,7 @@ importers:
dependencies:
'@tailwindcss/vite':
specifier: ^4.0.3
- version: 4.0.6(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 4.0.6(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
astro:
specifier: workspace:*
version: link:../../..
@@ -3385,7 +3385,7 @@ importers:
dependencies:
'@tailwindcss/vite':
specifier: ^4.0.3
- version: 4.0.6(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 4.0.6(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
astro:
specifier: workspace:*
version: link:../../..
@@ -3476,10 +3476,10 @@ importers:
version: link:../../..
autoprefixer:
specifier: ^10.4.20
- version: 10.4.20(postcss@8.5.2)
+ version: 10.4.20(postcss@8.5.3)
postcss:
specifier: ^8.5.1
- version: 8.5.2
+ version: 8.5.3
solid-js:
specifier: ^1.9.4
version: 1.9.4
@@ -3492,7 +3492,7 @@ importers:
devDependencies:
postcss-preset-env:
specifier: ^10.1.3
- version: 10.1.3(postcss@8.5.2)
+ version: 10.1.3(postcss@8.5.3)
packages/astro/test/fixtures/preact-compat-component:
dependencies:
@@ -4124,7 +4124,7 @@ importers:
version: link:../../../../integrations/mdx
'@tailwindcss/vite':
specifier: ^4.0.3
- version: 4.0.6(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 4.0.6(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
astro:
specifier: workspace:*
version: link:../../..
@@ -4344,7 +4344,7 @@ importers:
version: 5.7.3
vite:
specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
packages/db/test/fixtures/basics:
dependencies:
@@ -4500,7 +4500,7 @@ importers:
version: link:../../../scripts
vite:
specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
packages/integrations/alpinejs/test/fixtures/basics:
dependencies:
@@ -4559,8 +4559,8 @@ importers:
specifier: ^4.20250109.0
version: 4.20250204.0
esbuild:
- specifier: ^0.24.0
- version: 0.24.2
+ specifier: ^0.25.0
+ version: 0.25.0
estree-walker:
specifier: ^3.0.3
version: 3.0.3
@@ -4574,8 +4574,8 @@ importers:
specifier: ^0.2.12
version: 0.2.12
vite:
- specifier: ^6.0.7
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
wrangler:
specifier: ^3.101.0
version: 3.107.3(@cloudflare/workers-types@4.20250204.0)
@@ -4739,8 +4739,8 @@ importers:
specifier: ^0.4.0
version: 0.4.0(@types/react@18.3.18)(react@19.0.0)
esbuild:
- specifier: ^0.24.2
- version: 0.24.2
+ specifier: ^0.25.0
+ version: 0.25.0
github-slugger:
specifier: ^2.0.0
version: 2.0.0
@@ -4765,7 +4765,7 @@ importers:
version: 0.18.9
vite:
specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
packages/integrations/markdoc/test/fixtures/content-collections:
dependencies:
@@ -5015,7 +5015,7 @@ importers:
version: 11.0.5
vite:
specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
packages/integrations/mdx/test/fixtures/css-head-mdx:
dependencies:
@@ -5191,14 +5191,14 @@ importers:
specifier: ^0.29.0
version: 0.29.1(rollup@4.34.6)
esbuild:
- specifier: ^0.24.0
- version: 0.24.2
+ specifier: ^0.25.0
+ version: 0.25.0
tinyglobby:
specifier: ^0.2.12
version: 0.2.12
vite:
- specifier: ^6.0.7
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
devDependencies:
'@netlify/edge-functions':
specifier: ^2.11.1
@@ -5487,7 +5487,7 @@ importers:
version: 7.25.9(@babel/core@7.26.0)
'@preact/preset-vite':
specifier: ^2.10.1
- version: 2.10.1(@babel/core@7.26.0)(preact@10.25.4)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 2.10.1(@babel/core@7.26.0)(preact@10.25.4)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
'@preact/signals':
specifier: ^2.0.1
version: 2.0.1(preact@10.25.4)
@@ -5498,8 +5498,8 @@ importers:
specifier: ^6.5.13
version: 6.5.13(preact@10.25.4)
vite:
- specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
devDependencies:
astro:
specifier: workspace:*
@@ -5515,13 +5515,13 @@ importers:
dependencies:
'@vitejs/plugin-react':
specifier: ^4.3.4
- version: 4.3.4(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 4.3.4(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
ultrahtml:
specifier: ^1.5.3
version: 1.5.3
vite:
- specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
devDependencies:
'@types/react':
specifier: ^18.3.18
@@ -5630,11 +5630,11 @@ importers:
packages/integrations/solid:
dependencies:
vite:
- specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
vite-plugin-solid:
specifier: ^2.11.1
- version: 2.11.1(solid-js@1.9.4)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 2.11.1(solid-js@1.9.4)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
devDependencies:
astro:
specifier: workspace:*
@@ -5650,13 +5650,13 @@ importers:
dependencies:
'@sveltejs/vite-plugin-svelte':
specifier: ^5.0.3
- version: 5.0.3(svelte@5.19.9)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ version: 5.0.3(svelte@5.19.9)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
svelte2tsx:
specifier: ^0.7.34
version: 0.7.34(svelte@5.19.9)(typescript@5.7.3)
vite:
- specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
devDependencies:
astro:
specifier: workspace:*
@@ -5672,13 +5672,13 @@ importers:
dependencies:
autoprefixer:
specifier: ^10.4.20
- version: 10.4.20(postcss@8.5.2)
+ version: 10.4.20(postcss@8.5.3)
postcss:
specifier: ^8.5.1
- version: 8.5.2
+ version: 8.5.3
postcss-load-config:
specifier: ^4.0.2
- version: 4.0.2(postcss@8.5.2)
+ version: 4.0.2(postcss@8.5.3)
devDependencies:
astro:
specifier: workspace:*
@@ -5691,7 +5691,7 @@ importers:
version: 3.4.17
vite:
specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
packages/integrations/tailwind/test/fixtures/basic:
dependencies:
@@ -5720,8 +5720,8 @@ importers:
specifier: ^5.0.4
version: 5.0.4
esbuild:
- specifier: ^0.24.0
- version: 0.24.2
+ specifier: ^0.25.0
+ version: 0.25.0
tinyglobby:
specifier: ^0.2.12
version: 0.2.12
@@ -5914,19 +5914,19 @@ importers:
dependencies:
'@vitejs/plugin-vue':
specifier: ^5.2.1
- version: 5.2.1(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))
+ version: 5.2.1(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))
'@vitejs/plugin-vue-jsx':
specifier: ^4.1.1
- version: 4.1.1(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))
+ version: 4.1.1(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))
'@vue/compiler-sfc':
specifier: ^3.5.13
version: 3.5.13
vite:
- specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
vite-plugin-vue-devtools:
specifier: ^7.7.1
- version: 7.7.1(rollup@4.34.6)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))
+ version: 7.7.1(rollup@4.34.6)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))
devDependencies:
astro:
specifier: workspace:*
@@ -6179,7 +6179,7 @@ importers:
version: 5.7.3
vite:
specifier: ^6.0.11
- version: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ version: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
packages/telemetry:
dependencies:
@@ -6258,8 +6258,8 @@ importers:
scripts:
dependencies:
esbuild:
- specifier: ^0.24.2
- version: 0.24.2
+ specifier: ^0.25.0
+ version: 0.25.0
kleur:
specifier: ^4.1.5
version: 4.1.5
@@ -6975,9 +6975,6 @@ packages:
'@emmetio/stream-reader@2.2.0':
resolution: {integrity: sha512-fXVXEyFA5Yv3M3n8sUGT7+fvecGrZP4k6FnWWMSZVQf69kAq0LLpaBQLGcPR30m3zMmKYhECP4k/ZkzvhEW5kw==}
- '@emnapi/runtime@1.1.1':
- resolution: {integrity: sha512-3bfqkzuR1KLx57nZfjr2NLnFOobvyS0aTszaEGCGqmYMVDRaGvgIZbjGSV/MHSSmLgQ/b9JFHQ5xm5WRZYd+XQ==}
-
'@emnapi/runtime@1.3.1':
resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==}
@@ -6997,6 +6994,12 @@ packages:
cpu: [ppc64]
os: [aix]
+ '@esbuild/aix-ppc64@0.25.0':
+ resolution: {integrity: sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [aix]
+
'@esbuild/android-arm64@0.17.19':
resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==}
engines: {node: '>=12'}
@@ -7009,6 +7012,12 @@ packages:
cpu: [arm64]
os: [android]
+ '@esbuild/android-arm64@0.25.0':
+ resolution: {integrity: sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [android]
+
'@esbuild/android-arm@0.17.19':
resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==}
engines: {node: '>=12'}
@@ -7021,6 +7030,12 @@ packages:
cpu: [arm]
os: [android]
+ '@esbuild/android-arm@0.25.0':
+ resolution: {integrity: sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [android]
+
'@esbuild/android-x64@0.17.19':
resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==}
engines: {node: '>=12'}
@@ -7033,6 +7048,12 @@ packages:
cpu: [x64]
os: [android]
+ '@esbuild/android-x64@0.25.0':
+ resolution: {integrity: sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [android]
+
'@esbuild/darwin-arm64@0.17.19':
resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==}
engines: {node: '>=12'}
@@ -7045,6 +7066,12 @@ packages:
cpu: [arm64]
os: [darwin]
+ '@esbuild/darwin-arm64@0.25.0':
+ resolution: {integrity: sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [darwin]
+
'@esbuild/darwin-x64@0.17.19':
resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==}
engines: {node: '>=12'}
@@ -7057,6 +7084,12 @@ packages:
cpu: [x64]
os: [darwin]
+ '@esbuild/darwin-x64@0.25.0':
+ resolution: {integrity: sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [darwin]
+
'@esbuild/freebsd-arm64@0.17.19':
resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==}
engines: {node: '>=12'}
@@ -7069,6 +7102,12 @@ packages:
cpu: [arm64]
os: [freebsd]
+ '@esbuild/freebsd-arm64@0.25.0':
+ resolution: {integrity: sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [freebsd]
+
'@esbuild/freebsd-x64@0.17.19':
resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==}
engines: {node: '>=12'}
@@ -7081,6 +7120,12 @@ packages:
cpu: [x64]
os: [freebsd]
+ '@esbuild/freebsd-x64@0.25.0':
+ resolution: {integrity: sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [freebsd]
+
'@esbuild/linux-arm64@0.17.19':
resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==}
engines: {node: '>=12'}
@@ -7093,6 +7138,12 @@ packages:
cpu: [arm64]
os: [linux]
+ '@esbuild/linux-arm64@0.25.0':
+ resolution: {integrity: sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [linux]
+
'@esbuild/linux-arm@0.17.19':
resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==}
engines: {node: '>=12'}
@@ -7105,6 +7156,12 @@ packages:
cpu: [arm]
os: [linux]
+ '@esbuild/linux-arm@0.25.0':
+ resolution: {integrity: sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [linux]
+
'@esbuild/linux-ia32@0.17.19':
resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==}
engines: {node: '>=12'}
@@ -7117,6 +7174,12 @@ packages:
cpu: [ia32]
os: [linux]
+ '@esbuild/linux-ia32@0.25.0':
+ resolution: {integrity: sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [linux]
+
'@esbuild/linux-loong64@0.17.19':
resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==}
engines: {node: '>=12'}
@@ -7129,6 +7192,12 @@ packages:
cpu: [loong64]
os: [linux]
+ '@esbuild/linux-loong64@0.25.0':
+ resolution: {integrity: sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==}
+ engines: {node: '>=18'}
+ cpu: [loong64]
+ os: [linux]
+
'@esbuild/linux-mips64el@0.17.19':
resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==}
engines: {node: '>=12'}
@@ -7141,6 +7210,12 @@ packages:
cpu: [mips64el]
os: [linux]
+ '@esbuild/linux-mips64el@0.25.0':
+ resolution: {integrity: sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==}
+ engines: {node: '>=18'}
+ cpu: [mips64el]
+ os: [linux]
+
'@esbuild/linux-ppc64@0.17.19':
resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==}
engines: {node: '>=12'}
@@ -7153,6 +7228,12 @@ packages:
cpu: [ppc64]
os: [linux]
+ '@esbuild/linux-ppc64@0.25.0':
+ resolution: {integrity: sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [linux]
+
'@esbuild/linux-riscv64@0.17.19':
resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==}
engines: {node: '>=12'}
@@ -7165,6 +7246,12 @@ packages:
cpu: [riscv64]
os: [linux]
+ '@esbuild/linux-riscv64@0.25.0':
+ resolution: {integrity: sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==}
+ engines: {node: '>=18'}
+ cpu: [riscv64]
+ os: [linux]
+
'@esbuild/linux-s390x@0.17.19':
resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==}
engines: {node: '>=12'}
@@ -7177,6 +7264,12 @@ packages:
cpu: [s390x]
os: [linux]
+ '@esbuild/linux-s390x@0.25.0':
+ resolution: {integrity: sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==}
+ engines: {node: '>=18'}
+ cpu: [s390x]
+ os: [linux]
+
'@esbuild/linux-x64@0.17.19':
resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==}
engines: {node: '>=12'}
@@ -7189,12 +7282,24 @@ packages:
cpu: [x64]
os: [linux]
+ '@esbuild/linux-x64@0.25.0':
+ resolution: {integrity: sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [linux]
+
'@esbuild/netbsd-arm64@0.24.2':
resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==}
engines: {node: '>=18'}
cpu: [arm64]
os: [netbsd]
+ '@esbuild/netbsd-arm64@0.25.0':
+ resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [netbsd]
+
'@esbuild/netbsd-x64@0.17.19':
resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==}
engines: {node: '>=12'}
@@ -7207,12 +7312,24 @@ packages:
cpu: [x64]
os: [netbsd]
+ '@esbuild/netbsd-x64@0.25.0':
+ resolution: {integrity: sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [netbsd]
+
'@esbuild/openbsd-arm64@0.24.2':
resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==}
engines: {node: '>=18'}
cpu: [arm64]
os: [openbsd]
+ '@esbuild/openbsd-arm64@0.25.0':
+ resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openbsd]
+
'@esbuild/openbsd-x64@0.17.19':
resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==}
engines: {node: '>=12'}
@@ -7225,6 +7342,12 @@ packages:
cpu: [x64]
os: [openbsd]
+ '@esbuild/openbsd-x64@0.25.0':
+ resolution: {integrity: sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [openbsd]
+
'@esbuild/sunos-x64@0.17.19':
resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==}
engines: {node: '>=12'}
@@ -7237,6 +7360,12 @@ packages:
cpu: [x64]
os: [sunos]
+ '@esbuild/sunos-x64@0.25.0':
+ resolution: {integrity: sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [sunos]
+
'@esbuild/win32-arm64@0.17.19':
resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==}
engines: {node: '>=12'}
@@ -7249,6 +7378,12 @@ packages:
cpu: [arm64]
os: [win32]
+ '@esbuild/win32-arm64@0.25.0':
+ resolution: {integrity: sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [win32]
+
'@esbuild/win32-ia32@0.17.19':
resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==}
engines: {node: '>=12'}
@@ -7261,6 +7396,12 @@ packages:
cpu: [ia32]
os: [win32]
+ '@esbuild/win32-ia32@0.25.0':
+ resolution: {integrity: sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [win32]
+
'@esbuild/win32-x64@0.17.19':
resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==}
engines: {node: '>=12'}
@@ -7273,6 +7414,12 @@ packages:
cpu: [x64]
os: [win32]
+ '@esbuild/win32-x64@0.25.0':
+ resolution: {integrity: sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [win32]
+
'@eslint-community/eslint-utils@4.4.0':
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -7341,218 +7488,105 @@ packages:
resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==}
engines: {node: '>=18.18'}
- '@img/sharp-darwin-arm64@0.33.3':
- resolution: {integrity: sha512-FaNiGX1MrOuJ3hxuNzWgsT/mg5OHG/Izh59WW2mk1UwYHUwtfbhk5QNKYZgxf0pLOhx9ctGiGa2OykD71vOnSw==}
- engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [arm64]
- os: [darwin]
-
'@img/sharp-darwin-arm64@0.33.5':
resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [arm64]
os: [darwin]
- '@img/sharp-darwin-x64@0.33.3':
- resolution: {integrity: sha512-2QeSl7QDK9ru//YBT4sQkoq7L0EAJZA3rtV+v9p8xTKl4U1bUqTIaCnoC7Ctx2kCjQgwFXDasOtPTCT8eCTXvw==}
- engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [x64]
- os: [darwin]
-
'@img/sharp-darwin-x64@0.33.5':
resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [x64]
os: [darwin]
- '@img/sharp-libvips-darwin-arm64@1.0.2':
- resolution: {integrity: sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==}
- engines: {macos: '>=11', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [arm64]
- os: [darwin]
-
'@img/sharp-libvips-darwin-arm64@1.0.4':
resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==}
cpu: [arm64]
os: [darwin]
- '@img/sharp-libvips-darwin-x64@1.0.2':
- resolution: {integrity: sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==}
- engines: {macos: '>=10.13', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [x64]
- os: [darwin]
-
'@img/sharp-libvips-darwin-x64@1.0.4':
resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==}
cpu: [x64]
os: [darwin]
- '@img/sharp-libvips-linux-arm64@1.0.2':
- resolution: {integrity: sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==}
- engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [arm64]
- os: [linux]
-
'@img/sharp-libvips-linux-arm64@1.0.4':
resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==}
cpu: [arm64]
os: [linux]
- '@img/sharp-libvips-linux-arm@1.0.2':
- resolution: {integrity: sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==}
- engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [arm]
- os: [linux]
-
'@img/sharp-libvips-linux-arm@1.0.5':
resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==}
cpu: [arm]
os: [linux]
- '@img/sharp-libvips-linux-s390x@1.0.2':
- resolution: {integrity: sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==}
- engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [s390x]
- os: [linux]
-
'@img/sharp-libvips-linux-s390x@1.0.4':
resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==}
cpu: [s390x]
os: [linux]
- '@img/sharp-libvips-linux-x64@1.0.2':
- resolution: {integrity: sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==}
- engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [x64]
- os: [linux]
-
'@img/sharp-libvips-linux-x64@1.0.4':
resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==}
cpu: [x64]
os: [linux]
- '@img/sharp-libvips-linuxmusl-arm64@1.0.2':
- resolution: {integrity: sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==}
- engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [arm64]
- os: [linux]
-
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==}
cpu: [arm64]
os: [linux]
- '@img/sharp-libvips-linuxmusl-x64@1.0.2':
- resolution: {integrity: sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==}
- engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [x64]
- os: [linux]
-
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==}
cpu: [x64]
os: [linux]
- '@img/sharp-linux-arm64@0.33.3':
- resolution: {integrity: sha512-Zf+sF1jHZJKA6Gor9hoYG2ljr4wo9cY4twaxgFDvlG0Xz9V7sinsPp8pFd1XtlhTzYo0IhDbl3rK7P6MzHpnYA==}
- engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [arm64]
- os: [linux]
-
'@img/sharp-linux-arm64@0.33.5':
resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [arm64]
os: [linux]
- '@img/sharp-linux-arm@0.33.3':
- resolution: {integrity: sha512-Q7Ee3fFSC9P7vUSqVEF0zccJsZ8GiiCJYGWDdhEjdlOeS9/jdkyJ6sUSPj+bL8VuOYFSbofrW0t/86ceVhx32w==}
- engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [arm]
- os: [linux]
-
'@img/sharp-linux-arm@0.33.5':
resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [arm]
os: [linux]
- '@img/sharp-linux-s390x@0.33.3':
- resolution: {integrity: sha512-vFk441DKRFepjhTEH20oBlFrHcLjPfI8B0pMIxGm3+yilKyYeHEVvrZhYFdqIseSclIqbQ3SnZMwEMWonY5XFA==}
- engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [s390x]
- os: [linux]
-
'@img/sharp-linux-s390x@0.33.5':
resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [s390x]
os: [linux]
- '@img/sharp-linux-x64@0.33.3':
- resolution: {integrity: sha512-Q4I++herIJxJi+qmbySd072oDPRkCg/SClLEIDh5IL9h1zjhqjv82H0Seupd+q2m0yOfD+/fJnjSoDFtKiHu2g==}
- engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [x64]
- os: [linux]
-
'@img/sharp-linux-x64@0.33.5':
resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [x64]
os: [linux]
- '@img/sharp-linuxmusl-arm64@0.33.3':
- resolution: {integrity: sha512-qnDccehRDXadhM9PM5hLvcPRYqyFCBN31kq+ErBSZtZlsAc1U4Z85xf/RXv1qolkdu+ibw64fUDaRdktxTNP9A==}
- engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [arm64]
- os: [linux]
-
'@img/sharp-linuxmusl-arm64@0.33.5':
resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [arm64]
os: [linux]
- '@img/sharp-linuxmusl-x64@0.33.3':
- resolution: {integrity: sha512-Jhchim8kHWIU/GZ+9poHMWRcefeaxFIs9EBqf9KtcC14Ojk6qua7ghKiPs0sbeLbLj/2IGBtDcxHyjCdYWkk2w==}
- engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [x64]
- os: [linux]
-
'@img/sharp-linuxmusl-x64@0.33.5':
resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [x64]
os: [linux]
- '@img/sharp-wasm32@0.33.3':
- resolution: {integrity: sha512-68zivsdJ0koE96stdUfM+gmyaK/NcoSZK5dV5CAjES0FUXS9lchYt8LAB5rTbM7nlWtxaU/2GON0HVN6/ZYJAQ==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [wasm32]
-
'@img/sharp-wasm32@0.33.5':
resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [wasm32]
- '@img/sharp-win32-ia32@0.33.3':
- resolution: {integrity: sha512-CyimAduT2whQD8ER4Ux7exKrtfoaUiVr7HG0zZvO0XTFn2idUWljjxv58GxNTkFb8/J9Ub9AqITGkJD6ZginxQ==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [ia32]
- os: [win32]
-
'@img/sharp-win32-ia32@0.33.5':
resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [ia32]
os: [win32]
- '@img/sharp-win32-x64@0.33.3':
- resolution: {integrity: sha512-viT4fUIDKnli3IfOephGnolMzhz5VaTvDRkYqtZxOMIoMQ4MrAziO7pT1nVnOt2FAm7qW5aa+CCc13aEY6Le0g==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
- cpu: [x64]
- os: [win32]
-
'@img/sharp-win32-x64@0.33.5':
resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -8523,10 +8557,6 @@ packages:
engines: {node: '>=0.4.0'}
hasBin: true
- agent-base@7.1.1:
- resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==}
- engines: {node: '>= 14'}
-
agent-base@7.1.3:
resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==}
engines: {node: '>= 14'}
@@ -9380,6 +9410,11 @@ packages:
engines: {node: '>=18'}
hasBin: true
+ esbuild@0.25.0:
+ resolution: {integrity: sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==}
+ engines: {node: '>=18'}
+ hasBin: true
+
escalade@3.2.0:
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
engines: {node: '>=6'}
@@ -9880,10 +9915,6 @@ packages:
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
engines: {node: '>= 14'}
- https-proxy-agent@7.0.4:
- resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==}
- engines: {node: '>= 14'}
-
https-proxy-agent@7.0.6:
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
engines: {node: '>= 14'}
@@ -10949,9 +10980,6 @@ packages:
pathe@1.1.2:
resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
- pathe@2.0.1:
- resolution: {integrity: sha512-6jpjMpOth5S9ITVu5clZ7NOgHNsv5vRQdheL9ztp2vZmM6fRbLvyua1tiBIL4lk8SAe3ARzeXEly6siXCjDHDw==}
-
pathe@2.0.2:
resolution: {integrity: sha512-15Ztpk+nov8DR524R4BF7uEuzESgzUEAV4Ah7CUMNGXdE5ELuvxElxGXndBl32vMSsWa1jpNf22Z+Er3sKwq+w==}
@@ -11199,8 +11227,8 @@ packages:
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- postcss@8.5.2:
- resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==}
+ postcss@8.5.3:
+ resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
engines: {node: ^10 || ^12 || >=14}
preact-render-to-string@6.5.13:
@@ -11585,11 +11613,6 @@ packages:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
- semver@7.6.3:
- resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
- engines: {node: '>=10'}
- hasBin: true
-
semver@7.7.1:
resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==}
engines: {node: '>=10'}
@@ -11626,10 +11649,6 @@ packages:
setprototypeof@1.2.0:
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
- sharp@0.33.3:
- resolution: {integrity: sha512-vHUeXJU1UvlO/BNwTpT0x/r53WkLUVxrmb5JTgW92fdFCFk0ispLMAeu/jPO2vjkXM1fYUi3K7/qcLF47pwM1A==}
- engines: {libvips: '>=8.15.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0}
-
sharp@0.33.5:
resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -12356,8 +12375,8 @@ packages:
peerDependencies:
vue: '>=3.2.13'
- vite@6.1.0:
- resolution: {integrity: sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==}
+ vite@6.2.0:
+ resolution: {integrity: sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
@@ -12657,18 +12676,6 @@ packages:
wrappy@1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
- ws@8.16.0:
- resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==}
- engines: {node: '>=10.0.0'}
- peerDependencies:
- bufferutil: ^4.0.1
- utf-8-validate: '>=5.0.2'
- peerDependenciesMeta:
- bufferutil:
- optional: true
- utf-8-validate:
- optional: true
-
ws@8.18.0:
resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
engines: {node: '>=10.0.0'}
@@ -13357,10 +13364,10 @@ snapshots:
transitivePeerDependencies:
- debug
- '@codspeed/vitest-plugin@4.0.0(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vitest@3.0.5(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(jsdom@23.2.0)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
+ '@codspeed/vitest-plugin@4.0.0(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vitest@3.0.5(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(jsdom@23.2.0)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
dependencies:
'@codspeed/core': 4.0.0
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
vitest: 3.0.5(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(jsdom@23.2.0)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
transitivePeerDependencies:
- debug
@@ -13402,215 +13409,215 @@ snapshots:
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-cascade-layers@5.0.1(postcss@8.5.2)':
+ '@csstools/postcss-cascade-layers@5.0.1(postcss@8.5.3)':
dependencies:
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0)
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- '@csstools/postcss-color-function@4.0.7(postcss@8.5.2)':
+ '@csstools/postcss-color-function@4.0.7(postcss@8.5.3)':
dependencies:
'@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- '@csstools/postcss-color-mix-function@3.0.7(postcss@8.5.2)':
+ '@csstools/postcss-color-mix-function@3.0.7(postcss@8.5.3)':
dependencies:
'@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- '@csstools/postcss-content-alt-text@2.0.4(postcss@8.5.2)':
+ '@csstools/postcss-content-alt-text@2.0.4(postcss@8.5.3)':
dependencies:
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- '@csstools/postcss-exponential-functions@2.0.6(postcss@8.5.2)':
+ '@csstools/postcss-exponential-functions@2.0.6(postcss@8.5.3)':
dependencies:
'@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-font-format-keywords@4.0.0(postcss@8.5.2)':
+ '@csstools/postcss-font-format-keywords@4.0.0(postcss@8.5.3)':
dependencies:
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- '@csstools/postcss-gamut-mapping@2.0.7(postcss@8.5.2)':
+ '@csstools/postcss-gamut-mapping@2.0.7(postcss@8.5.3)':
dependencies:
'@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-gradients-interpolation-method@5.0.7(postcss@8.5.2)':
+ '@csstools/postcss-gradients-interpolation-method@5.0.7(postcss@8.5.3)':
dependencies:
'@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- '@csstools/postcss-hwb-function@4.0.7(postcss@8.5.2)':
+ '@csstools/postcss-hwb-function@4.0.7(postcss@8.5.3)':
dependencies:
'@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- '@csstools/postcss-ic-unit@4.0.0(postcss@8.5.2)':
+ '@csstools/postcss-ic-unit@4.0.0(postcss@8.5.3)':
dependencies:
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- '@csstools/postcss-initial@2.0.0(postcss@8.5.2)':
+ '@csstools/postcss-initial@2.0.0(postcss@8.5.3)':
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-is-pseudo-class@5.0.1(postcss@8.5.2)':
+ '@csstools/postcss-is-pseudo-class@5.0.1(postcss@8.5.3)':
dependencies:
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0)
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- '@csstools/postcss-light-dark-function@2.0.7(postcss@8.5.2)':
+ '@csstools/postcss-light-dark-function@2.0.7(postcss@8.5.3)':
dependencies:
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- '@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.5.2)':
+ '@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.5.3)':
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-logical-overflow@2.0.0(postcss@8.5.2)':
+ '@csstools/postcss-logical-overflow@2.0.0(postcss@8.5.3)':
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.5.2)':
+ '@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.5.3)':
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-logical-resize@3.0.0(postcss@8.5.2)':
+ '@csstools/postcss-logical-resize@3.0.0(postcss@8.5.3)':
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- '@csstools/postcss-logical-viewport-units@3.0.3(postcss@8.5.2)':
+ '@csstools/postcss-logical-viewport-units@3.0.3(postcss@8.5.3)':
dependencies:
'@csstools/css-tokenizer': 3.0.3
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- '@csstools/postcss-media-minmax@2.0.6(postcss@8.5.2)':
+ '@csstools/postcss-media-minmax@2.0.6(postcss@8.5.3)':
dependencies:
'@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
'@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4(postcss@8.5.2)':
+ '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4(postcss@8.5.3)':
dependencies:
'@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3)
'@csstools/css-tokenizer': 3.0.3
'@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-nested-calc@4.0.0(postcss@8.5.2)':
+ '@csstools/postcss-nested-calc@4.0.0(postcss@8.5.3)':
dependencies:
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- '@csstools/postcss-normalize-display-values@4.0.0(postcss@8.5.2)':
+ '@csstools/postcss-normalize-display-values@4.0.0(postcss@8.5.3)':
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- '@csstools/postcss-oklab-function@4.0.7(postcss@8.5.2)':
+ '@csstools/postcss-oklab-function@4.0.7(postcss@8.5.3)':
dependencies:
'@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- '@csstools/postcss-progressive-custom-properties@4.0.0(postcss@8.5.2)':
+ '@csstools/postcss-progressive-custom-properties@4.0.0(postcss@8.5.3)':
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- '@csstools/postcss-random-function@1.0.2(postcss@8.5.2)':
+ '@csstools/postcss-random-function@1.0.2(postcss@8.5.3)':
dependencies:
'@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-relative-color-syntax@3.0.7(postcss@8.5.2)':
+ '@csstools/postcss-relative-color-syntax@3.0.7(postcss@8.5.3)':
dependencies:
'@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- '@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.5.2)':
+ '@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.5.3)':
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- '@csstools/postcss-sign-functions@1.1.1(postcss@8.5.2)':
+ '@csstools/postcss-sign-functions@1.1.1(postcss@8.5.3)':
dependencies:
'@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-stepped-value-functions@4.0.6(postcss@8.5.2)':
+ '@csstools/postcss-stepped-value-functions@4.0.6(postcss@8.5.3)':
dependencies:
'@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-text-decoration-shorthand@4.0.1(postcss@8.5.2)':
+ '@csstools/postcss-text-decoration-shorthand@4.0.1(postcss@8.5.3)':
dependencies:
'@csstools/color-helpers': 5.0.1
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- '@csstools/postcss-trigonometric-functions@4.0.6(postcss@8.5.2)':
+ '@csstools/postcss-trigonometric-functions@4.0.6(postcss@8.5.3)':
dependencies:
'@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- postcss: 8.5.2
+ postcss: 8.5.3
- '@csstools/postcss-unset-value@4.0.0(postcss@8.5.2)':
+ '@csstools/postcss-unset-value@4.0.0(postcss@8.5.3)':
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
'@csstools/selector-resolve-nested@3.0.0(postcss-selector-parser@7.0.0)':
dependencies:
@@ -13620,9 +13627,9 @@ snapshots:
dependencies:
postcss-selector-parser: 7.0.0
- '@csstools/utilities@2.0.0(postcss@8.5.2)':
+ '@csstools/utilities@2.0.0(postcss@8.5.3)':
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
'@emmetio/abbreviation@2.3.3':
dependencies:
@@ -13647,11 +13654,6 @@ snapshots:
'@emmetio/stream-reader@2.2.0': {}
- '@emnapi/runtime@1.1.1':
- dependencies:
- tslib: 2.6.2
- optional: true
-
'@emnapi/runtime@1.3.1':
dependencies:
tslib: 2.6.2
@@ -13670,144 +13672,219 @@ snapshots:
'@esbuild/aix-ppc64@0.24.2':
optional: true
+ '@esbuild/aix-ppc64@0.25.0':
+ optional: true
+
'@esbuild/android-arm64@0.17.19':
optional: true
'@esbuild/android-arm64@0.24.2':
optional: true
+ '@esbuild/android-arm64@0.25.0':
+ optional: true
+
'@esbuild/android-arm@0.17.19':
optional: true
'@esbuild/android-arm@0.24.2':
optional: true
+ '@esbuild/android-arm@0.25.0':
+ optional: true
+
'@esbuild/android-x64@0.17.19':
optional: true
'@esbuild/android-x64@0.24.2':
optional: true
+ '@esbuild/android-x64@0.25.0':
+ optional: true
+
'@esbuild/darwin-arm64@0.17.19':
optional: true
'@esbuild/darwin-arm64@0.24.2':
optional: true
+ '@esbuild/darwin-arm64@0.25.0':
+ optional: true
+
'@esbuild/darwin-x64@0.17.19':
optional: true
'@esbuild/darwin-x64@0.24.2':
optional: true
+ '@esbuild/darwin-x64@0.25.0':
+ optional: true
+
'@esbuild/freebsd-arm64@0.17.19':
optional: true
'@esbuild/freebsd-arm64@0.24.2':
optional: true
+ '@esbuild/freebsd-arm64@0.25.0':
+ optional: true
+
'@esbuild/freebsd-x64@0.17.19':
optional: true
'@esbuild/freebsd-x64@0.24.2':
optional: true
+ '@esbuild/freebsd-x64@0.25.0':
+ optional: true
+
'@esbuild/linux-arm64@0.17.19':
optional: true
'@esbuild/linux-arm64@0.24.2':
optional: true
+ '@esbuild/linux-arm64@0.25.0':
+ optional: true
+
'@esbuild/linux-arm@0.17.19':
optional: true
'@esbuild/linux-arm@0.24.2':
optional: true
+ '@esbuild/linux-arm@0.25.0':
+ optional: true
+
'@esbuild/linux-ia32@0.17.19':
optional: true
'@esbuild/linux-ia32@0.24.2':
optional: true
+ '@esbuild/linux-ia32@0.25.0':
+ optional: true
+
'@esbuild/linux-loong64@0.17.19':
optional: true
'@esbuild/linux-loong64@0.24.2':
optional: true
+ '@esbuild/linux-loong64@0.25.0':
+ optional: true
+
'@esbuild/linux-mips64el@0.17.19':
optional: true
'@esbuild/linux-mips64el@0.24.2':
optional: true
+ '@esbuild/linux-mips64el@0.25.0':
+ optional: true
+
'@esbuild/linux-ppc64@0.17.19':
optional: true
'@esbuild/linux-ppc64@0.24.2':
optional: true
+ '@esbuild/linux-ppc64@0.25.0':
+ optional: true
+
'@esbuild/linux-riscv64@0.17.19':
optional: true
'@esbuild/linux-riscv64@0.24.2':
optional: true
+ '@esbuild/linux-riscv64@0.25.0':
+ optional: true
+
'@esbuild/linux-s390x@0.17.19':
optional: true
'@esbuild/linux-s390x@0.24.2':
optional: true
+ '@esbuild/linux-s390x@0.25.0':
+ optional: true
+
'@esbuild/linux-x64@0.17.19':
optional: true
'@esbuild/linux-x64@0.24.2':
optional: true
+ '@esbuild/linux-x64@0.25.0':
+ optional: true
+
'@esbuild/netbsd-arm64@0.24.2':
optional: true
+ '@esbuild/netbsd-arm64@0.25.0':
+ optional: true
+
'@esbuild/netbsd-x64@0.17.19':
optional: true
'@esbuild/netbsd-x64@0.24.2':
optional: true
+ '@esbuild/netbsd-x64@0.25.0':
+ optional: true
+
'@esbuild/openbsd-arm64@0.24.2':
optional: true
+ '@esbuild/openbsd-arm64@0.25.0':
+ optional: true
+
'@esbuild/openbsd-x64@0.17.19':
optional: true
'@esbuild/openbsd-x64@0.24.2':
optional: true
+ '@esbuild/openbsd-x64@0.25.0':
+ optional: true
+
'@esbuild/sunos-x64@0.17.19':
optional: true
'@esbuild/sunos-x64@0.24.2':
optional: true
+ '@esbuild/sunos-x64@0.25.0':
+ optional: true
+
'@esbuild/win32-arm64@0.17.19':
optional: true
'@esbuild/win32-arm64@0.24.2':
optional: true
+ '@esbuild/win32-arm64@0.25.0':
+ optional: true
+
'@esbuild/win32-ia32@0.17.19':
optional: true
'@esbuild/win32-ia32@0.24.2':
optional: true
+ '@esbuild/win32-ia32@0.25.0':
+ optional: true
+
'@esbuild/win32-x64@0.17.19':
optional: true
'@esbuild/win32-x64@0.24.2':
optional: true
+ '@esbuild/win32-x64@0.25.0':
+ optional: true
+
'@eslint-community/eslint-utils@4.4.0(eslint@9.20.0(jiti@2.4.2))':
dependencies:
eslint: 9.20.0(jiti@2.4.2)
@@ -13873,153 +13950,78 @@ snapshots:
'@humanwhocodes/retry@0.4.1': {}
- '@img/sharp-darwin-arm64@0.33.3':
- optionalDependencies:
- '@img/sharp-libvips-darwin-arm64': 1.0.2
- optional: true
-
'@img/sharp-darwin-arm64@0.33.5':
optionalDependencies:
'@img/sharp-libvips-darwin-arm64': 1.0.4
optional: true
- '@img/sharp-darwin-x64@0.33.3':
- optionalDependencies:
- '@img/sharp-libvips-darwin-x64': 1.0.2
- optional: true
-
'@img/sharp-darwin-x64@0.33.5':
optionalDependencies:
'@img/sharp-libvips-darwin-x64': 1.0.4
optional: true
- '@img/sharp-libvips-darwin-arm64@1.0.2':
- optional: true
-
'@img/sharp-libvips-darwin-arm64@1.0.4':
optional: true
- '@img/sharp-libvips-darwin-x64@1.0.2':
- optional: true
-
'@img/sharp-libvips-darwin-x64@1.0.4':
optional: true
- '@img/sharp-libvips-linux-arm64@1.0.2':
- optional: true
-
'@img/sharp-libvips-linux-arm64@1.0.4':
optional: true
- '@img/sharp-libvips-linux-arm@1.0.2':
- optional: true
-
'@img/sharp-libvips-linux-arm@1.0.5':
optional: true
- '@img/sharp-libvips-linux-s390x@1.0.2':
- optional: true
-
'@img/sharp-libvips-linux-s390x@1.0.4':
optional: true
- '@img/sharp-libvips-linux-x64@1.0.2':
- optional: true
-
'@img/sharp-libvips-linux-x64@1.0.4':
optional: true
- '@img/sharp-libvips-linuxmusl-arm64@1.0.2':
- optional: true
-
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
optional: true
- '@img/sharp-libvips-linuxmusl-x64@1.0.2':
- optional: true
-
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
optional: true
- '@img/sharp-linux-arm64@0.33.3':
- optionalDependencies:
- '@img/sharp-libvips-linux-arm64': 1.0.2
- optional: true
-
'@img/sharp-linux-arm64@0.33.5':
optionalDependencies:
'@img/sharp-libvips-linux-arm64': 1.0.4
optional: true
- '@img/sharp-linux-arm@0.33.3':
- optionalDependencies:
- '@img/sharp-libvips-linux-arm': 1.0.2
- optional: true
-
'@img/sharp-linux-arm@0.33.5':
optionalDependencies:
'@img/sharp-libvips-linux-arm': 1.0.5
optional: true
- '@img/sharp-linux-s390x@0.33.3':
- optionalDependencies:
- '@img/sharp-libvips-linux-s390x': 1.0.2
- optional: true
-
'@img/sharp-linux-s390x@0.33.5':
optionalDependencies:
'@img/sharp-libvips-linux-s390x': 1.0.4
optional: true
- '@img/sharp-linux-x64@0.33.3':
- optionalDependencies:
- '@img/sharp-libvips-linux-x64': 1.0.2
- optional: true
-
'@img/sharp-linux-x64@0.33.5':
optionalDependencies:
'@img/sharp-libvips-linux-x64': 1.0.4
optional: true
- '@img/sharp-linuxmusl-arm64@0.33.3':
- optionalDependencies:
- '@img/sharp-libvips-linuxmusl-arm64': 1.0.2
- optional: true
-
'@img/sharp-linuxmusl-arm64@0.33.5':
optionalDependencies:
'@img/sharp-libvips-linuxmusl-arm64': 1.0.4
optional: true
- '@img/sharp-linuxmusl-x64@0.33.3':
- optionalDependencies:
- '@img/sharp-libvips-linuxmusl-x64': 1.0.2
- optional: true
-
'@img/sharp-linuxmusl-x64@0.33.5':
optionalDependencies:
'@img/sharp-libvips-linuxmusl-x64': 1.0.4
optional: true
- '@img/sharp-wasm32@0.33.3':
- dependencies:
- '@emnapi/runtime': 1.1.1
- optional: true
-
'@img/sharp-wasm32@0.33.5':
dependencies:
'@emnapi/runtime': 1.3.1
optional: true
- '@img/sharp-win32-ia32@0.33.3':
- optional: true
-
'@img/sharp-win32-ia32@0.33.5':
optional: true
- '@img/sharp-win32-x64@0.33.3':
- optional: true
-
'@img/sharp-win32-x64@0.33.5':
optional: true
@@ -14096,7 +14098,7 @@ snapshots:
'@libsql/isomorphic-ws@0.1.5':
dependencies:
'@types/ws': 8.5.12
- ws: 8.16.0
+ ws: 8.18.0
transitivePeerDependencies:
- bufferutil
- utf-8-validate
@@ -14293,17 +14295,17 @@ snapshots:
'@polka/url@1.0.0-next.25': {}
- '@preact/preset-vite@2.10.1(@babel/core@7.26.0)(preact@10.25.4)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
+ '@preact/preset-vite@2.10.1(@babel/core@7.26.0)(preact@10.25.4)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
dependencies:
'@babel/core': 7.26.0
'@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0)
'@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.0)
- '@prefresh/vite': 2.4.5(preact@10.25.4)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ '@prefresh/vite': 2.4.5(preact@10.25.4)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
'@rollup/pluginutils': 4.2.1
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.26.0)
debug: 4.4.0
kolorist: 1.8.0
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
vite-prerender-plugin: 0.5.6
transitivePeerDependencies:
- preact
@@ -14324,7 +14326,7 @@ snapshots:
'@prefresh/utils@1.2.0': {}
- '@prefresh/vite@2.4.5(preact@10.25.4)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
+ '@prefresh/vite@2.4.5(preact@10.25.4)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
dependencies:
'@babel/core': 7.26.0
'@prefresh/babel-plugin': 0.5.1
@@ -14332,7 +14334,7 @@ snapshots:
'@prefresh/utils': 1.2.0
'@rollup/pluginutils': 4.2.1
preact: 10.25.4
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
transitivePeerDependencies:
- supports-color
@@ -14455,25 +14457,25 @@ snapshots:
dependencies:
solid-js: 1.9.4
- '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.9)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)))(svelte@5.19.9)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
+ '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.9)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)))(svelte@5.19.9)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
dependencies:
- '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.19.9)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.19.9)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
debug: 4.4.0
svelte: 5.19.9
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
transitivePeerDependencies:
- supports-color
- '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.9)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
+ '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.9)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
dependencies:
- '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.9)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)))(svelte@5.19.9)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.9)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)))(svelte@5.19.9)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
debug: 4.4.0
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.17
svelte: 5.19.9
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
- vitefu: 1.0.5(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vitefu: 1.0.5(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
transitivePeerDependencies:
- supports-color
@@ -14530,13 +14532,13 @@ snapshots:
'@tailwindcss/oxide-win32-arm64-msvc': 4.0.6
'@tailwindcss/oxide-win32-x64-msvc': 4.0.6
- '@tailwindcss/vite@4.0.6(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
+ '@tailwindcss/vite@4.0.6(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
dependencies:
'@tailwindcss/node': 4.0.6
'@tailwindcss/oxide': 4.0.6
lightningcss: 1.29.1
tailwindcss: 4.0.6
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
'@trysound/sax@0.2.0': {}
@@ -14656,7 +14658,7 @@ snapshots:
'@types/prompts@2.4.9':
dependencies:
- '@types/node': 18.19.50
+ '@types/node': 22.13.1
kleur: 3.0.3
'@types/prop-types@15.7.12': {}
@@ -14672,7 +14674,7 @@ snapshots:
'@types/sax@1.2.7':
dependencies:
- '@types/node': 18.19.50
+ '@types/node': 22.13.1
'@types/semver@7.5.8': {}
@@ -14683,7 +14685,7 @@ snapshots:
'@types/server-destroy@1.0.4':
dependencies:
- '@types/node': 18.19.50
+ '@types/node': 22.13.1
'@types/trusted-types@2.0.7': {}
@@ -14697,11 +14699,11 @@ snapshots:
'@types/ws@8.5.12':
dependencies:
- '@types/node': 18.19.50
+ '@types/node': 22.13.1
'@types/xml2js@0.4.14':
dependencies:
- '@types/node': 18.19.50
+ '@types/node': 22.13.1
'@types/yargs-parser@21.0.3': {}
@@ -14838,30 +14840,30 @@ snapshots:
optionalDependencies:
ajv: 6.12.6
- '@vitejs/plugin-react@4.3.4(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
+ '@vitejs/plugin-react@4.3.4(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
dependencies:
'@babel/core': 7.26.0
'@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0)
'@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.1.1(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))':
+ '@vitejs/plugin-vue-jsx@4.1.1(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))':
dependencies:
'@babel/core': 7.26.0
'@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0)
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
vue: 3.5.13(typescript@5.7.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.2.1(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))':
+ '@vitejs/plugin-vue@5.2.1(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))':
dependencies:
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
vue: 3.5.13(typescript@5.7.3)
'@vitest/expect@3.0.5':
@@ -14871,13 +14873,13 @@ snapshots:
chai: 5.1.2
tinyrainbow: 2.0.0
- '@vitest/mocker@3.0.5(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
+ '@vitest/mocker@3.0.5(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))':
dependencies:
'@vitest/spy': 3.0.5
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
'@vitest/pretty-format@3.0.5':
dependencies:
@@ -15006,7 +15008,7 @@ snapshots:
'@vue/shared': 3.5.13
estree-walker: 2.0.2
magic-string: 0.30.17
- postcss: 8.5.2
+ postcss: 8.5.3
source-map-js: 1.2.1
'@vue/compiler-ssr@3.5.13':
@@ -15014,14 +15016,14 @@ snapshots:
'@vue/compiler-dom': 3.5.13
'@vue/shared': 3.5.13
- '@vue/devtools-core@7.7.1(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))':
+ '@vue/devtools-core@7.7.1(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))':
dependencies:
'@vue/devtools-kit': 7.7.1
'@vue/devtools-shared': 7.7.1
mitt: 3.0.1
nanoid: 5.0.9
pathe: 2.0.2
- vite-hot-client: 0.2.4(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ vite-hot-client: 0.2.4(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
vue: 3.5.13(typescript@5.7.3)
transitivePeerDependencies:
- vite
@@ -15097,12 +15099,6 @@ snapshots:
acorn@8.14.0: {}
- agent-base@7.1.1:
- dependencies:
- debug: 4.4.0
- transitivePeerDependencies:
- - supports-color
-
agent-base@7.1.3: {}
ajv@6.12.6:
@@ -15228,18 +15224,18 @@ snapshots:
progress: 2.0.3
reinterval: 1.1.0
retimer: 3.0.0
- semver: 7.6.3
+ semver: 7.7.1
subarg: 1.0.0
timestring: 6.0.0
- autoprefixer@10.4.20(postcss@8.5.2):
+ autoprefixer@10.4.20(postcss@8.5.3):
dependencies:
browserslist: 4.24.0
caniuse-lite: 1.0.30001667
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.1
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
axios@1.7.7:
@@ -15570,21 +15566,21 @@ snapshots:
dependencies:
uncrypto: 0.1.3
- css-blank-pseudo@7.0.1(postcss@8.5.2):
+ css-blank-pseudo@7.0.1(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- css-has-pseudo@7.0.2(postcss@8.5.2):
+ css-has-pseudo@7.0.2(postcss@8.5.3):
dependencies:
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0)
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
postcss-value-parser: 4.2.0
- css-prefers-color-scheme@10.0.0(postcss@8.5.2):
+ css-prefers-color-scheme@10.0.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
css-select@5.1.0:
dependencies:
@@ -15876,6 +15872,34 @@ snapshots:
'@esbuild/win32-ia32': 0.24.2
'@esbuild/win32-x64': 0.24.2
+ esbuild@0.25.0:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.25.0
+ '@esbuild/android-arm': 0.25.0
+ '@esbuild/android-arm64': 0.25.0
+ '@esbuild/android-x64': 0.25.0
+ '@esbuild/darwin-arm64': 0.25.0
+ '@esbuild/darwin-x64': 0.25.0
+ '@esbuild/freebsd-arm64': 0.25.0
+ '@esbuild/freebsd-x64': 0.25.0
+ '@esbuild/linux-arm': 0.25.0
+ '@esbuild/linux-arm64': 0.25.0
+ '@esbuild/linux-ia32': 0.25.0
+ '@esbuild/linux-loong64': 0.25.0
+ '@esbuild/linux-mips64el': 0.25.0
+ '@esbuild/linux-ppc64': 0.25.0
+ '@esbuild/linux-riscv64': 0.25.0
+ '@esbuild/linux-s390x': 0.25.0
+ '@esbuild/linux-x64': 0.25.0
+ '@esbuild/netbsd-arm64': 0.25.0
+ '@esbuild/netbsd-x64': 0.25.0
+ '@esbuild/openbsd-arm64': 0.25.0
+ '@esbuild/openbsd-x64': 0.25.0
+ '@esbuild/sunos-x64': 0.25.0
+ '@esbuild/win32-arm64': 0.25.0
+ '@esbuild/win32-ia32': 0.25.0
+ '@esbuild/win32-x64': 0.25.0
+
escalade@3.2.0: {}
escape-html@1.0.3: {}
@@ -16573,14 +16597,7 @@ snapshots:
http-proxy-agent@7.0.2:
dependencies:
- agent-base: 7.1.1
- debug: 4.4.0
- transitivePeerDependencies:
- - supports-color
-
- https-proxy-agent@7.0.4:
- dependencies:
- agent-base: 7.1.1
+ agent-base: 7.1.3
debug: 4.4.0
transitivePeerDependencies:
- supports-color
@@ -16745,7 +16762,7 @@ snapshots:
form-data: 4.0.0
html-encoding-sniffer: 4.0.0
http-proxy-agent: 7.0.2
- https-proxy-agent: 7.0.4
+ https-proxy-agent: 7.0.6
is-potential-custom-element-name: 1.0.1
parse5: 7.2.1
rrweb-cssom: 0.6.0
@@ -16757,7 +16774,7 @@ snapshots:
whatwg-encoding: 3.1.1
whatwg-mimetype: 4.0.0
whatwg-url: 14.0.0
- ws: 8.16.0
+ ws: 8.18.0
xml-name-validator: 5.0.0
transitivePeerDependencies:
- bufferutil
@@ -17569,7 +17586,7 @@ snapshots:
mlly@1.7.4:
dependencies:
acorn: 8.14.0
- pathe: 2.0.1
+ pathe: 2.0.2
pkg-types: 1.3.1
ufo: 1.5.4
@@ -17866,8 +17883,6 @@ snapshots:
pathe@1.1.2: {}
- pathe@2.0.1: {}
-
pathe@2.0.2: {}
pathval@2.0.0: {}
@@ -17894,7 +17909,7 @@ snapshots:
dependencies:
confbox: 0.1.8
mlly: 1.7.4
- pathe: 2.0.1
+ pathe: 2.0.2
playwright-core@1.50.1: {}
@@ -17906,240 +17921,240 @@ snapshots:
port-authority@2.0.1: {}
- postcss-attribute-case-insensitive@7.0.1(postcss@8.5.2):
+ postcss-attribute-case-insensitive@7.0.1(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- postcss-clamp@4.1.0(postcss@8.5.2):
+ postcss-clamp@4.1.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- postcss-color-functional-notation@7.0.7(postcss@8.5.2):
+ postcss-color-functional-notation@7.0.7(postcss@8.5.3):
dependencies:
'@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- postcss-color-hex-alpha@10.0.0(postcss@8.5.2):
+ postcss-color-hex-alpha@10.0.0(postcss@8.5.3):
dependencies:
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- postcss-color-rebeccapurple@10.0.0(postcss@8.5.2):
+ postcss-color-rebeccapurple@10.0.0(postcss@8.5.3):
dependencies:
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- postcss-custom-media@11.0.5(postcss@8.5.2):
+ postcss-custom-media@11.0.5(postcss@8.5.3):
dependencies:
'@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
'@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
- postcss: 8.5.2
+ postcss: 8.5.3
- postcss-custom-properties@14.0.4(postcss@8.5.2):
+ postcss-custom-properties@14.0.4(postcss@8.5.3):
dependencies:
'@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- postcss-custom-selectors@8.0.4(postcss@8.5.2):
+ postcss-custom-selectors@8.0.4(postcss@8.5.3):
dependencies:
'@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- postcss-dir-pseudo-class@9.0.1(postcss@8.5.2):
+ postcss-dir-pseudo-class@9.0.1(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- postcss-double-position-gradients@6.0.0(postcss@8.5.2):
+ postcss-double-position-gradients@6.0.0(postcss@8.5.3):
dependencies:
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- postcss-focus-visible@10.0.1(postcss@8.5.2):
+ postcss-focus-visible@10.0.1(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- postcss-focus-within@9.0.1(postcss@8.5.2):
+ postcss-focus-within@9.0.1(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- postcss-font-variant@5.0.0(postcss@8.5.2):
+ postcss-font-variant@5.0.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
- postcss-gap-properties@6.0.0(postcss@8.5.2):
+ postcss-gap-properties@6.0.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
- postcss-image-set-function@7.0.0(postcss@8.5.2):
+ postcss-image-set-function@7.0.0(postcss@8.5.3):
dependencies:
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- postcss-import@15.1.0(postcss@8.5.2):
+ postcss-import@15.1.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.8
- postcss-js@4.0.1(postcss@8.5.2):
+ postcss-js@4.0.1(postcss@8.5.3):
dependencies:
camelcase-css: 2.0.1
- postcss: 8.5.2
+ postcss: 8.5.3
- postcss-lab-function@7.0.7(postcss@8.5.2):
+ postcss-lab-function@7.0.7(postcss@8.5.3):
dependencies:
'@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@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
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/utilities': 2.0.0(postcss@8.5.2)
- postcss: 8.5.2
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/utilities': 2.0.0(postcss@8.5.3)
+ postcss: 8.5.3
- postcss-load-config@4.0.2(postcss@8.5.2):
+ postcss-load-config@4.0.2(postcss@8.5.3):
dependencies:
lilconfig: 3.1.3
yaml: 2.5.1
optionalDependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
- postcss-logical@8.0.0(postcss@8.5.2):
+ postcss-logical@8.0.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- postcss-nested@6.2.0(postcss@8.5.2):
+ postcss-nested@6.2.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 6.1.2
- postcss-nesting@13.0.1(postcss@8.5.2):
+ postcss-nesting@13.0.1(postcss@8.5.3):
dependencies:
'@csstools/selector-resolve-nested': 3.0.0(postcss-selector-parser@7.0.0)
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0)
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- postcss-opacity-percentage@3.0.0(postcss@8.5.2):
+ postcss-opacity-percentage@3.0.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
- postcss-overflow-shorthand@6.0.0(postcss@8.5.2):
+ postcss-overflow-shorthand@6.0.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- postcss-page-break@3.0.4(postcss@8.5.2):
+ postcss-page-break@3.0.4(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
- postcss-place@10.0.0(postcss@8.5.2):
+ postcss-place@10.0.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-value-parser: 4.2.0
- postcss-preset-env@10.1.3(postcss@8.5.2):
- dependencies:
- '@csstools/postcss-cascade-layers': 5.0.1(postcss@8.5.2)
- '@csstools/postcss-color-function': 4.0.7(postcss@8.5.2)
- '@csstools/postcss-color-mix-function': 3.0.7(postcss@8.5.2)
- '@csstools/postcss-content-alt-text': 2.0.4(postcss@8.5.2)
- '@csstools/postcss-exponential-functions': 2.0.6(postcss@8.5.2)
- '@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.5.2)
- '@csstools/postcss-gamut-mapping': 2.0.7(postcss@8.5.2)
- '@csstools/postcss-gradients-interpolation-method': 5.0.7(postcss@8.5.2)
- '@csstools/postcss-hwb-function': 4.0.7(postcss@8.5.2)
- '@csstools/postcss-ic-unit': 4.0.0(postcss@8.5.2)
- '@csstools/postcss-initial': 2.0.0(postcss@8.5.2)
- '@csstools/postcss-is-pseudo-class': 5.0.1(postcss@8.5.2)
- '@csstools/postcss-light-dark-function': 2.0.7(postcss@8.5.2)
- '@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.5.2)
- '@csstools/postcss-logical-overflow': 2.0.0(postcss@8.5.2)
- '@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.5.2)
- '@csstools/postcss-logical-resize': 3.0.0(postcss@8.5.2)
- '@csstools/postcss-logical-viewport-units': 3.0.3(postcss@8.5.2)
- '@csstools/postcss-media-minmax': 2.0.6(postcss@8.5.2)
- '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.4(postcss@8.5.2)
- '@csstools/postcss-nested-calc': 4.0.0(postcss@8.5.2)
- '@csstools/postcss-normalize-display-values': 4.0.0(postcss@8.5.2)
- '@csstools/postcss-oklab-function': 4.0.7(postcss@8.5.2)
- '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.2)
- '@csstools/postcss-random-function': 1.0.2(postcss@8.5.2)
- '@csstools/postcss-relative-color-syntax': 3.0.7(postcss@8.5.2)
- '@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.5.2)
- '@csstools/postcss-sign-functions': 1.1.1(postcss@8.5.2)
- '@csstools/postcss-stepped-value-functions': 4.0.6(postcss@8.5.2)
- '@csstools/postcss-text-decoration-shorthand': 4.0.1(postcss@8.5.2)
- '@csstools/postcss-trigonometric-functions': 4.0.6(postcss@8.5.2)
- '@csstools/postcss-unset-value': 4.0.0(postcss@8.5.2)
- autoprefixer: 10.4.20(postcss@8.5.2)
+ postcss-preset-env@10.1.3(postcss@8.5.3):
+ dependencies:
+ '@csstools/postcss-cascade-layers': 5.0.1(postcss@8.5.3)
+ '@csstools/postcss-color-function': 4.0.7(postcss@8.5.3)
+ '@csstools/postcss-color-mix-function': 3.0.7(postcss@8.5.3)
+ '@csstools/postcss-content-alt-text': 2.0.4(postcss@8.5.3)
+ '@csstools/postcss-exponential-functions': 2.0.6(postcss@8.5.3)
+ '@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.5.3)
+ '@csstools/postcss-gamut-mapping': 2.0.7(postcss@8.5.3)
+ '@csstools/postcss-gradients-interpolation-method': 5.0.7(postcss@8.5.3)
+ '@csstools/postcss-hwb-function': 4.0.7(postcss@8.5.3)
+ '@csstools/postcss-ic-unit': 4.0.0(postcss@8.5.3)
+ '@csstools/postcss-initial': 2.0.0(postcss@8.5.3)
+ '@csstools/postcss-is-pseudo-class': 5.0.1(postcss@8.5.3)
+ '@csstools/postcss-light-dark-function': 2.0.7(postcss@8.5.3)
+ '@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.5.3)
+ '@csstools/postcss-logical-overflow': 2.0.0(postcss@8.5.3)
+ '@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.5.3)
+ '@csstools/postcss-logical-resize': 3.0.0(postcss@8.5.3)
+ '@csstools/postcss-logical-viewport-units': 3.0.3(postcss@8.5.3)
+ '@csstools/postcss-media-minmax': 2.0.6(postcss@8.5.3)
+ '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.4(postcss@8.5.3)
+ '@csstools/postcss-nested-calc': 4.0.0(postcss@8.5.3)
+ '@csstools/postcss-normalize-display-values': 4.0.0(postcss@8.5.3)
+ '@csstools/postcss-oklab-function': 4.0.7(postcss@8.5.3)
+ '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.5.3)
+ '@csstools/postcss-random-function': 1.0.2(postcss@8.5.3)
+ '@csstools/postcss-relative-color-syntax': 3.0.7(postcss@8.5.3)
+ '@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.5.3)
+ '@csstools/postcss-sign-functions': 1.1.1(postcss@8.5.3)
+ '@csstools/postcss-stepped-value-functions': 4.0.6(postcss@8.5.3)
+ '@csstools/postcss-text-decoration-shorthand': 4.0.1(postcss@8.5.3)
+ '@csstools/postcss-trigonometric-functions': 4.0.6(postcss@8.5.3)
+ '@csstools/postcss-unset-value': 4.0.0(postcss@8.5.3)
+ autoprefixer: 10.4.20(postcss@8.5.3)
browserslist: 4.24.0
- css-blank-pseudo: 7.0.1(postcss@8.5.2)
- css-has-pseudo: 7.0.2(postcss@8.5.2)
- css-prefers-color-scheme: 10.0.0(postcss@8.5.2)
+ css-blank-pseudo: 7.0.1(postcss@8.5.3)
+ css-has-pseudo: 7.0.2(postcss@8.5.3)
+ css-prefers-color-scheme: 10.0.0(postcss@8.5.3)
cssdb: 8.2.3
- postcss: 8.5.2
- postcss-attribute-case-insensitive: 7.0.1(postcss@8.5.2)
- postcss-clamp: 4.1.0(postcss@8.5.2)
- postcss-color-functional-notation: 7.0.7(postcss@8.5.2)
- postcss-color-hex-alpha: 10.0.0(postcss@8.5.2)
- postcss-color-rebeccapurple: 10.0.0(postcss@8.5.2)
- postcss-custom-media: 11.0.5(postcss@8.5.2)
- postcss-custom-properties: 14.0.4(postcss@8.5.2)
- postcss-custom-selectors: 8.0.4(postcss@8.5.2)
- postcss-dir-pseudo-class: 9.0.1(postcss@8.5.2)
- postcss-double-position-gradients: 6.0.0(postcss@8.5.2)
- postcss-focus-visible: 10.0.1(postcss@8.5.2)
- postcss-focus-within: 9.0.1(postcss@8.5.2)
- postcss-font-variant: 5.0.0(postcss@8.5.2)
- postcss-gap-properties: 6.0.0(postcss@8.5.2)
- postcss-image-set-function: 7.0.0(postcss@8.5.2)
- postcss-lab-function: 7.0.7(postcss@8.5.2)
- postcss-logical: 8.0.0(postcss@8.5.2)
- postcss-nesting: 13.0.1(postcss@8.5.2)
- postcss-opacity-percentage: 3.0.0(postcss@8.5.2)
- postcss-overflow-shorthand: 6.0.0(postcss@8.5.2)
- postcss-page-break: 3.0.4(postcss@8.5.2)
- postcss-place: 10.0.0(postcss@8.5.2)
- postcss-pseudo-class-any-link: 10.0.1(postcss@8.5.2)
- postcss-replace-overflow-wrap: 4.0.0(postcss@8.5.2)
- postcss-selector-not: 8.0.1(postcss@8.5.2)
-
- postcss-pseudo-class-any-link@10.0.1(postcss@8.5.2):
- dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
+ postcss-attribute-case-insensitive: 7.0.1(postcss@8.5.3)
+ postcss-clamp: 4.1.0(postcss@8.5.3)
+ postcss-color-functional-notation: 7.0.7(postcss@8.5.3)
+ postcss-color-hex-alpha: 10.0.0(postcss@8.5.3)
+ postcss-color-rebeccapurple: 10.0.0(postcss@8.5.3)
+ postcss-custom-media: 11.0.5(postcss@8.5.3)
+ postcss-custom-properties: 14.0.4(postcss@8.5.3)
+ postcss-custom-selectors: 8.0.4(postcss@8.5.3)
+ postcss-dir-pseudo-class: 9.0.1(postcss@8.5.3)
+ postcss-double-position-gradients: 6.0.0(postcss@8.5.3)
+ postcss-focus-visible: 10.0.1(postcss@8.5.3)
+ postcss-focus-within: 9.0.1(postcss@8.5.3)
+ postcss-font-variant: 5.0.0(postcss@8.5.3)
+ postcss-gap-properties: 6.0.0(postcss@8.5.3)
+ postcss-image-set-function: 7.0.0(postcss@8.5.3)
+ postcss-lab-function: 7.0.7(postcss@8.5.3)
+ postcss-logical: 8.0.0(postcss@8.5.3)
+ postcss-nesting: 13.0.1(postcss@8.5.3)
+ postcss-opacity-percentage: 3.0.0(postcss@8.5.3)
+ postcss-overflow-shorthand: 6.0.0(postcss@8.5.3)
+ postcss-page-break: 3.0.4(postcss@8.5.3)
+ postcss-place: 10.0.0(postcss@8.5.3)
+ postcss-pseudo-class-any-link: 10.0.1(postcss@8.5.3)
+ postcss-replace-overflow-wrap: 4.0.0(postcss@8.5.3)
+ postcss-selector-not: 8.0.1(postcss@8.5.3)
+
+ postcss-pseudo-class-any-link@10.0.1(postcss@8.5.3):
+ dependencies:
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
- postcss-replace-overflow-wrap@4.0.0(postcss@8.5.2):
+ postcss-replace-overflow-wrap@4.0.0(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
- postcss-selector-not@8.0.1(postcss@8.5.2):
+ postcss-selector-not@8.0.1(postcss@8.5.3):
dependencies:
- postcss: 8.5.2
+ postcss: 8.5.3
postcss-selector-parser: 7.0.0
postcss-selector-parser@6.1.2:
@@ -18154,7 +18169,7 @@ snapshots:
postcss-value-parser@4.2.0: {}
- postcss@8.5.2:
+ postcss@8.5.3:
dependencies:
nanoid: 3.3.8
picocolors: 1.1.1
@@ -18653,8 +18668,6 @@ snapshots:
semver@6.3.1: {}
- semver@7.6.3: {}
-
semver@7.7.1: {}
send@0.19.0:
@@ -18713,32 +18726,6 @@ snapshots:
setprototypeof@1.2.0: {}
- sharp@0.33.3:
- dependencies:
- color: 4.2.3
- detect-libc: 2.0.3
- semver: 7.6.3
- optionalDependencies:
- '@img/sharp-darwin-arm64': 0.33.3
- '@img/sharp-darwin-x64': 0.33.3
- '@img/sharp-libvips-darwin-arm64': 1.0.2
- '@img/sharp-libvips-darwin-x64': 1.0.2
- '@img/sharp-libvips-linux-arm': 1.0.2
- '@img/sharp-libvips-linux-arm64': 1.0.2
- '@img/sharp-libvips-linux-s390x': 1.0.2
- '@img/sharp-libvips-linux-x64': 1.0.2
- '@img/sharp-libvips-linuxmusl-arm64': 1.0.2
- '@img/sharp-libvips-linuxmusl-x64': 1.0.2
- '@img/sharp-linux-arm': 0.33.3
- '@img/sharp-linux-arm64': 0.33.3
- '@img/sharp-linux-s390x': 0.33.3
- '@img/sharp-linux-x64': 0.33.3
- '@img/sharp-linuxmusl-arm64': 0.33.3
- '@img/sharp-linuxmusl-x64': 0.33.3
- '@img/sharp-wasm32': 0.33.3
- '@img/sharp-win32-ia32': 0.33.3
- '@img/sharp-win32-x64': 0.33.3
-
sharp@0.33.5:
dependencies:
color: 4.2.3
@@ -19081,11 +19068,11 @@ snapshots:
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.1.1
- postcss: 8.5.2
- postcss-import: 15.1.0(postcss@8.5.2)
- postcss-js: 4.0.1(postcss@8.5.2)
- postcss-load-config: 4.0.2(postcss@8.5.2)
- postcss-nested: 6.2.0(postcss@8.5.2)
+ postcss: 8.5.3
+ postcss-import: 15.1.0(postcss@8.5.3)
+ postcss-js: 4.0.1(postcss@8.5.3)
+ postcss-load-config: 4.0.2(postcss@8.5.3)
+ postcss-nested: 6.2.0(postcss@8.5.3)
postcss-selector-parser: 6.1.2
resolve: 1.22.8
sucrase: 3.35.0
@@ -19446,9 +19433,9 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.2
- vite-hot-client@0.2.4(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)):
+ vite-hot-client@0.2.4(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)):
dependencies:
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
vite-node@3.0.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1):
dependencies:
@@ -19456,7 +19443,7 @@ snapshots:
debug: 4.4.0
es-module-lexer: 1.6.0
pathe: 2.0.2
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -19471,7 +19458,7 @@ snapshots:
- tsx
- yaml
- vite-plugin-inspect@0.8.9(rollup@4.34.6)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)):
+ vite-plugin-inspect@0.8.9(rollup@4.34.6)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)):
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.4(rollup@4.34.6)
@@ -19482,12 +19469,12 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.1.1
sirv: 3.0.0
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-solid@2.11.1(solid-js@1.9.4)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)):
+ vite-plugin-solid@2.11.1(solid-js@1.9.4)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)):
dependencies:
'@babel/core': 7.26.0
'@types/babel__core': 7.20.5
@@ -19495,28 +19482,28 @@ snapshots:
merge-anything: 5.1.7
solid-js: 1.9.4
solid-refresh: 0.6.3(solid-js@1.9.4)
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
- vitefu: 1.0.5(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vitefu: 1.0.5(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-devtools@7.7.1(rollup@4.34.6)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)):
+ vite-plugin-vue-devtools@7.7.1(rollup@4.34.6)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)):
dependencies:
- '@vue/devtools-core': 7.7.1(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))
+ '@vue/devtools-core': 7.7.1(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))
'@vue/devtools-kit': 7.7.1
'@vue/devtools-shared': 7.7.1
execa: 9.5.2
sirv: 3.0.0
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
- vite-plugin-inspect: 0.8.9(rollup@4.34.6)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
- vite-plugin-vue-inspector: 5.3.1(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite-plugin-inspect: 0.8.9(rollup@4.34.6)(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ vite-plugin-vue-inspector: 5.3.1(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
transitivePeerDependencies:
- '@nuxt/kit'
- rollup
- supports-color
- vue
- vite-plugin-vue-inspector@5.3.1(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)):
+ vite-plugin-vue-inspector@5.3.1(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)):
dependencies:
'@babel/core': 7.26.0
'@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.26.0)
@@ -19527,7 +19514,7 @@ snapshots:
'@vue/compiler-dom': 3.5.13
kolorist: 1.8.0
magic-string: 0.30.17
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
transitivePeerDependencies:
- supports-color
@@ -19544,10 +19531,10 @@ snapshots:
svgo: 3.3.2
vue: 3.5.13(typescript@5.7.3)
- vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1):
+ vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1):
dependencies:
- esbuild: 0.24.2
- postcss: 8.5.2
+ esbuild: 0.25.0
+ postcss: 8.5.3
rollup: 4.34.6
optionalDependencies:
'@types/node': 22.13.1
@@ -19557,14 +19544,14 @@ snapshots:
sass: 1.84.0
yaml: 2.5.1
- vitefu@1.0.5(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)):
+ vitefu@1.0.5(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)):
optionalDependencies:
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
vitest@3.0.5(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(jsdom@23.2.0)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1):
dependencies:
'@vitest/expect': 3.0.5
- '@vitest/mocker': 3.0.5(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
+ '@vitest/mocker': 3.0.5(vite@6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1))
'@vitest/pretty-format': 3.0.5
'@vitest/runner': 3.0.5
'@vitest/snapshot': 3.0.5
@@ -19580,7 +19567,7 @@ snapshots:
tinyexec: 0.3.2
tinypool: 1.0.2
tinyrainbow: 2.0.0
- vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
+ vite: 6.2.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
vite-node: 3.0.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.1)(sass@1.84.0)(yaml@2.5.1)
why-is-node-running: 2.3.0
optionalDependencies:
@@ -19834,8 +19821,6 @@ snapshots:
wrappy@1.0.2: {}
- ws@8.16.0: {}
-
ws@8.18.0: {}
xml-name-validator@5.0.0: {}
diff --git a/scripts/package.json b/scripts/package.json
index 1ac98c2e4..e6101baf8 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -8,7 +8,7 @@
"astro-scripts": "./index.js"
},
"dependencies": {
- "esbuild": "^0.24.2",
+ "esbuild": "^0.25.0",
"kleur": "^4.1.5",
"p-limit": "^6.2.0",
"tinyexec": "^0.3.2",