diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 948195f050c6b0..89f54d88ef3755 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
- name: Get changed files
id: changed-files
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
+ uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
with:
files: |
docs/**
@@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v4
- name: Install pnpm
- uses: pnpm/action-setup@v4.0.0
+ uses: pnpm/action-setup@v4.1.0
- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v4
@@ -153,7 +153,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install pnpm
- uses: pnpm/action-setup@v4.0.0
+ uses: pnpm/action-setup@v4.1.0
- name: Set node version to 20
uses: actions/setup-node@v4
diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml
index 988f430572751d..021bedd60ea786 100644
--- a/.github/workflows/preview-release.yml
+++ b/.github/workflows/preview-release.yml
@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- name: Install pnpm
- uses: pnpm/action-setup@v4.0.0
+ uses: pnpm/action-setup@v4.1.0
- name: Install dependencies
run: pnpm install
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 37d8c135b458db..009da3ac72a57c 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
- name: Install pnpm
- uses: pnpm/action-setup@v4.0.0
+ uses: pnpm/action-setup@v4.1.0
- name: Set node version to 20
uses: actions/setup-node@v4
diff --git a/docs/.vitepress/theme/components/landing/1. hero-section/HeroDiagram.vue b/docs/.vitepress/theme/components/landing/1. hero-section/HeroDiagram.vue
index f76e7092220094..b192bc197fbeb8 100644
--- a/docs/.vitepress/theme/components/landing/1. hero-section/HeroDiagram.vue
+++ b/docs/.vitepress/theme/components/landing/1. hero-section/HeroDiagram.vue
@@ -520,7 +520,8 @@ onMounted(() => {
bottom: 0;
transform: translate3d(0, 0, 0) scale(1);
transition: transform 0.3s ease-in-out;
- background: linear-gradient(
+ background:
+ linear-gradient(
130deg,
rgba(61, 61, 61, 0.3) 0%,
rgba(61, 61, 61, 0) 40%
@@ -713,7 +714,8 @@ onMounted(() => {
opacity: 0.1;
}
- background: url('/noise.png'),
+ background:
+ url('/noise.png'),
radial-gradient(
circle at right center,
rgb(86, 50, 119) 0%,
@@ -729,7 +731,8 @@ onMounted(() => {
);
@media (min-width: 1024px) {
- background: url('/noise.png'),
+ background:
+ url('/noise.png'),
radial-gradient(
circle at right center,
rgba(75, 41, 105, 0.5) 0%,
@@ -747,7 +750,8 @@ onMounted(() => {
}
@media (min-width: 1500px) {
- background: url('/noise.png'),
+ background:
+ url('/noise.png'),
radial-gradient(
circle at right center,
rgba(75, 41, 105, 0.5) 0%,
@@ -765,7 +769,8 @@ onMounted(() => {
}
@media (min-width: 1800px) {
- background: url('/noise.png'),
+ background:
+ url('/noise.png'),
radial-gradient(
circle at right center,
rgba(75, 41, 105, 0.5) 0%,
diff --git a/docs/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue b/docs/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue
index 5e44b3bb760830..6b12c1c4223431 100644
--- a/docs/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue
+++ b/docs/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue
@@ -342,7 +342,8 @@ onUnmounted(() => {
bottom: 0;
height: 100%;
border-radius: 12px 0 0 12px;
- background: url('/noise.png'),
+ background:
+ url('/noise.png'),
radial-gradient(
ellipse 140% 80% at 96% bottom,
#13b351 0%,
diff --git a/docs/.vitepress/theme/styles/landing.css b/docs/.vitepress/theme/styles/landing.css
index 18897f48ba309b..1e919af10844e4 100644
--- a/docs/.vitepress/theme/styles/landing.css
+++ b/docs/.vitepress/theme/styles/landing.css
@@ -176,7 +176,8 @@ html:has(.landing) {
&.btn--primary {
position: relative;
- background: radial-gradient(
+ background:
+ radial-gradient(
141.42% 141.42% at 100% 0%,
rgba(255, 255, 255, 0.4) 0%,
rgba(255, 255, 255, 0) 100%
@@ -194,7 +195,8 @@ html:has(.landing) {
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75) inset;
&:hover {
- background: radial-gradient(
+ background:
+ radial-gradient(
141.42% 141.42% at 100% 0%,
rgba(255, 255, 255, 0.5) 0%,
rgba(255, 255, 255, 0) 100%
diff --git a/docs/package.json b/docs/package.json
index 5b0ffcf1d93a83..d297a6ac1b9b24 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -8,7 +8,7 @@
"docs-serve": "vitepress serve"
},
"devDependencies": {
- "@shikijs/vitepress-twoslash": "^2.2.0",
+ "@shikijs/vitepress-twoslash": "^2.3.2",
"@types/express": "^4.17.21",
"feed": "^4.2.2",
"vitepress": "^1.6.3",
diff --git a/package.json b/package.json
index 8b75b995c160bc..d28875aa5eb39b 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"ci-docs": "pnpm build && pnpm docs-build"
},
"devDependencies": {
- "@eslint/js": "^9.19.0",
+ "@eslint/js": "^9.20.0",
"@type-challenges/utils": "^0.1.1",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.10.0",
@@ -50,33 +50,33 @@
"@types/estree": "^1.0.6",
"@types/etag": "^1.8.3",
"@types/less": "^3.0.8",
- "@types/node": "^22.13.0",
+ "@types/node": "^22.13.4",
"@types/picomatch": "^3.0.2",
"@types/stylus": "^0.48.43",
"@types/ws": "^8.5.14",
"@vitejs/release-scripts": "^1.3.3",
"conventional-changelog-cli": "^5.0.0",
- "eslint": "^9.19.0",
+ "eslint": "^9.20.1",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-regexp": "^2.7.0",
"execa": "^9.5.2",
- "globals": "^15.14.0",
+ "globals": "^15.15.0",
"gsap": "^3.12.7",
"lint-staged": "^15.4.3",
"picocolors": "^1.1.1",
"playwright-chromium": "^1.50.1",
"premove": "^4.0.0",
- "prettier": "3.4.2",
+ "prettier": "3.5.1",
"rollup": "^4.30.1",
- "rollup-plugin-esbuild": "^6.1.1",
+ "rollup-plugin-esbuild": "^6.2.0",
"simple-git-hooks": "^2.11.1",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "~5.7.2",
- "typescript-eslint": "^8.22.0",
+ "typescript-eslint": "^8.24.0",
"vite": "workspace:*",
- "vitest": "^3.0.4"
+ "vitest": "^3.0.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
diff --git a/packages/create-vite/src/index.ts b/packages/create-vite/src/index.ts
index ae6edf123f0c0b..d0f7124f4da724 100755
--- a/packages/create-vite/src/index.ts
+++ b/packages/create-vite/src/index.ts
@@ -594,7 +594,7 @@ function pkgFromUserAgent(userAgent: string | undefined): PkgInfo | undefined {
function setupReactSwc(root: string, isTs: boolean) {
// renovate: datasource=npm depName=@vitejs/plugin-react-swc
- const reactSwcPluginVersion = '3.7.2'
+ const reactSwcPluginVersion = '3.8.0'
editFile(path.resolve(root, 'package.json'), (content) => {
return content.replace(
diff --git a/packages/create-vite/template-react-ts/package.json b/packages/create-vite/template-react-ts/package.json
index bc978b10cf5241..60f5e58e35f365 100644
--- a/packages/create-vite/template-react-ts/package.json
+++ b/packages/create-vite/template-react-ts/package.json
@@ -14,16 +14,16 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
- "@eslint/js": "^9.19.0",
+ "@eslint/js": "^9.20.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
- "eslint": "^9.19.0",
+ "eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.0.0",
- "eslint-plugin-react-refresh": "^0.4.18",
- "globals": "^15.14.0",
+ "eslint-plugin-react-refresh": "^0.4.19",
+ "globals": "^15.15.0",
"typescript": "~5.7.2",
- "typescript-eslint": "^8.22.0",
+ "typescript-eslint": "^8.24.0",
"vite": "^6.1.0"
}
}
diff --git a/packages/create-vite/template-react/package.json b/packages/create-vite/template-react/package.json
index e47c2b6c6034e6..5ea7d946b96c0a 100644
--- a/packages/create-vite/template-react/package.json
+++ b/packages/create-vite/template-react/package.json
@@ -14,15 +14,15 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
- "@eslint/js": "^9.19.0",
+ "@eslint/js": "^9.20.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
- "eslint": "^9.19.0",
+ "eslint": "^9.20.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
- "eslint-plugin-react-refresh": "^0.4.18",
- "globals": "^15.14.0",
+ "eslint-plugin-react-refresh": "^0.4.19",
+ "globals": "^15.15.0",
"vite": "^6.1.0"
}
}
diff --git a/packages/create-vite/template-solid-ts/package.json b/packages/create-vite/template-solid-ts/package.json
index f1fe48bdf09248..b1809cd07f989a 100644
--- a/packages/create-vite/template-solid-ts/package.json
+++ b/packages/create-vite/template-solid-ts/package.json
@@ -14,6 +14,6 @@
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.1.0",
- "vite-plugin-solid": "^2.11.0"
+ "vite-plugin-solid": "^2.11.1"
}
}
diff --git a/packages/create-vite/template-solid/package.json b/packages/create-vite/template-solid/package.json
index b75962eaca908b..89df57c4b1f64b 100644
--- a/packages/create-vite/template-solid/package.json
+++ b/packages/create-vite/template-solid/package.json
@@ -13,6 +13,6 @@
},
"devDependencies": {
"vite": "^6.1.0",
- "vite-plugin-solid": "^2.11.0"
+ "vite-plugin-solid": "^2.11.1"
}
}
diff --git a/packages/create-vite/template-svelte-ts/package.json b/packages/create-vite/template-svelte-ts/package.json
index 26d45016f92740..48424e2488c3bc 100644
--- a/packages/create-vite/template-svelte-ts/package.json
+++ b/packages/create-vite/template-svelte-ts/package.json
@@ -12,7 +12,7 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
- "svelte": "^5.19.6",
+ "svelte": "^5.20.0",
"svelte-check": "^4.1.4",
"typescript": "~5.7.2",
"vite": "^6.1.0"
diff --git a/packages/create-vite/template-svelte/package.json b/packages/create-vite/template-svelte/package.json
index ab785db0604a08..e8c388696678ea 100644
--- a/packages/create-vite/template-svelte/package.json
+++ b/packages/create-vite/template-svelte/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
- "svelte": "^5.19.6",
+ "svelte": "^5.20.0",
"vite": "^6.1.0"
}
}
diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json
index 7dd1111bb32236..fe6a7ce5648693 100644
--- a/packages/plugin-legacy/package.json
+++ b/packages/plugin-legacy/package.json
@@ -42,8 +42,8 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
- "@babel/core": "^7.26.7",
- "@babel/preset-env": "^7.26.7",
+ "@babel/core": "^7.26.8",
+ "@babel/preset-env": "^7.26.8",
"browserslist": "^4.24.4",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.40.0",
diff --git a/packages/vite/package.json b/packages/vite/package.json
index 11c3be00fd33b5..d1cfeab86a8bf0 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -86,7 +86,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.24.2",
- "postcss": "^8.5.1",
+ "postcss": "^8.5.2",
"rollup": "^4.30.1"
},
"optionalDependencies": {
@@ -94,7 +94,7 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
- "@babel/parser": "^7.26.7",
+ "@babel/parser": "^7.26.8",
"@jridgewell/trace-mapping": "^0.3.25",
"@polka/compression": "^1.0.0-next.25",
"@rollup/plugin-alias": "^5.1.1",
@@ -129,7 +129,7 @@
"nanoid": "^5.0.9",
"open": "^10.1.0",
"parse5": "^7.2.1",
- "pathe": "^2.0.2",
+ "pathe": "^2.0.3",
"periscopic": "^4.0.2",
"picocolors": "^1.1.1",
"picomatch": "^4.0.2",
@@ -138,14 +138,14 @@
"postcss-modules": "^6.0.1",
"resolve.exports": "^2.0.3",
"rollup-plugin-dts": "^6.1.1",
- "rollup-plugin-esbuild": "^6.1.1",
+ "rollup-plugin-esbuild": "^6.2.0",
"rollup-plugin-license": "^3.5.3",
- "sass": "^1.83.4",
+ "sass": "^1.84.0",
"sass-embedded": "^1.83.4",
"sirv": "^3.0.0",
"source-map-support": "^0.5.21",
"strip-literal": "^3.0.0",
- "terser": "^5.37.0",
+ "terser": "^5.39.0",
"tinyglobby": "^0.2.10",
"tsconfck": "^3.1.5",
"tslib": "^2.8.1",
diff --git a/playground/assets/index.html b/playground/assets/index.html
index 94e728e3094cb1..8fd56189855228 100644
--- a/playground/assets/index.html
+++ b/playground/assets/index.html
@@ -105,8 +105,8 @@
CSS url references
diff --git a/playground/backend-integration/package.json b/playground/backend-integration/package.json
index 754010be45fc83..ef84041de19cc7 100644
--- a/playground/backend-integration/package.json
+++ b/playground/backend-integration/package.json
@@ -10,9 +10,9 @@
"preview": "vite preview"
},
"devDependencies": {
- "@tailwindcss/vite": "^4.0.3",
- "sass": "^1.83.4",
- "tailwindcss": "^4.0.3",
+ "@tailwindcss/vite": "^4.0.6",
+ "sass": "^1.84.0",
+ "tailwindcss": "^4.0.6",
"tinyglobby": "^0.2.10"
}
}
diff --git a/playground/css-sourcemap/package.json b/playground/css-sourcemap/package.json
index bee9011eb02583..9fd997d6147a27 100644
--- a/playground/css-sourcemap/package.json
+++ b/playground/css-sourcemap/package.json
@@ -12,7 +12,7 @@
"devDependencies": {
"less": "^4.2.2",
"magic-string": "^0.30.17",
- "sass": "^1.83.4",
+ "sass": "^1.84.0",
"stylus": "^0.64.0",
"sugarss": "^5.0.0"
}
diff --git a/playground/css/package.json b/playground/css/package.json
index 1f9e98b585e937..aff53375003091 100644
--- a/playground/css/package.json
+++ b/playground/css/package.json
@@ -23,7 +23,7 @@
"@vitejs/test-scss-proxy-dep": "file:./scss-proxy-dep",
"less": "^4.2.2",
"postcss-nested": "^7.0.2",
- "sass": "^1.83.4",
+ "sass": "^1.84.0",
"stylus": "^0.64.0",
"sugarss": "^5.0.0",
"tinyglobby": "^0.2.10"
diff --git a/playground/legacy/package.json b/playground/legacy/package.json
index 2db5577963ca3a..7736075593f1e3 100644
--- a/playground/legacy/package.json
+++ b/playground/legacy/package.json
@@ -18,6 +18,6 @@
"vite": "workspace:*",
"@vitejs/plugin-legacy": "workspace:*",
"express": "^5.0.1",
- "terser": "^5.37.0"
+ "terser": "^5.39.0"
}
}
diff --git a/playground/multiple-entrypoints/package.json b/playground/multiple-entrypoints/package.json
index d373e215cc86be..bf234c5a3e5039 100644
--- a/playground/multiple-entrypoints/package.json
+++ b/playground/multiple-entrypoints/package.json
@@ -10,6 +10,6 @@
"preview": "vite preview"
},
"devDependencies": {
- "sass": "^1.83.4"
+ "sass": "^1.84.0"
}
}
diff --git a/playground/preload/package.json b/playground/preload/package.json
index c8c6c735ec68a4..1f8bbca51f94d4 100644
--- a/playground/preload/package.json
+++ b/playground/preload/package.json
@@ -18,7 +18,7 @@
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.js"
},
"devDependencies": {
- "terser": "^5.37.0",
+ "terser": "^5.39.0",
"@vitejs/test-dep-a": "file:./dep-a",
"@vitejs/test-dep-including-a": "file:./dep-including-a"
}
diff --git a/playground/ssr-webworker/package.json b/playground/ssr-webworker/package.json
index 65cc95e49b415a..12a0b4b3c10d92 100644
--- a/playground/ssr-webworker/package.json
+++ b/playground/ssr-webworker/package.json
@@ -13,7 +13,7 @@
"@vitejs/test-worker-exports": "file:./worker-exports"
},
"devDependencies": {
- "miniflare": "^3.20250129.0",
+ "miniflare": "^3.20250204.1",
"@vitejs/test-resolve-linked": "workspace:*"
}
}
diff --git a/playground/tailwind-sourcemap/package.json b/playground/tailwind-sourcemap/package.json
index 053aa230dc0843..9dcd4301932ab5 100644
--- a/playground/tailwind-sourcemap/package.json
+++ b/playground/tailwind-sourcemap/package.json
@@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
- "@tailwindcss/postcss": "^4.0.3",
- "tailwindcss": "^4.0.3"
+ "@tailwindcss/postcss": "^4.0.6",
+ "tailwindcss": "^4.0.6"
}
}
diff --git a/playground/tailwind/package.json b/playground/tailwind/package.json
index ec52a3f3adae92..ed5760fd491c4c 100644
--- a/playground/tailwind/package.json
+++ b/playground/tailwind/package.json
@@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
- "@tailwindcss/vite": "^4.0.3",
- "tailwindcss": "^4.0.3",
+ "@tailwindcss/vite": "^4.0.6",
+ "tailwindcss": "^4.0.6",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 08c6e3fd96bf61..a77631153b8633 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -28,8 +28,8 @@ importers:
.:
devDependencies:
'@eslint/js':
- specifier: ^9.19.0
- version: 9.19.0
+ specifier: ^9.20.0
+ version: 9.20.0
'@type-challenges/utils':
specifier: ^0.1.1
version: 0.1.1
@@ -58,8 +58,8 @@ importers:
specifier: ^3.0.8
version: 3.0.8
'@types/node':
- specifier: ^22.13.0
- version: 22.13.0
+ specifier: ^22.13.4
+ version: 22.13.4
'@types/picomatch':
specifier: ^3.0.2
version: 3.0.2
@@ -76,23 +76,23 @@ importers:
specifier: ^5.0.0
version: 5.0.0(conventional-commits-filter@5.0.0)
eslint:
- specifier: ^9.19.0
- version: 9.19.0(jiti@2.4.2)
+ specifier: ^9.20.1
+ version: 9.20.1(jiti@2.4.2)
eslint-plugin-import-x:
specifier: ^4.6.1
- version: 4.6.1(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)
+ version: 4.6.1(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)
eslint-plugin-n:
specifier: ^17.15.1
- version: 17.15.1(eslint@9.19.0(jiti@2.4.2))
+ version: 17.15.1(eslint@9.20.1(jiti@2.4.2))
eslint-plugin-regexp:
specifier: ^2.7.0
- version: 2.7.0(eslint@9.19.0(jiti@2.4.2))
+ version: 2.7.0(eslint@9.20.1(jiti@2.4.2))
execa:
specifier: ^9.5.2
version: 9.5.2
globals:
- specifier: ^15.14.0
- version: 15.14.0
+ specifier: ^15.15.0
+ version: 15.15.0
gsap:
specifier: ^3.12.7
version: 3.12.7
@@ -109,14 +109,14 @@ importers:
specifier: ^4.0.0
version: 4.0.0
prettier:
- specifier: 3.4.2
- version: 3.4.2
+ specifier: 3.5.1
+ version: 3.5.1
rollup:
specifier: ^4.30.1
version: 4.30.1
rollup-plugin-esbuild:
- specifier: ^6.1.1
- version: 6.1.1(esbuild@0.24.2)(rollup@4.30.1)
+ specifier: ^6.2.0
+ version: 6.2.0(esbuild@0.24.2)(rollup@4.30.1)
simple-git-hooks:
specifier: ^2.11.1
version: 2.11.1
@@ -130,20 +130,20 @@ importers:
specifier: ~5.7.2
version: 5.7.2
typescript-eslint:
- specifier: ^8.22.0
- version: 8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)
+ specifier: ^8.24.0
+ version: 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)
vite:
specifier: workspace:*
version: link:packages/vite
vitest:
- specifier: ^3.0.4
- version: 3.0.5(@types/debug@4.1.12)(@types/node@22.13.0)
+ specifier: ^3.0.5
+ version: 3.0.5(@types/debug@4.1.12)(@types/node@22.13.4)
docs:
devDependencies:
'@shikijs/vitepress-twoslash':
- specifier: ^2.2.0
- version: 2.2.0(typescript@5.7.2)
+ specifier: ^2.3.2
+ version: 2.3.2(typescript@5.7.2)
'@types/express':
specifier: ^4.17.21
version: 4.17.21
@@ -152,7 +152,7 @@ importers:
version: 4.2.2
vitepress:
specifier: ^1.6.3
- version: 1.6.3(@algolia/client-search@5.20.0)(axios@1.7.9)(postcss@8.5.1)(typescript@5.7.2)
+ version: 1.6.3(@algolia/client-search@5.20.0)(axios@1.7.9)(postcss@8.5.2)(typescript@5.7.2)
vitepress-plugin-group-icons:
specifier: ^1.3.5
version: 1.3.5
@@ -182,16 +182,16 @@ importers:
version: 2.4.2
unbuild:
specifier: ^3.3.1
- version: 3.3.1(sass@1.83.4)(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2))
+ version: 3.3.1(sass@1.84.0)(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2))
packages/plugin-legacy:
dependencies:
'@babel/core':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.8
+ version: 7.26.8
'@babel/preset-env':
- specifier: ^7.26.7
- version: 7.26.7(@babel/core@7.26.7)
+ specifier: ^7.26.8
+ version: 7.26.8(@babel/core@7.26.8)
browserslist:
specifier: ^4.24.4
version: 4.24.4
@@ -219,7 +219,7 @@ importers:
version: 1.1.1
unbuild:
specifier: ^3.3.1
- version: 3.3.1(sass@1.83.4)(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2))
+ version: 3.3.1(sass@1.84.0)(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2))
vite:
specifier: workspace:*
version: link:../vite
@@ -230,8 +230,8 @@ importers:
specifier: ^0.24.2
version: 0.24.2
postcss:
- specifier: ^8.5.1
- version: 8.5.1
+ specifier: ^8.5.2
+ version: 8.5.2
rollup:
specifier: ^4.30.1
version: 4.30.1
@@ -244,8 +244,8 @@ importers:
specifier: ^2.3.0
version: 2.3.0
'@babel/parser':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.8
+ version: 7.26.8
'@jridgewell/trace-mapping':
specifier: ^0.3.25
version: 0.3.25
@@ -349,8 +349,8 @@ importers:
specifier: ^7.2.1
version: 7.2.1
pathe:
- specifier: ^2.0.2
- version: 2.0.2
+ specifier: ^2.0.3
+ version: 2.0.3
periscopic:
specifier: ^4.0.2
version: 4.0.2
@@ -362,13 +362,13 @@ importers:
version: 4.0.2
postcss-import:
specifier: ^16.1.0
- version: 16.1.0(postcss@8.5.1)
+ version: 16.1.0(postcss@8.5.2)
postcss-load-config:
specifier: ^6.0.1
- version: 6.0.1(jiti@2.4.2)(postcss@8.5.1)(tsx@4.19.2)(yaml@2.7.0)
+ version: 6.0.1(jiti@2.4.2)(postcss@8.5.2)(tsx@4.19.2)(yaml@2.7.0)
postcss-modules:
specifier: ^6.0.1
- version: 6.0.1(postcss@8.5.1)
+ version: 6.0.1(postcss@8.5.2)
resolve.exports:
specifier: ^2.0.3
version: 2.0.3
@@ -376,14 +376,14 @@ importers:
specifier: ^6.1.1
version: 6.1.1(rollup@4.30.1)(typescript@5.7.2)
rollup-plugin-esbuild:
- specifier: ^6.1.1
- version: 6.1.1(esbuild@0.24.2)(rollup@4.30.1)
+ specifier: ^6.2.0
+ version: 6.2.0(esbuild@0.24.2)(rollup@4.30.1)
rollup-plugin-license:
specifier: ^3.5.3
version: 3.5.3(picomatch@4.0.2)(rollup@4.30.1)
sass:
- specifier: ^1.83.4
- version: 1.83.4
+ specifier: ^1.84.0
+ version: 1.84.0
sass-embedded:
specifier: ^1.83.4
version: 1.83.4(source-map-js@1.2.1)
@@ -397,8 +397,8 @@ importers:
specifier: ^3.0.0
version: 3.0.0
terser:
- specifier: ^5.37.0
- version: 5.37.0
+ specifier: ^5.39.0
+ version: 5.39.0
tinyglobby:
specifier: ^0.2.10
version: 0.2.10
@@ -527,14 +527,14 @@ importers:
playground/backend-integration:
devDependencies:
'@tailwindcss/vite':
- specifier: ^4.0.3
- version: 4.0.3(vite@packages+vite)
+ specifier: ^4.0.6
+ version: 4.0.6(vite@packages+vite)
sass:
- specifier: ^1.83.4
- version: 1.83.4
+ specifier: ^1.84.0
+ version: 1.84.0
tailwindcss:
- specifier: ^4.0.3
- version: 4.0.3
+ specifier: ^4.0.6
+ version: 4.0.6
tinyglobby:
specifier: ^0.2.10
version: 0.2.10
@@ -592,16 +592,16 @@ importers:
version: 4.2.2
postcss-nested:
specifier: ^7.0.2
- version: 7.0.2(postcss@8.5.1)
+ version: 7.0.2(postcss@8.5.2)
sass:
- specifier: ^1.83.4
- version: 1.83.4
+ specifier: ^1.84.0
+ version: 1.84.0
stylus:
specifier: ^0.64.0
version: 0.64.0
sugarss:
specifier: ^5.0.0
- version: 5.0.0(postcss@8.5.1)
+ version: 5.0.0(postcss@8.5.2)
tinyglobby:
specifier: ^0.2.10
version: 0.2.10
@@ -644,14 +644,14 @@ importers:
specifier: ^0.30.17
version: 0.30.17
sass:
- specifier: ^1.83.4
- version: 1.83.4
+ specifier: ^1.84.0
+ version: 1.84.0
stylus:
specifier: ^0.64.0
version: 0.64.0
sugarss:
specifier: ^5.0.0
- version: 5.0.0(postcss@8.5.1)
+ version: 5.0.0(postcss@8.5.2)
playground/css/css-dep: {}
@@ -845,8 +845,8 @@ importers:
specifier: ^5.0.1
version: 5.0.1
terser:
- specifier: ^5.37.0
- version: 5.37.0
+ specifier: ^5.39.0
+ version: 5.39.0
vite:
specifier: workspace:*
version: link:../../packages/vite
@@ -870,8 +870,8 @@ importers:
playground/multiple-entrypoints:
devDependencies:
sass:
- specifier: ^1.83.4
- version: 1.83.4
+ specifier: ^1.84.0
+ version: 1.84.0
playground/nested-deps:
dependencies:
@@ -1185,8 +1185,8 @@ importers:
specifier: file:./dep-including-a
version: file:playground/preload/dep-including-a
terser:
- specifier: ^5.37.0
- version: 5.37.0
+ specifier: ^5.39.0
+ version: 5.39.0
playground/preload/dep-a: {}
@@ -1617,8 +1617,8 @@ importers:
specifier: workspace:*
version: link:../resolve-linked
miniflare:
- specifier: ^3.20250129.0
- version: 3.20250129.0
+ specifier: ^3.20250204.1
+ version: 3.20250204.1
playground/ssr-webworker/browser-exports: {}
@@ -1627,11 +1627,11 @@ importers:
playground/tailwind:
dependencies:
'@tailwindcss/vite':
- specifier: ^4.0.3
- version: 4.0.3(vite@packages+vite)
+ specifier: ^4.0.6
+ version: 4.0.6(vite@packages+vite)
tailwindcss:
- specifier: ^4.0.3
- version: 4.0.3
+ specifier: ^4.0.6
+ version: 4.0.6
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.7.2)
@@ -1646,17 +1646,17 @@ importers:
playground/tailwind-sourcemap:
dependencies:
'@tailwindcss/postcss':
- specifier: ^4.0.3
- version: 4.0.3
+ specifier: ^4.0.6
+ version: 4.0.6
tailwindcss:
- specifier: ^4.0.3
- version: 4.0.3
+ specifier: ^4.0.6
+ version: 4.0.6
playground/tailwind-v3:
dependencies:
autoprefixer:
specifier: ^10.4.20
- version: 10.4.20(postcss@8.5.1)
+ version: 10.4.20(postcss@8.5.2)
tailwindcss:
specifier: ^3.4.17
version: 3.4.17
@@ -1796,18 +1796,22 @@ packages:
resolution: {integrity: sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.26.7':
- resolution: {integrity: sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==}
+ '@babel/compat-data@7.26.8':
+ resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.26.2':
- resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==}
+ '@babel/core@7.26.8':
+ resolution: {integrity: sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==}
engines: {node: '>=6.9.0'}
'@babel/generator@7.26.5':
resolution: {integrity: sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==}
engines: {node: '>=6.9.0'}
+ '@babel/generator@7.26.8':
+ resolution: {integrity: sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==}
+ engines: {node: '>=6.9.0'}
+
'@babel/helper-annotate-as-pure@7.25.9':
resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==}
engines: {node: '>=6.9.0'}
@@ -1833,6 +1837,11 @@ packages:
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ '@babel/helper-define-polyfill-provider@0.6.3':
+ resolution: {integrity: sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+
'@babel/helper-member-expression-to-functions@7.25.9':
resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==}
engines: {node: '>=6.9.0'}
@@ -1891,8 +1900,8 @@ packages:
resolution: {integrity: sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.26.7':
- resolution: {integrity: sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==}
+ '@babel/parser@7.26.8':
+ resolution: {integrity: sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -1956,8 +1965,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-async-generator-functions@7.25.9':
- resolution: {integrity: sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==}
+ '@babel/plugin-transform-async-generator-functions@7.26.8':
+ resolution: {integrity: sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2214,8 +2223,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-template-literals@7.25.9':
- resolution: {integrity: sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==}
+ '@babel/plugin-transform-template-literals@7.26.8':
+ resolution: {integrity: sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2250,8 +2259,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/preset-env@7.26.7':
- resolution: {integrity: sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==}
+ '@babel/preset-env@7.26.8':
+ resolution: {integrity: sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2273,14 +2282,18 @@ packages:
resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.25.9':
- resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==}
+ '@babel/template@7.26.8':
+ resolution: {integrity: sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==}
engines: {node: '>=6.9.0'}
'@babel/traverse@7.26.7':
resolution: {integrity: sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==}
engines: {node: '>=6.9.0'}
+ '@babel/traverse@7.26.8':
+ resolution: {integrity: sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==}
+ engines: {node: '>=6.9.0'}
+
'@babel/types@7.26.5':
resolution: {integrity: sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==}
engines: {node: '>=6.9.0'}
@@ -2289,35 +2302,39 @@ packages:
resolution: {integrity: sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==}
engines: {node: '>=6.9.0'}
+ '@babel/types@7.26.8':
+ resolution: {integrity: sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==}
+ engines: {node: '>=6.9.0'}
+
'@bufbuild/protobuf@2.2.2':
resolution: {integrity: sha512-UNtPCbrwrenpmrXuRwn9jYpPoweNXj8X5sMvYgsqYyaH8jQ6LfUJSk3dJLnBK+6sfYPrF4iAIo5sd5HQ+tg75A==}
- '@cloudflare/workerd-darwin-64@1.20250129.0':
- resolution: {integrity: sha512-M+xETVnl+xy2dfDDWmp0XXr2rttl70a6bljQygl0EmYmNswFTcYbQWCaBuNBo9kabU59rLKr4a/b3QZ07NoL/g==}
+ '@cloudflare/workerd-darwin-64@1.20250204.0':
+ resolution: {integrity: sha512-HpsgbWEfvdcwuZ8WAZhi1TlSCyyHC3tbghpKsOqGDaQNltyAFAWqa278TPNfcitYf/FmV4961v3eqUE+RFdHNQ==}
engines: {node: '>=16'}
cpu: [x64]
os: [darwin]
- '@cloudflare/workerd-darwin-arm64@1.20250129.0':
- resolution: {integrity: sha512-c4PQUyIMp+bCMxZkAMBzXgTHjRZxeYCujDbb3staestqgRbenzcfauXsMd6np35ng+EE1uBgHNPV4+7fC0ZBfg==}
+ '@cloudflare/workerd-darwin-arm64@1.20250204.0':
+ resolution: {integrity: sha512-AJ8Tk7KMJqePlch3SH8oL41ROtsrb07hKRHD6M+FvGC3tLtf26rpteAAMNYKMDYKzFNFUIKZNijYDFZjBFndXQ==}
engines: {node: '>=16'}
cpu: [arm64]
os: [darwin]
- '@cloudflare/workerd-linux-64@1.20250129.0':
- resolution: {integrity: sha512-xJx8LwWFxsm5U3DETJwRuOmT5RWBqm4FmA4itYXvcEICca9pWJDB641kT4PnpypwDNmYOebhU7A+JUrCRucG0w==}
+ '@cloudflare/workerd-linux-64@1.20250204.0':
+ resolution: {integrity: sha512-RIUfUSnDC8h73zAa+u1K2Frc7nc+eeQoBBP7SaqsRe6JdX8jfIv/GtWjQWCoj8xQFgLvhpJKZ4sTTTV+AilQbw==}
engines: {node: '>=16'}
cpu: [x64]
os: [linux]
- '@cloudflare/workerd-linux-arm64@1.20250129.0':
- resolution: {integrity: sha512-dR//npbaX5p323huBVNIy5gaWubQx6CC3aiXeK0yX4aD5ar8AjxQFb2U/Sgjeo65Rkt53hJWqC7IwRpK/eOxrA==}
+ '@cloudflare/workerd-linux-arm64@1.20250204.0':
+ resolution: {integrity: sha512-8Ql8jDjoIgr2J7oBD01kd9kduUz60njofrBpAOkjCPed15He8e8XHkYaYow3g0xpae4S2ryrPOeoD3M64sRxeg==}
engines: {node: '>=16'}
cpu: [arm64]
os: [linux]
- '@cloudflare/workerd-windows-64@1.20250129.0':
- resolution: {integrity: sha512-OeO+1nPj/ocAE3adFar/tRFGRkbCrBnrOYXq0FUBSpyNHpDdA9/U3PAw5CN4zvjfTnqXZfTxTFeqoruqzRzbtg==}
+ '@cloudflare/workerd-windows-64@1.20250204.0':
+ resolution: {integrity: sha512-RpDJO3+to+e17X3EWfRCagboZYwBz2fowc+jL53+fd7uD19v3F59H48lw2BDpHJMRyhg6ouWcpM94OhsHv8ecA==}
engines: {node: '>=16'}
cpu: [x64]
os: [win32]
@@ -2673,12 +2690,16 @@ packages:
resolution: {integrity: sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@eslint/core@0.11.0':
+ resolution: {integrity: sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@eslint/eslintrc@3.2.0':
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.19.0':
- resolution: {integrity: sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==}
+ '@eslint/js@9.20.0':
+ resolution: {integrity: sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
@@ -3046,47 +3067,47 @@ packages:
'@shikijs/core@2.1.0':
resolution: {integrity: sha512-v795KDmvs+4oV0XD05YLzfDMe9ISBgNjtFxP4PAEv5DqyeghO1/TwDqs9ca5/E6fuO95IcAcWqR6cCX9TnqLZA==}
- '@shikijs/core@2.2.0':
- resolution: {integrity: sha512-U+vpKdsQDWuX3fPTCkSc8XPX9dCaS+r+qEP1XhnU30yxRFo2OxHJmY2H5rO1q+v0zB5R2vobsxEFt5uPf31CGQ==}
+ '@shikijs/core@2.3.2':
+ resolution: {integrity: sha512-s7vyL3LzUKm3Qwf36zRWlavX9BQMZTIq9B1almM63M5xBuSldnsTHCmsXzoF/Kyw4k7Xgas7yAyJz9VR/vcP1A==}
'@shikijs/engine-javascript@2.1.0':
resolution: {integrity: sha512-cgIUdAliOsoaa0rJz/z+jvhrpRd+fVAoixVFEVxUq5FA+tHgBZAIfVJSgJNVRj2hs/wZ1+4hMe82eKAThVh0nQ==}
- '@shikijs/engine-javascript@2.2.0':
- resolution: {integrity: sha512-96SpZ4V3UVMtpSPR5QpmU395CNrQiRPszXK62m8gKR2HMA0653ruce7omS5eX6EyAyFSYHvBWtTuspiIsHpu4A==}
+ '@shikijs/engine-javascript@2.3.2':
+ resolution: {integrity: sha512-w3IEMu5HfL/OaJTsMbIfZ1HRPnWVYRANeDtmsdIIEgUOcLjzFJFQwlnkckGjKHekEzNqlMLbgB/twnfZ/EEAGg==}
'@shikijs/engine-oniguruma@2.1.0':
resolution: {integrity: sha512-Ujik33wEDqgqY2WpjRDUBECGcKPv3eGGkoXPujIXvokLaRmGky8NisSk8lHUGeSFxo/Cz5sgFej9sJmA9yeepg==}
- '@shikijs/engine-oniguruma@2.2.0':
- resolution: {integrity: sha512-wowCKwkvPFFMXFkiKK/a2vs5uTCc0W9+O9Xcu/oqFP6VoDFe14T8u/D+Rl4dCJJSOyeynP9mxNPJ82T5JHTNCw==}
+ '@shikijs/engine-oniguruma@2.3.2':
+ resolution: {integrity: sha512-vikMY1TroyZXUHIXbMnvY/mjtOxMn+tavcfAeQPgWS9FHcgFSUoEtywF5B5sOLb9NXb8P2vb7odkh3nj15/00A==}
'@shikijs/langs@2.1.0':
resolution: {integrity: sha512-Jn0gS4rPgerMDPj1ydjgFzZr5fAIoMYz4k7ZT3LJxWWBWA6lokK0pumUwVtb+MzXtlpjxOaQejLprmLbvMZyww==}
- '@shikijs/langs@2.2.0':
- resolution: {integrity: sha512-RSWLH3bnoyG6O1kZ2msh5jOkKKp8eENwyT30n62vUtXfp5cxkF/bpWPpO+p4+GAPhL2foBWR2kOerwkKG0HXlQ==}
+ '@shikijs/langs@2.3.2':
+ resolution: {integrity: sha512-UqI6bSxFzhexIJficZLKeB1L2Sc3xoNiAV0yHpfbg5meck93du+EKQtsGbBv66Ki53XZPhnR/kYkOr85elIuFw==}
'@shikijs/themes@2.1.0':
resolution: {integrity: sha512-oS2mU6+bz+8TKutsjBxBA7Z3vrQk21RCmADLpnu8cy3tZD6Rw0FKqDyXNtwX52BuIDKHxZNmRlTdG3vtcYv3NQ==}
- '@shikijs/themes@2.2.0':
- resolution: {integrity: sha512-8Us9ZF2mV9kuh+4ySJ9MzrUDIpc2RIkRfKBZclkliW1z9a0PlGU2U7fCkItZZHpR5e4/ft5BzuO+GDqombC6Aw==}
+ '@shikijs/themes@2.3.2':
+ resolution: {integrity: sha512-QAh7D/hhfYKHibkG2tti8vxNt3ekAH5EqkXJeJbTh7FGvTCWEI7BHqNCtMdjFvZ0vav5nvUgdvA7/HI7pfsB4w==}
'@shikijs/transformers@2.1.0':
resolution: {integrity: sha512-3sfvh6OKUVkT5wZFU1xxiq1qqNIuCwUY3yOb9ZGm19y80UZ/eoroLE2orGNzfivyTxR93GfXXZC/ghPR0/SBow==}
- '@shikijs/twoslash@2.2.0':
- resolution: {integrity: sha512-3yKtFjlsgLceqyz9qfGLOyvxp7aL10bEWwZNy39su2rT81sRSo8QKhSfYgb1aysnOkPHIeaIl3AfJzJTTMhJfg==}
+ '@shikijs/twoslash@2.3.2':
+ resolution: {integrity: sha512-eYLSPNKH7qWpoStesZlDix+Mdppb/VUBc7LFZyOwTvTzZ6H+DS3OMUDH0wndc6ZWYUR27cyDMtFZoBjyzxRL0A==}
'@shikijs/types@2.1.0':
resolution: {integrity: sha512-OFOdHA6VEVbiQvepJ8yqicC6VmBrKxFFhM2EsHHrZESqLVAXOSeRDiuSYV185lIgp15TVic5vYBYNhTsk1xHLg==}
- '@shikijs/types@2.2.0':
- resolution: {integrity: sha512-wkZZKs80NtW5Jp/7ONI1j7EdXSatX2BKMS7I01wliDa09gJKHkZyVqlEMRka/mjT5Qk9WgAyitoCKgGgbsP/9g==}
+ '@shikijs/types@2.3.2':
+ resolution: {integrity: sha512-CBaMY+a3pepyC4SETi7+bSzO0f6hxEQJUUuS4uD7zppzjmrN4ZRtBqxaT+wOan26CR9eeJ5iBhc4qvWEwn7Eeg==}
- '@shikijs/vitepress-twoslash@2.2.0':
- resolution: {integrity: sha512-B9bWj6IzSY5lmvzN1DwmrU/4D4Ay6Ds9JAodVGRI8PcpT0DQ+5FpECg9B8ybyz4DWTo+4h/8IsMDrbM8TVHMQQ==}
+ '@shikijs/vitepress-twoslash@2.3.2':
+ resolution: {integrity: sha512-/waVgPt+6FuVJAEdfmMAOJ8jL0So9V9wGlpmfWRKysfKCL5OK0mOi8JT6vrEhVYO31vCrjDDKWlXBGIMEzahRw==}
'@shikijs/vscode-textmate@10.0.1':
resolution: {integrity: sha512-fTIQwLF+Qhuws31iw7Ncl1R3HUDtGwIipiJ9iU+UsDUwMhegFcQKQHd51nZjb7CArq0MvON8rbgCGQYWHUKAdg==}
@@ -3095,84 +3116,84 @@ packages:
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
engines: {node: '>=18'}
- '@tailwindcss/node@4.0.3':
- resolution: {integrity: sha512-QsVJokOl0pJ4AbJV33D2npvLcHGPWi5MOSZtrtE0GT3tSx+3D0JE2lokLA8yHS1x3oCY/3IyRyy7XX6tmzid7A==}
+ '@tailwindcss/node@4.0.6':
+ resolution: {integrity: sha512-jb6E0WeSq7OQbVYcIJ6LxnZTeC4HjMvbzFBMCrQff4R50HBlo/obmYNk6V2GCUXDeqiXtvtrQgcIbT+/boB03Q==}
- '@tailwindcss/oxide-android-arm64@4.0.3':
- resolution: {integrity: sha512-S8XOTQuMnpijZRlPm5HBzPJjZ28quB+40LSRHjRnQF6rRYKsvpr1qkY7dfwsetNdd+kMLOMDsvmuT8WnqqETvg==}
+ '@tailwindcss/oxide-android-arm64@4.0.6':
+ resolution: {integrity: sha512-xDbym6bDPW3D2XqQqX3PjqW3CKGe1KXH7Fdkc60sX5ZLVUbzPkFeunQaoP+BuYlLc2cC1FoClrIRYnRzof9Sow==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [android]
- '@tailwindcss/oxide-darwin-arm64@4.0.3':
- resolution: {integrity: sha512-smrY2DpzhXvgDhZtQlYAl8+vxJ04lv2/64C1eiRxvsRT2nkw/q+zA1/eAYKvUHat6cIuwqDku3QucmrUT6pCeg==}
+ '@tailwindcss/oxide-darwin-arm64@4.0.6':
+ resolution: {integrity: sha512-1f71/ju/tvyGl5c2bDkchZHy8p8EK/tDHCxlpYJ1hGNvsYihZNurxVpZ0DefpN7cNc9RTT8DjrRoV8xXZKKRjg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
- '@tailwindcss/oxide-darwin-x64@4.0.3':
- resolution: {integrity: sha512-NTz8x/LcGUjpZAWUxz0ZuzHao90Wj9spoQgomwB+/hgceh5gcJDfvaBYqxLFpKzVglpnbDSq1Fg0p0zI4oa5Pg==}
+ '@tailwindcss/oxide-darwin-x64@4.0.6':
+ resolution: {integrity: sha512-s/hg/ZPgxFIrGMb0kqyeaqZt505P891buUkSezmrDY6lxv2ixIELAlOcUVTkVh245SeaeEiUVUPiUN37cwoL2g==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
- '@tailwindcss/oxide-freebsd-x64@4.0.3':
- resolution: {integrity: sha512-yQc9Q0JCOp3kkAV8gKgDctXO60IkQhHpqGB+KgOccDtD5UmN6Q5+gd+lcsDyQ7N8dRuK1fAud51xQpZJgKfm7g==}
+ '@tailwindcss/oxide-freebsd-x64@4.0.6':
+ resolution: {integrity: sha512-Z3Wo8FWZnmio8+xlcbb7JUo/hqRMSmhQw8IGIRoRJ7GmLR0C+25Wq+bEX/135xe/yEle2lFkhu9JBHd4wZYiig==}
engines: {node: '>= 10'}
cpu: [x64]
os: [freebsd]
- '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.3':
- resolution: {integrity: sha512-e1ivVMLSnxTOU1O3npnxN16FEyWM/g3SuH2pP6udxXwa0/SnSAijRwcAYRpqIlhVKujr158S8UeHxQjC4fGl4w==}
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.6':
+ resolution: {integrity: sha512-SNSwkkim1myAgmnbHs4EjXsPL7rQbVGtjcok5EaIzkHkCAVK9QBQsWeP2Jm2/JJhq4wdx8tZB9Y7psMzHYWCkA==}
engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
- '@tailwindcss/oxide-linux-arm64-gnu@4.0.3':
- resolution: {integrity: sha512-PLrToqQqX6sdJ9DmMi8IxZWWrfjc9pdi9AEEPTrtMts3Jm9HBi1WqEeF1VwZZ2aW9TXloE5OwA35zuuq1Bhb/Q==}
+ '@tailwindcss/oxide-linux-arm64-gnu@4.0.6':
+ resolution: {integrity: sha512-tJ+mevtSDMQhKlwCCuhsFEFg058kBiSy4TkoeBG921EfrHKmexOaCyFKYhVXy4JtkaeeOcjJnCLasEeqml4i+Q==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@tailwindcss/oxide-linux-arm64-musl@4.0.3':
- resolution: {integrity: sha512-YlzRxx7N1ampfgSKzEDw0iwDkJXUInR4cgNEqmR4TzHkU2Vhg59CGPJrTI7dxOBofD8+O35R13Nk9Ytyv0JUFg==}
+ '@tailwindcss/oxide-linux-arm64-musl@4.0.6':
+ resolution: {integrity: sha512-IoArz1vfuTR4rALXMUXI/GWWfx2EaO4gFNtBNkDNOYhlTD4NVEwE45nbBoojYiTulajI4c2XH8UmVEVJTOJKxA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@tailwindcss/oxide-linux-x64-gnu@4.0.3':
- resolution: {integrity: sha512-Xfc3z/li6XkuD7Hs+Uk6pjyCXnfnd9zuQTKOyDTZJ544xc2yoMKUkuDw6Et9wb31MzU2/c0CIUpTDa71lL9KHw==}
+ '@tailwindcss/oxide-linux-x64-gnu@4.0.6':
+ resolution: {integrity: sha512-QtsUfLkEAeWAC3Owx9Kg+7JdzE+k9drPhwTAXbXugYB9RZUnEWWx5x3q/au6TvUYcL+n0RBqDEO2gucZRvRFgQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@tailwindcss/oxide-linux-x64-musl@4.0.3':
- resolution: {integrity: sha512-ugKVqKzwa/cjmqSQG17aS9DYrEcQ/a5NITcgmOr3JLW4Iz64C37eoDlkC8tIepD3S/Td/ywKAolTQ8fKbjEL4g==}
+ '@tailwindcss/oxide-linux-x64-musl@4.0.6':
+ resolution: {integrity: sha512-QthvJqIji2KlGNwLcK/PPYo7w1Wsi/8NK0wAtRGbv4eOPdZHkQ9KUk+oCoP20oPO7i2a6X1aBAFQEL7i08nNMA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@tailwindcss/oxide-win32-arm64-msvc@4.0.3':
- resolution: {integrity: sha512-qHPDMl+UUwsk1RMJMgAXvhraWqUUT+LR/tkXix5RA39UGxtTrHwsLIN1AhNxI5i2RFXAXfmFXDqZCdyQ4dWmAQ==}
+ '@tailwindcss/oxide-win32-arm64-msvc@4.0.6':
+ resolution: {integrity: sha512-+oka+dYX8jy9iP00DJ9Y100XsqvbqR5s0yfMZJuPR1H/lDVtDfsZiSix1UFBQ3X1HWxoEEl6iXNJHWd56TocVw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
- '@tailwindcss/oxide-win32-x64-msvc@4.0.3':
- resolution: {integrity: sha512-+ujwN4phBGyOsPyLgGgeCyUm4Mul+gqWVCIGuSXWgrx9xVUnf6LVXrw0BDBc9Aq1S2qMyOTX4OkCGbZeoIo8Qw==}
+ '@tailwindcss/oxide-win32-x64-msvc@4.0.6':
+ resolution: {integrity: sha512-+o+juAkik4p8Ue/0LiflQXPmVatl6Av3LEZXpBTfg4qkMIbZdhCGWFzHdt2NjoMiLOJCFDddoV6GYaimvK1Olw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
- '@tailwindcss/oxide@4.0.3':
- resolution: {integrity: sha512-FFcp3VNvRjjmFA39ORM27g2mbflMQljhvM7gxBAujHxUy4LXlKa6yMF9wbHdTbPqTONiCyyOYxccvJyVyI/XBg==}
+ '@tailwindcss/oxide@4.0.6':
+ resolution: {integrity: sha512-lVyKV2y58UE9CeKVcYykULe9QaE1dtKdxDEdrTPIdbzRgBk6bdxHNAoDqvcqXbIGXubn3VOl1O/CFF77v/EqSA==}
engines: {node: '>= 10'}
- '@tailwindcss/postcss@4.0.3':
- resolution: {integrity: sha512-qUyxuhuI2eTgRJ+qfCQRAr69Cw7BdSz+PoNFUNoRuhPjikNC8+sxK+Mi/chaXAXewjv/zbf6if6z6ItVLh+e9Q==}
+ '@tailwindcss/postcss@4.0.6':
+ resolution: {integrity: sha512-noTaGPHjGCXTCc487TWnfAEN0VMjqDAecssWDOsfxV2hFrcZR0AHthX7IdY/0xHTg/EtpmIPdssddlZ5/B7JnQ==}
- '@tailwindcss/vite@4.0.3':
- resolution: {integrity: sha512-Qj6rSO+EvXnNDymloKZ11D54JJTnDrkRWJBzNHENDxjt0HtrCZJbSLIrcJ/WdaoU4othrel/oFqHpO/doxIS/Q==}
+ '@tailwindcss/vite@4.0.6':
+ resolution: {integrity: sha512-O25vZ/URWbZ2JHdk2o8wH7jOKqEGCsYmX3GwGmYS5DjE4X3mpf93a72Rn7VRnefldNauBzr5z2hfZptmBNtTUQ==}
peerDependencies:
vite: workspace:*
@@ -3231,6 +3252,9 @@ packages:
'@types/express@4.17.21':
resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==}
+ '@types/gensync@1.0.4':
+ resolution: {integrity: sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==}
+
'@types/hast@3.0.4':
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
@@ -3270,8 +3294,8 @@ packages:
'@types/node@22.10.6':
resolution: {integrity: sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==}
- '@types/node@22.13.0':
- resolution: {integrity: sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==}
+ '@types/node@22.13.4':
+ resolution: {integrity: sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -3323,16 +3347,16 @@ packages:
'@types/ws@8.5.14':
resolution: {integrity: sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==}
- '@typescript-eslint/eslint-plugin@8.22.0':
- resolution: {integrity: sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==}
+ '@typescript-eslint/eslint-plugin@8.24.0':
+ resolution: {integrity: sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/parser@8.22.0':
- resolution: {integrity: sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==}
+ '@typescript-eslint/parser@8.24.0':
+ resolution: {integrity: sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -3342,12 +3366,12 @@ packages:
resolution: {integrity: sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/scope-manager@8.22.0':
- resolution: {integrity: sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==}
+ '@typescript-eslint/scope-manager@8.24.0':
+ resolution: {integrity: sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/type-utils@8.22.0':
- resolution: {integrity: sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==}
+ '@typescript-eslint/type-utils@8.24.0':
+ resolution: {integrity: sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -3357,8 +3381,8 @@ packages:
resolution: {integrity: sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/types@8.22.0':
- resolution: {integrity: sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==}
+ '@typescript-eslint/types@8.24.0':
+ resolution: {integrity: sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/typescript-estree@8.20.0':
@@ -3367,8 +3391,8 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/typescript-estree@8.22.0':
- resolution: {integrity: sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==}
+ '@typescript-eslint/typescript-estree@8.24.0':
+ resolution: {integrity: sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
@@ -3380,8 +3404,8 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/utils@8.22.0':
- resolution: {integrity: sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==}
+ '@typescript-eslint/utils@8.24.0':
+ resolution: {integrity: sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -3391,8 +3415,8 @@ packages:
resolution: {integrity: sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/visitor-keys@8.22.0':
- resolution: {integrity: sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==}
+ '@typescript-eslint/visitor-keys@8.24.0':
+ resolution: {integrity: sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript/vfs@1.6.0':
@@ -3853,8 +3877,8 @@ packages:
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
- acorn-walk@8.3.4:
- resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==}
+ acorn-walk@8.3.2:
+ resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==}
engines: {node: '>=0.4.0'}
acorn@7.4.1:
@@ -3974,8 +3998,8 @@ packages:
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- babel-plugin-polyfill-corejs3@0.10.6:
- resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==}
+ babel-plugin-polyfill-corejs3@0.11.1:
+ resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
@@ -4284,12 +4308,12 @@ packages:
resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==}
engines: {node: '>=6.6.0'}
- cookie@0.7.1:
- resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==}
+ cookie@0.5.0:
+ resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==}
engines: {node: '>= 0.6'}
- cookie@0.7.2:
- resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
+ cookie@0.7.1:
+ resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==}
engines: {node: '>= 0.6'}
copy-anything@2.0.6:
@@ -4299,8 +4323,8 @@ packages:
resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
engines: {node: '>=12.13'}
- core-js-compat@3.39.0:
- resolution: {integrity: sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==}
+ core-js-compat@3.40.0:
+ resolution: {integrity: sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==}
core-js@3.40.0:
resolution: {integrity: sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==}
@@ -4672,8 +4696,8 @@ packages:
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.19.0:
- resolution: {integrity: sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==}
+ eslint@9.20.1:
+ resolution: {integrity: sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -4920,6 +4944,9 @@ packages:
get-them-args@1.3.2:
resolution: {integrity: sha512-LRn8Jlk+DwZE4GTlDbT3Hikd1wSHgLMme/+7ddlqKd7ldwR6LjJgTVWzBnR01wnYGe4KgrXjg287RaI22UHmAw==}
+ get-tsconfig@4.10.0:
+ resolution: {integrity: sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==}
+
get-tsconfig@4.8.1:
resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==}
@@ -4960,8 +4987,8 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
- globals@15.14.0:
- resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==}
+ globals@15.15.0:
+ resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==}
engines: {node: '>=18'}
good-listener@1.2.2:
@@ -5596,8 +5623,8 @@ packages:
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
engines: {node: '>=18'}
- miniflare@3.20250129.0:
- resolution: {integrity: sha512-qYlGEjMl/2kJdgNaztj4hpA64d6Dl79Lx/NL61p/v5XZRiWanBOTgkQqdPxCKZOj6KQnioqhC7lfd6jDXKSs2A==}
+ miniflare@3.20250204.1:
+ resolution: {integrity: sha512-B4PQi/Ai4d0ZTWahQwsFe5WAfr1j8ISMYxJZTc56g2/btgbX+Go099LmojAZY/fMRLhIYsglcStW8SeW3f/afA==}
engines: {node: '>=16.13'}
hasBin: true
@@ -5815,6 +5842,9 @@ packages:
oniguruma-to-es@2.3.0:
resolution: {integrity: sha512-bwALDxriqfKGfUufKGGepCzu9x7nJQuoRoAFp4AnwehhC2crqrDIAP/uN2qdlsAvSMpeRC3+Yzhqc7hLmle5+g==}
+ oniguruma-to-es@3.1.0:
+ resolution: {integrity: sha512-BJ3Jy22YlgejHSO7Fvmz1kKazlaPmRSUH+4adTDUS/dKQ4wLxI+gALZ8updbaux7/m7fIlpgOZ5fp/Inq5jUAw==}
+
open@10.1.0:
resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==}
engines: {node: '>=18'}
@@ -5900,8 +5930,8 @@ packages:
pathe@2.0.1:
resolution: {integrity: sha512-6jpjMpOth5S9ITVu5clZ7NOgHNsv5vRQdheL9ztp2vZmM6fRbLvyua1tiBIL4lk8SAe3ARzeXEly6siXCjDHDw==}
- pathe@2.0.2:
- resolution: {integrity: sha512-15Ztpk+nov8DR524R4BF7uEuzESgzUEAV4Ah7CUMNGXdE5ELuvxElxGXndBl32vMSsWa1jpNf22Z+Er3sKwq+w==}
+ pathe@2.0.3:
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
pathval@2.0.0:
resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==}
@@ -6219,8 +6249,8 @@ packages:
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- postcss@8.5.1:
- resolution: {integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==}
+ postcss@8.5.2:
+ resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==}
engines: {node: ^10 || ^12 || >=14}
preact@10.24.3:
@@ -6235,8 +6265,8 @@ packages:
engines: {node: '>=6'}
hasBin: true
- prettier@3.4.2:
- resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==}
+ prettier@3.5.1:
+ resolution: {integrity: sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==}
engines: {node: '>=14'}
hasBin: true
@@ -6386,12 +6416,18 @@ packages:
regex-recursion@5.1.1:
resolution: {integrity: sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==}
+ regex-recursion@6.0.2:
+ resolution: {integrity: sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==}
+
regex-utilities@2.3.0:
resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==}
regex@5.1.1:
resolution: {integrity: sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==}
+ regex@6.0.1:
+ resolution: {integrity: sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==}
+
regexp-ast-analysis@0.7.1:
resolution: {integrity: sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
@@ -6448,8 +6484,8 @@ packages:
rollup: ^3.29.4 || ^4
typescript: ^4.5 || ^5.0
- rollup-plugin-esbuild@6.1.1:
- resolution: {integrity: sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==}
+ rollup-plugin-esbuild@6.2.0:
+ resolution: {integrity: sha512-LbkHaCahA6ceyWzAd6md2yajNS+HfZmZ5o58ShkZp0cQeZOnZECG2D2xWFNBq5SF6X6pfMK2udkZ+wRtvpzyVQ==}
engines: {node: '>=14.18.0'}
peerDependencies:
esbuild: '>=0.18.0'
@@ -6620,8 +6656,8 @@ packages:
source-map-js:
optional: true
- sass@1.83.4:
- resolution: {integrity: sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==}
+ sass@1.84.0:
+ resolution: {integrity: sha512-XDAbhEPJRxi7H0SxrnOpiXFQoUJHwkR2u3Zc4el+fK/Tt5Hpzw5kkQ59qVDfvdaUq6gCrEZIbySFBM2T9DNKHg==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -6689,8 +6725,8 @@ packages:
shiki@2.1.0:
resolution: {integrity: sha512-yvKPdNGLXZv7WC4bl7JBbU3CEcUxnBanvMez8MG3gZXKpClGL4bHqFyLhTx+2zUvbjClUANs/S22HXb7aeOgmA==}
- shiki@2.2.0:
- resolution: {integrity: sha512-3uoZBmc+zpd2JOEeTvKP/vK5UVDDe8YiigkT9flq+MV5Z1MKFiUXfbLIvHfqcJ+V90StDiP1ckN97z1WlhC6cQ==}
+ shiki@2.3.2:
+ resolution: {integrity: sha512-UZhz/gsUz7DHFbQBOJP7eXqvKyYvMGramxQiSDc83M/7OkWm6OdVHAReEc3vMLh6L6TRhgL9dvhXz9XDkCDaaw==}
side-channel@1.0.6:
resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
@@ -6917,8 +6953,8 @@ packages:
engines: {node: '>=14.0.0'}
hasBin: true
- tailwindcss@4.0.3:
- resolution: {integrity: sha512-ImmZF0Lon5RrQpsEAKGxRvHwCvMgSC4XVlFRqmbzTEDb/3wvin9zfEZrMwgsa3yqBbPqahYcVI6lulM2S7IZAA==}
+ tailwindcss@4.0.6:
+ resolution: {integrity: sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw==}
tapable@2.2.1:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
@@ -6936,8 +6972,8 @@ packages:
resolution: {integrity: sha512-bX655WZI/F7EoTDw9JvQURqAXiPHi8o8+yFxPF2lWYyz1aHnmMRuXWqL6YB6GmeO0o4DIYWHLgGNi/X64T+X4Q==}
engines: {node: '>=14.18'}
- terser@5.37.0:
- resolution: {integrity: sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==}
+ terser@5.39.0:
+ resolution: {integrity: sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==}
engines: {node: '>=10'}
hasBin: true
@@ -7004,6 +7040,12 @@ packages:
peerDependencies:
typescript: '>=4.8.4'
+ ts-api-utils@2.0.1:
+ resolution: {integrity: sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==}
+ engines: {node: '>=18.12'}
+ peerDependencies:
+ typescript: '>=4.8.4'
+
ts-interface-checker@0.1.13:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
@@ -7057,8 +7099,8 @@ packages:
type@2.7.3:
resolution: {integrity: sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==}
- typescript-eslint@8.22.0:
- resolution: {integrity: sha512-Y2rj210FW1Wb6TWXzQc5+P+EWI9/zdS57hLEc0gnyuvdzWo8+Y8brKlbj0muejonhMI/xAZCnZZwjbIfv1CkOw==}
+ typescript-eslint@8.24.0:
+ resolution: {integrity: sha512-/lmv4366en/qbB32Vz5+kCNZEMf6xYHwh1z48suBwZvAtnXKbP+YhGe8OLE2BqC67LMqKkCNLtjejdwsdW6uOQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -7136,6 +7178,10 @@ packages:
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
engines: {node: '>= 0.8'}
+ unplugin-utils@0.2.4:
+ resolution: {integrity: sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==}
+ engines: {node: '>=18.12.0'}
+
untyped@1.5.2:
resolution: {integrity: sha512-eL/8PlhLcMmlMDtNPKhyyz9kEBDS3Uk4yMu/ewlkT2WFbtzScjHWPJLdQLmaGPUKjXzwe9MumOtOgc4Fro96Kg==}
hasBin: true
@@ -7288,8 +7334,8 @@ packages:
wordwrap@1.0.0:
resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==}
- workerd@1.20250129.0:
- resolution: {integrity: sha512-Rprz8rxKTF4l6q/nYYI07lBetJnR19mGipx+u/a27GZOPKMG5SLIzA2NciZlJaB2Qd5YY+4p/eHOeKqo5keVWA==}
+ workerd@1.20250204.0:
+ resolution: {integrity: sha512-zcKufjVFsQMiD3/acg1Ix00HIMCkXCrDxQXYRDn/1AIz3QQGkmbVDwcUk1Ki2jBUoXmBCMsJdycRucgMVEypWg==}
engines: {node: '>=16'}
hasBin: true
@@ -7343,14 +7389,14 @@ packages:
resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==}
engines: {node: '>=18'}
- youch@3.3.4:
- resolution: {integrity: sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg==}
+ youch@3.2.3:
+ resolution: {integrity: sha512-ZBcWz/uzZaQVdCvfV4uk616Bbpf2ee+F/AvuKDR5EwX/Y4v06xWdtMluqTD7+KlZdM93lLm9gMZYo0sKBS0pgw==}
zimmerframe@1.1.2:
resolution: {integrity: sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==}
- zod@3.23.8:
- resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==}
+ zod@3.22.3:
+ resolution: {integrity: sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==}
zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
@@ -7485,18 +7531,21 @@ snapshots:
'@babel/compat-data@7.26.5': {}
- '@babel/core@7.26.7':
+ '@babel/compat-data@7.26.8': {}
+
+ '@babel/core@7.26.8':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.26.2
- '@babel/generator': 7.26.5
+ '@babel/generator': 7.26.8
'@babel/helper-compilation-targets': 7.26.5
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.7)
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8)
'@babel/helpers': 7.26.7
- '@babel/parser': 7.26.7
- '@babel/template': 7.25.9
- '@babel/traverse': 7.26.7
- '@babel/types': 7.26.7
+ '@babel/parser': 7.26.8
+ '@babel/template': 7.26.8
+ '@babel/traverse': 7.26.8
+ '@babel/types': 7.26.8
+ '@types/gensync': 1.0.4
convert-source-map: 2.0.0
debug: 4.4.0
gensync: 1.0.0-beta.2
@@ -7505,25 +7554,25 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.26.2':
+ '@babel/generator@7.26.5':
dependencies:
- '@babel/parser': 7.26.7
- '@babel/types': 7.26.5
+ '@babel/parser': 7.26.8
+ '@babel/types': 7.26.7
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 3.0.2
- '@babel/generator@7.26.5':
+ '@babel/generator@7.26.8':
dependencies:
- '@babel/parser': 7.26.7
- '@babel/types': 7.26.7
+ '@babel/parser': 7.26.8
+ '@babel/types': 7.26.8
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 3.0.2
'@babel/helper-annotate-as-pure@7.25.9':
dependencies:
- '@babel/types': 7.26.5
+ '@babel/types': 7.26.7
'@babel/helper-compilation-targets@7.26.5':
dependencies:
@@ -7533,29 +7582,29 @@ snapshots:
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.7)':
+ '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-annotate-as-pure': 7.25.9
'@babel/helper-member-expression-to-functions': 7.25.9
'@babel/helper-optimise-call-expression': 7.25.9
- '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.7)
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.8)
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
- '@babel/traverse': 7.25.9
+ '@babel/traverse': 7.26.7
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.26.7)':
+ '@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-annotate-as-pure': 7.25.9
regexpu-core: 6.1.1
semver: 6.3.1
- '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.26.7)':
+ '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
debug: 4.4.0
@@ -7564,57 +7613,68 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/helper-member-expression-to-functions@7.25.9':
+ '@babel/helper-define-polyfill-provider@0.6.3(@babel/core@7.26.8)':
dependencies:
- '@babel/traverse': 7.25.9
- '@babel/types': 7.26.5
+ '@babel/core': 7.26.8
+ '@babel/helper-compilation-targets': 7.26.5
+ '@babel/helper-plugin-utils': 7.26.5
+ debug: 4.4.0
+ lodash.debounce: 4.0.8
+ resolve: 1.22.8
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-imports@7.25.9':
+ '@babel/helper-member-expression-to-functions@7.25.9':
dependencies:
'@babel/traverse': 7.26.7
'@babel/types': 7.26.7
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.7)':
+ '@babel/helper-module-imports@7.25.9':
+ dependencies:
+ '@babel/traverse': 7.26.8
+ '@babel/types': 7.26.8
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-module-imports': 7.25.9
'@babel/helper-validator-identifier': 7.25.9
- '@babel/traverse': 7.26.7
+ '@babel/traverse': 7.26.8
transitivePeerDependencies:
- supports-color
'@babel/helper-optimise-call-expression@7.25.9':
dependencies:
- '@babel/types': 7.26.5
+ '@babel/types': 7.26.7
'@babel/helper-plugin-utils@7.26.5': {}
- '@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.26.7)':
+ '@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-annotate-as-pure': 7.25.9
'@babel/helper-wrap-function': 7.25.9
- '@babel/traverse': 7.25.9
+ '@babel/traverse': 7.26.8
transitivePeerDependencies:
- supports-color
- '@babel/helper-replace-supers@7.25.9(@babel/core@7.26.7)':
+ '@babel/helper-replace-supers@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-member-expression-to-functions': 7.25.9
'@babel/helper-optimise-call-expression': 7.25.9
- '@babel/traverse': 7.25.9
+ '@babel/traverse': 7.26.7
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.25.9':
dependencies:
- '@babel/traverse': 7.25.9
- '@babel/types': 7.26.5
+ '@babel/traverse': 7.26.7
+ '@babel/types': 7.26.7
transitivePeerDependencies:
- supports-color
@@ -7627,474 +7687,474 @@ snapshots:
'@babel/helper-wrap-function@7.25.9':
dependencies:
'@babel/template': 7.25.9
- '@babel/traverse': 7.25.9
- '@babel/types': 7.26.5
+ '@babel/traverse': 7.26.8
+ '@babel/types': 7.26.7
transitivePeerDependencies:
- supports-color
'@babel/helpers@7.26.7':
dependencies:
- '@babel/template': 7.25.9
- '@babel/types': 7.26.7
+ '@babel/template': 7.26.8
+ '@babel/types': 7.26.8
- '@babel/parser@7.26.7':
+ '@babel/parser@7.26.8':
dependencies:
- '@babel/types': 7.26.7
+ '@babel/types': 7.26.8
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/traverse': 7.25.9
+ '@babel/traverse': 7.26.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
- '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.7)
+ '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.8)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/traverse': 7.25.9
+ '@babel/traverse': 7.26.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.7)':
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
- '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.7)':
+ '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.7)':
+ '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.7)':
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-async-generator-functions@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.7)
- '@babel/traverse': 7.25.9
+ '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.8)
+ '@babel/traverse': 7.26.8
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-module-imports': 7.25.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.7)
+ '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.8)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-block-scoped-functions@7.26.5(@babel/core@7.26.7)':
+ '@babel/plugin-transform-block-scoped-functions@7.26.5(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.26.7)':
+ '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-classes@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-classes@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-annotate-as-pure': 7.25.9
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
- '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.7)
- '@babel/traverse': 7.25.9
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.8)
+ '@babel/traverse': 7.26.7
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
'@babel/template': 7.25.9
- '@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-exponentiation-operator@7.26.3(@babel/core@7.26.7)':
+ '@babel/plugin-transform-exponentiation-operator@7.26.3(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-for-of@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-for-of@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-function-name@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-function-name@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
- '@babel/traverse': 7.25.9
+ '@babel/traverse': 7.26.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-literals@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-literals@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.7)':
+ '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-validator-identifier': 7.25.9
- '@babel/traverse': 7.25.9
+ '@babel/traverse': 7.26.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-new-target@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-new-target@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-nullish-coalescing-operator@7.26.6(@babel/core@7.26.7)':
+ '@babel/plugin-transform-nullish-coalescing-operator@7.26.6(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.7)
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-object-super@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-object-super@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.7)
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.8)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-parameters@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-parameters@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-annotate-as-pure': 7.25.9
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
regenerator-transform: 0.15.2
- '@babel/plugin-transform-regexp-modifiers@7.26.0(@babel/core@7.26.7)':
+ '@babel/plugin-transform-regexp-modifiers@7.26.0(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-spread@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-spread@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-template-literals@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-template-literals@7.26.8(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-typeof-symbol@7.26.7(@babel/core@7.26.7)':
+ '@babel/plugin-transform-typeof-symbol@7.26.7(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.26.7)':
+ '@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/preset-env@7.26.7(@babel/core@7.26.7)':
+ '@babel/preset-env@7.26.8(@babel/core@7.26.8)':
dependencies:
- '@babel/compat-data': 7.26.5
- '@babel/core': 7.26.7
+ '@babel/compat-data': 7.26.8
+ '@babel/core': 7.26.8
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-validator-option': 7.25.9
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.7)
- '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.7)
- '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.7)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.7)
- '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-async-generator-functions': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-block-scoped-functions': 7.26.5(@babel/core@7.26.7)
- '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.26.7)
- '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-exponentiation-operator': 7.26.3(@babel/core@7.26.7)
- '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.7)
- '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.26.6(@babel/core@7.26.7)
- '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-regexp-modifiers': 7.26.0(@babel/core@7.26.7)
- '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-template-literals': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-typeof-symbol': 7.26.7(@babel/core@7.26.7)
- '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.7)
- '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.26.7)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.7)
- babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.26.7)
- babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.26.7)
- babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.26.7)
- core-js-compat: 3.39.0
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.8)
+ '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.8)
+ '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.8)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.8)
+ '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.8)
+ '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-block-scoped-functions': 7.26.5(@babel/core@7.26.8)
+ '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.26.8)
+ '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-exponentiation-operator': 7.26.3(@babel/core@7.26.8)
+ '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.8)
+ '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.26.6(@babel/core@7.26.8)
+ '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-regexp-modifiers': 7.26.0(@babel/core@7.26.8)
+ '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-template-literals': 7.26.8(@babel/core@7.26.8)
+ '@babel/plugin-transform-typeof-symbol': 7.26.7(@babel/core@7.26.8)
+ '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.26.8)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.8)
+ babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.26.8)
+ babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.8)
+ babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.26.8)
+ core-js-compat: 3.40.0
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.7)':
+ '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.8)':
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/helper-plugin-utils': 7.26.5
- '@babel/types': 7.26.5
+ '@babel/types': 7.26.7
esutils: 2.0.3
'@babel/runtime@7.26.7':
@@ -8106,28 +8166,34 @@ snapshots:
'@babel/template@7.25.9':
dependencies:
'@babel/code-frame': 7.26.2
- '@babel/parser': 7.26.7
+ '@babel/parser': 7.26.8
'@babel/types': 7.26.7
- '@babel/traverse@7.25.9':
+ '@babel/template@7.26.8':
dependencies:
'@babel/code-frame': 7.26.2
- '@babel/generator': 7.26.2
- '@babel/parser': 7.26.7
+ '@babel/parser': 7.26.8
+ '@babel/types': 7.26.8
+
+ '@babel/traverse@7.26.7':
+ dependencies:
+ '@babel/code-frame': 7.26.2
+ '@babel/generator': 7.26.5
+ '@babel/parser': 7.26.8
'@babel/template': 7.25.9
- '@babel/types': 7.26.5
+ '@babel/types': 7.26.7
debug: 4.4.0
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/traverse@7.26.7':
+ '@babel/traverse@7.26.8':
dependencies:
'@babel/code-frame': 7.26.2
- '@babel/generator': 7.26.5
- '@babel/parser': 7.26.7
- '@babel/template': 7.25.9
- '@babel/types': 7.26.7
+ '@babel/generator': 7.26.8
+ '@babel/parser': 7.26.8
+ '@babel/template': 7.26.8
+ '@babel/types': 7.26.8
debug: 4.4.0
globals: 11.12.0
transitivePeerDependencies:
@@ -8143,21 +8209,26 @@ snapshots:
'@babel/helper-string-parser': 7.25.9
'@babel/helper-validator-identifier': 7.25.9
+ '@babel/types@7.26.8':
+ dependencies:
+ '@babel/helper-string-parser': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
+
'@bufbuild/protobuf@2.2.2': {}
- '@cloudflare/workerd-darwin-64@1.20250129.0':
+ '@cloudflare/workerd-darwin-64@1.20250204.0':
optional: true
- '@cloudflare/workerd-darwin-arm64@1.20250129.0':
+ '@cloudflare/workerd-darwin-arm64@1.20250204.0':
optional: true
- '@cloudflare/workerd-linux-64@1.20250129.0':
+ '@cloudflare/workerd-linux-64@1.20250204.0':
optional: true
- '@cloudflare/workerd-linux-arm64@1.20250129.0':
+ '@cloudflare/workerd-linux-arm64@1.20250204.0':
optional: true
- '@cloudflare/workerd-windows-64@1.20250129.0':
+ '@cloudflare/workerd-windows-64@1.20250204.0':
optional: true
'@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.0.0)':
@@ -8341,9 +8412,9 @@ snapshots:
'@esbuild/win32-x64@0.24.2':
optional: true
- '@eslint-community/eslint-utils@4.4.1(eslint@9.19.0(jiti@2.4.2))':
+ '@eslint-community/eslint-utils@4.4.1(eslint@9.20.1(jiti@2.4.2))':
dependencies:
- eslint: 9.19.0(jiti@2.4.2)
+ eslint: 9.20.1(jiti@2.4.2)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.1': {}
@@ -8360,6 +8431,10 @@ snapshots:
dependencies:
'@types/json-schema': 7.0.15
+ '@eslint/core@0.11.0':
+ dependencies:
+ '@types/json-schema': 7.0.15
+
'@eslint/eslintrc@3.2.0':
dependencies:
ajv: 6.12.6
@@ -8374,7 +8449,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.19.0': {}
+ '@eslint/js@9.20.0': {}
'@eslint/object-schema@2.1.4': {}
@@ -8430,7 +8505,7 @@ snapshots:
'@antfu/utils': 0.7.10
'@iconify/types': 2.0.0
debug: 4.4.0
- globals: 15.14.0
+ globals: 15.15.0
kolorist: 1.8.0
local-pkg: 0.5.1
mlly: 1.7.4
@@ -8695,11 +8770,11 @@ snapshots:
'@types/hast': 3.0.4
hast-util-to-html: 9.0.4
- '@shikijs/core@2.2.0':
+ '@shikijs/core@2.3.2':
dependencies:
- '@shikijs/engine-javascript': 2.2.0
- '@shikijs/engine-oniguruma': 2.2.0
- '@shikijs/types': 2.2.0
+ '@shikijs/engine-javascript': 2.3.2
+ '@shikijs/engine-oniguruma': 2.3.2
+ '@shikijs/types': 2.3.2
'@shikijs/vscode-textmate': 10.0.1
'@types/hast': 3.0.4
hast-util-to-html: 9.0.4
@@ -8710,47 +8785,47 @@ snapshots:
'@shikijs/vscode-textmate': 10.0.1
oniguruma-to-es: 2.3.0
- '@shikijs/engine-javascript@2.2.0':
+ '@shikijs/engine-javascript@2.3.2':
dependencies:
- '@shikijs/types': 2.2.0
+ '@shikijs/types': 2.3.2
'@shikijs/vscode-textmate': 10.0.1
- oniguruma-to-es: 2.3.0
+ oniguruma-to-es: 3.1.0
'@shikijs/engine-oniguruma@2.1.0':
dependencies:
'@shikijs/types': 2.1.0
'@shikijs/vscode-textmate': 10.0.1
- '@shikijs/engine-oniguruma@2.2.0':
+ '@shikijs/engine-oniguruma@2.3.2':
dependencies:
- '@shikijs/types': 2.2.0
+ '@shikijs/types': 2.3.2
'@shikijs/vscode-textmate': 10.0.1
'@shikijs/langs@2.1.0':
dependencies:
'@shikijs/types': 2.1.0
- '@shikijs/langs@2.2.0':
+ '@shikijs/langs@2.3.2':
dependencies:
- '@shikijs/types': 2.2.0
+ '@shikijs/types': 2.3.2
'@shikijs/themes@2.1.0':
dependencies:
'@shikijs/types': 2.1.0
- '@shikijs/themes@2.2.0':
+ '@shikijs/themes@2.3.2':
dependencies:
- '@shikijs/types': 2.2.0
+ '@shikijs/types': 2.3.2
'@shikijs/transformers@2.1.0':
dependencies:
'@shikijs/core': 2.1.0
'@shikijs/types': 2.1.0
- '@shikijs/twoslash@2.2.0(typescript@5.7.2)':
+ '@shikijs/twoslash@2.3.2(typescript@5.7.2)':
dependencies:
- '@shikijs/core': 2.2.0
- '@shikijs/types': 2.2.0
+ '@shikijs/core': 2.3.2
+ '@shikijs/types': 2.3.2
twoslash: 0.2.12(typescript@5.7.2)
transitivePeerDependencies:
- supports-color
@@ -8761,19 +8836,19 @@ snapshots:
'@shikijs/vscode-textmate': 10.0.1
'@types/hast': 3.0.4
- '@shikijs/types@2.2.0':
+ '@shikijs/types@2.3.2':
dependencies:
'@shikijs/vscode-textmate': 10.0.1
'@types/hast': 3.0.4
- '@shikijs/vitepress-twoslash@2.2.0(typescript@5.7.2)':
+ '@shikijs/vitepress-twoslash@2.3.2(typescript@5.7.2)':
dependencies:
- '@shikijs/twoslash': 2.2.0(typescript@5.7.2)
+ '@shikijs/twoslash': 2.3.2(typescript@5.7.2)
floating-vue: 5.2.2(vue@3.5.13(typescript@5.7.2))
mdast-util-from-markdown: 2.0.2
mdast-util-gfm: 3.0.0
mdast-util-to-hast: 13.2.0
- shiki: 2.2.0
+ shiki: 2.3.2
twoslash: 0.2.12(typescript@5.7.2)
twoslash-vue: 0.2.12(typescript@5.7.2)
vue: 3.5.13(typescript@5.7.2)
@@ -8786,74 +8861,74 @@ snapshots:
'@sindresorhus/merge-streams@4.0.0': {}
- '@tailwindcss/node@4.0.3':
+ '@tailwindcss/node@4.0.6':
dependencies:
enhanced-resolve: 5.18.0
jiti: 2.4.2
- tailwindcss: 4.0.3
+ tailwindcss: 4.0.6
- '@tailwindcss/oxide-android-arm64@4.0.3':
+ '@tailwindcss/oxide-android-arm64@4.0.6':
optional: true
- '@tailwindcss/oxide-darwin-arm64@4.0.3':
+ '@tailwindcss/oxide-darwin-arm64@4.0.6':
optional: true
- '@tailwindcss/oxide-darwin-x64@4.0.3':
+ '@tailwindcss/oxide-darwin-x64@4.0.6':
optional: true
- '@tailwindcss/oxide-freebsd-x64@4.0.3':
+ '@tailwindcss/oxide-freebsd-x64@4.0.6':
optional: true
- '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.3':
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.6':
optional: true
- '@tailwindcss/oxide-linux-arm64-gnu@4.0.3':
+ '@tailwindcss/oxide-linux-arm64-gnu@4.0.6':
optional: true
- '@tailwindcss/oxide-linux-arm64-musl@4.0.3':
+ '@tailwindcss/oxide-linux-arm64-musl@4.0.6':
optional: true
- '@tailwindcss/oxide-linux-x64-gnu@4.0.3':
+ '@tailwindcss/oxide-linux-x64-gnu@4.0.6':
optional: true
- '@tailwindcss/oxide-linux-x64-musl@4.0.3':
+ '@tailwindcss/oxide-linux-x64-musl@4.0.6':
optional: true
- '@tailwindcss/oxide-win32-arm64-msvc@4.0.3':
+ '@tailwindcss/oxide-win32-arm64-msvc@4.0.6':
optional: true
- '@tailwindcss/oxide-win32-x64-msvc@4.0.3':
+ '@tailwindcss/oxide-win32-x64-msvc@4.0.6':
optional: true
- '@tailwindcss/oxide@4.0.3':
+ '@tailwindcss/oxide@4.0.6':
optionalDependencies:
- '@tailwindcss/oxide-android-arm64': 4.0.3
- '@tailwindcss/oxide-darwin-arm64': 4.0.3
- '@tailwindcss/oxide-darwin-x64': 4.0.3
- '@tailwindcss/oxide-freebsd-x64': 4.0.3
- '@tailwindcss/oxide-linux-arm-gnueabihf': 4.0.3
- '@tailwindcss/oxide-linux-arm64-gnu': 4.0.3
- '@tailwindcss/oxide-linux-arm64-musl': 4.0.3
- '@tailwindcss/oxide-linux-x64-gnu': 4.0.3
- '@tailwindcss/oxide-linux-x64-musl': 4.0.3
- '@tailwindcss/oxide-win32-arm64-msvc': 4.0.3
- '@tailwindcss/oxide-win32-x64-msvc': 4.0.3
-
- '@tailwindcss/postcss@4.0.3':
+ '@tailwindcss/oxide-android-arm64': 4.0.6
+ '@tailwindcss/oxide-darwin-arm64': 4.0.6
+ '@tailwindcss/oxide-darwin-x64': 4.0.6
+ '@tailwindcss/oxide-freebsd-x64': 4.0.6
+ '@tailwindcss/oxide-linux-arm-gnueabihf': 4.0.6
+ '@tailwindcss/oxide-linux-arm64-gnu': 4.0.6
+ '@tailwindcss/oxide-linux-arm64-musl': 4.0.6
+ '@tailwindcss/oxide-linux-x64-gnu': 4.0.6
+ '@tailwindcss/oxide-linux-x64-musl': 4.0.6
+ '@tailwindcss/oxide-win32-arm64-msvc': 4.0.6
+ '@tailwindcss/oxide-win32-x64-msvc': 4.0.6
+
+ '@tailwindcss/postcss@4.0.6':
dependencies:
'@alloc/quick-lru': 5.2.0
- '@tailwindcss/node': 4.0.3
- '@tailwindcss/oxide': 4.0.3
+ '@tailwindcss/node': 4.0.6
+ '@tailwindcss/oxide': 4.0.6
lightningcss: 1.29.1
- postcss: 8.5.1
- tailwindcss: 4.0.3
+ postcss: 8.5.2
+ tailwindcss: 4.0.6
- '@tailwindcss/vite@4.0.3(vite@packages+vite)':
+ '@tailwindcss/vite@4.0.6(vite@packages+vite)':
dependencies:
- '@tailwindcss/node': 4.0.3
- '@tailwindcss/oxide': 4.0.3
+ '@tailwindcss/node': 4.0.6
+ '@tailwindcss/oxide': 4.0.6
lightningcss: 1.29.1
- tailwindcss: 4.0.3
+ tailwindcss: 4.0.6
vite: link:packages/vite
'@trysound/sax@0.2.0': {}
@@ -8862,7 +8937,7 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
- '@babel/parser': 7.26.7
+ '@babel/parser': 7.26.8
'@babel/types': 7.26.5
'@types/babel__generator': 7.6.8
'@types/babel__template': 7.4.4
@@ -8870,33 +8945,33 @@ snapshots:
'@types/babel__generator@7.6.8':
dependencies:
- '@babel/types': 7.26.5
+ '@babel/types': 7.26.7
'@types/babel__preset-env@7.10.0': {}
'@types/babel__template@7.4.4':
dependencies:
- '@babel/parser': 7.26.7
- '@babel/types': 7.26.5
+ '@babel/parser': 7.26.8
+ '@babel/types': 7.26.7
'@types/babel__traverse@7.20.6':
dependencies:
- '@babel/types': 7.26.5
+ '@babel/types': 7.26.7
'@types/body-parser@1.19.5':
dependencies:
'@types/connect': 3.4.38
- '@types/node': 22.13.0
+ '@types/node': 22.13.4
'@types/connect@3.4.38':
dependencies:
- '@types/node': 22.13.0
+ '@types/node': 22.13.4
'@types/convert-source-map@2.0.3': {}
'@types/cross-spawn@6.0.6':
dependencies:
- '@types/node': 22.13.0
+ '@types/node': 22.13.4
'@types/debug@4.1.12':
dependencies:
@@ -8910,11 +8985,11 @@ snapshots:
'@types/etag@1.8.3':
dependencies:
- '@types/node': 22.13.0
+ '@types/node': 22.13.4
'@types/express-serve-static-core@4.19.6':
dependencies:
- '@types/node': 22.13.0
+ '@types/node': 22.13.4
'@types/qs': 6.9.17
'@types/range-parser': 1.2.7
'@types/send': 0.17.4
@@ -8926,6 +9001,8 @@ snapshots:
'@types/qs': 6.9.17
'@types/serve-static': 1.15.7
+ '@types/gensync@1.0.4': {}
+
'@types/hast@3.0.4':
dependencies:
'@types/unist': 3.0.3
@@ -8961,7 +9038,7 @@ snapshots:
dependencies:
undici-types: 6.20.0
- '@types/node@22.13.0':
+ '@types/node@22.13.4':
dependencies:
undici-types: 6.20.0
@@ -8995,17 +9072,17 @@ snapshots:
'@types/send@0.17.4':
dependencies:
'@types/mime': 1.3.5
- '@types/node': 22.13.0
+ '@types/node': 22.13.4
'@types/serve-static@1.15.7':
dependencies:
'@types/http-errors': 2.0.4
- '@types/node': 22.13.0
+ '@types/node': 22.13.4
'@types/send': 0.17.4
'@types/stylus@0.48.43':
dependencies:
- '@types/node': 22.13.0
+ '@types/node': 22.13.4
'@types/unist@3.0.3': {}
@@ -9013,33 +9090,33 @@ snapshots:
'@types/ws@8.5.14':
dependencies:
- '@types/node': 22.13.0
+ '@types/node': 22.13.4
- '@typescript-eslint/eslint-plugin@8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2))(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)':
+ '@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)
- '@typescript-eslint/scope-manager': 8.22.0
- '@typescript-eslint/type-utils': 8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)
- '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)
- '@typescript-eslint/visitor-keys': 8.22.0
- eslint: 9.19.0(jiti@2.4.2)
+ '@typescript-eslint/parser': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)
+ '@typescript-eslint/scope-manager': 8.24.0
+ '@typescript-eslint/type-utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)
+ '@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)
+ '@typescript-eslint/visitor-keys': 8.24.0
+ eslint: 9.20.1(jiti@2.4.2)
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
- ts-api-utils: 2.0.0(typescript@5.7.2)
+ ts-api-utils: 2.0.1(typescript@5.7.2)
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)':
+ '@typescript-eslint/parser@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)':
dependencies:
- '@typescript-eslint/scope-manager': 8.22.0
- '@typescript-eslint/types': 8.22.0
- '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.2)
- '@typescript-eslint/visitor-keys': 8.22.0
+ '@typescript-eslint/scope-manager': 8.24.0
+ '@typescript-eslint/types': 8.24.0
+ '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.2)
+ '@typescript-eslint/visitor-keys': 8.24.0
debug: 4.4.0
- eslint: 9.19.0(jiti@2.4.2)
+ eslint: 9.20.1(jiti@2.4.2)
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
@@ -9049,25 +9126,25 @@ snapshots:
'@typescript-eslint/types': 8.20.0
'@typescript-eslint/visitor-keys': 8.20.0
- '@typescript-eslint/scope-manager@8.22.0':
+ '@typescript-eslint/scope-manager@8.24.0':
dependencies:
- '@typescript-eslint/types': 8.22.0
- '@typescript-eslint/visitor-keys': 8.22.0
+ '@typescript-eslint/types': 8.24.0
+ '@typescript-eslint/visitor-keys': 8.24.0
- '@typescript-eslint/type-utils@8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)':
+ '@typescript-eslint/type-utils@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)':
dependencies:
- '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.2)
- '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)
+ '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.2)
+ '@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)
debug: 4.4.0
- eslint: 9.19.0(jiti@2.4.2)
- ts-api-utils: 2.0.0(typescript@5.7.2)
+ eslint: 9.20.1(jiti@2.4.2)
+ ts-api-utils: 2.0.1(typescript@5.7.2)
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
'@typescript-eslint/types@8.20.0': {}
- '@typescript-eslint/types@8.22.0': {}
+ '@typescript-eslint/types@8.24.0': {}
'@typescript-eslint/typescript-estree@8.20.0(typescript@5.7.2)':
dependencies:
@@ -9083,38 +9160,38 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.22.0(typescript@5.7.2)':
+ '@typescript-eslint/typescript-estree@8.24.0(typescript@5.7.2)':
dependencies:
- '@typescript-eslint/types': 8.22.0
- '@typescript-eslint/visitor-keys': 8.22.0
+ '@typescript-eslint/types': 8.24.0
+ '@typescript-eslint/visitor-keys': 8.24.0
debug: 4.4.0
fast-glob: 3.3.2
is-glob: 4.0.3
minimatch: 9.0.5
semver: 7.6.3
- ts-api-utils: 2.0.0(typescript@5.7.2)
+ ts-api-utils: 2.0.1(typescript@5.7.2)
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.20.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)':
+ '@typescript-eslint/utils@8.20.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
'@typescript-eslint/scope-manager': 8.20.0
'@typescript-eslint/types': 8.20.0
'@typescript-eslint/typescript-estree': 8.20.0(typescript@5.7.2)
- eslint: 9.19.0(jiti@2.4.2)
+ eslint: 9.20.1(jiti@2.4.2)
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)':
+ '@typescript-eslint/utils@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.4.2))
- '@typescript-eslint/scope-manager': 8.22.0
- '@typescript-eslint/types': 8.22.0
- '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.2)
- eslint: 9.19.0(jiti@2.4.2)
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
+ '@typescript-eslint/scope-manager': 8.24.0
+ '@typescript-eslint/types': 8.24.0
+ '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.2)
+ eslint: 9.20.1(jiti@2.4.2)
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
@@ -9124,9 +9201,9 @@ snapshots:
'@typescript-eslint/types': 8.20.0
eslint-visitor-keys: 4.2.0
- '@typescript-eslint/visitor-keys@8.22.0':
+ '@typescript-eslint/visitor-keys@8.24.0':
dependencies:
- '@typescript-eslint/types': 8.22.0
+ '@typescript-eslint/types': 8.24.0
eslint-visitor-keys: 4.2.0
'@typescript/vfs@1.6.0(typescript@5.7.2)':
@@ -9376,13 +9453,13 @@ snapshots:
'@vitest/runner@3.0.5':
dependencies:
'@vitest/utils': 3.0.5
- pathe: 2.0.2
+ pathe: 2.0.3
'@vitest/snapshot@3.0.5':
dependencies:
'@vitest/pretty-format': 3.0.5
magic-string: 0.30.17
- pathe: 2.0.2
+ pathe: 2.0.3
'@vitest/spy@3.0.5':
dependencies:
@@ -9402,14 +9479,14 @@ snapshots:
'@vue/compiler-core@3.2.47':
dependencies:
- '@babel/parser': 7.26.7
+ '@babel/parser': 7.26.8
'@vue/shared': 3.2.47
estree-walker: 2.0.2
source-map: 0.6.1
'@vue/compiler-core@3.5.13':
dependencies:
- '@babel/parser': 7.26.7
+ '@babel/parser': 7.26.8
'@vue/shared': 3.5.13
entities: 4.5.0
estree-walker: 2.0.2
@@ -9427,7 +9504,7 @@ snapshots:
'@vue/compiler-sfc@3.2.47':
dependencies:
- '@babel/parser': 7.26.7
+ '@babel/parser': 7.26.8
'@vue/compiler-core': 3.2.47
'@vue/compiler-dom': 3.2.47
'@vue/compiler-ssr': 3.2.47
@@ -9435,19 +9512,19 @@ snapshots:
'@vue/shared': 3.2.47
estree-walker: 2.0.2
magic-string: 0.25.9
- postcss: 8.5.1
+ postcss: 8.5.2
source-map: 0.6.1
'@vue/compiler-sfc@3.5.13':
dependencies:
- '@babel/parser': 7.26.7
+ '@babel/parser': 7.26.8
'@vue/compiler-core': 3.5.13
'@vue/compiler-dom': 3.5.13
'@vue/compiler-ssr': 3.5.13
'@vue/shared': 3.5.13
estree-walker: 2.0.2
magic-string: 0.30.17
- postcss: 8.5.1
+ postcss: 8.5.2
source-map-js: 1.2.1
'@vue/compiler-ssr@3.2.47':
@@ -9500,7 +9577,7 @@ snapshots:
'@vue/reactivity-transform@3.2.47':
dependencies:
- '@babel/parser': 7.26.7
+ '@babel/parser': 7.26.8
'@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47
estree-walker: 2.0.2
@@ -9592,9 +9669,7 @@ snapshots:
dependencies:
acorn: 8.14.0
- acorn-walk@8.3.4:
- dependencies:
- acorn: 8.14.0
+ acorn-walk@8.3.2: {}
acorn@7.4.1: {}
@@ -9687,14 +9762,14 @@ snapshots:
asynckit@0.4.0: {}
- autoprefixer@10.4.20(postcss@8.5.1):
+ autoprefixer@10.4.20(postcss@8.5.2):
dependencies:
browserslist: 4.24.4
caniuse-lite: 1.0.30001689
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.1
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
axios@1.7.9:
@@ -9705,33 +9780,33 @@ snapshots:
transitivePeerDependencies:
- debug
- babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.26.7):
+ babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.26.8):
dependencies:
- '@babel/compat-data': 7.26.5
- '@babel/core': 7.26.7
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.7)
+ '@babel/compat-data': 7.26.8
+ '@babel/core': 7.26.8
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.8)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.26.7):
+ babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.26.8):
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.7)
- core-js-compat: 3.39.0
+ '@babel/core': 7.26.8
+ '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.8)
+ core-js-compat: 3.40.0
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.26.7):
+ babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.26.8):
dependencies:
- '@babel/core': 7.26.7
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.7)
+ '@babel/core': 7.26.8
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.8)
transitivePeerDependencies:
- supports-color
babel-walk@3.0.0-canary-5:
dependencies:
- '@babel/types': 7.26.5
+ '@babel/types': 7.26.7
balanced-match@1.0.2: {}
@@ -9948,8 +10023,8 @@ snapshots:
constantinople@4.0.1:
dependencies:
- '@babel/parser': 7.26.7
- '@babel/types': 7.26.5
+ '@babel/parser': 7.26.8
+ '@babel/types': 7.26.7
content-disposition@1.0.0:
dependencies:
@@ -10041,9 +10116,9 @@ snapshots:
cookie-signature@1.2.2: {}
- cookie@0.7.1: {}
+ cookie@0.5.0: {}
- cookie@0.7.2: {}
+ cookie@0.7.1: {}
copy-anything@2.0.6:
dependencies:
@@ -10053,7 +10128,7 @@ snapshots:
dependencies:
is-what: 4.1.16
- core-js-compat@3.39.0:
+ core-js-compat@3.40.0:
dependencies:
browserslist: 4.24.4
@@ -10072,9 +10147,9 @@ snapshots:
css-color-names@1.0.1: {}
- css-declaration-sorter@7.2.0(postcss@8.5.1):
+ css-declaration-sorter@7.2.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
css-select@5.1.0:
dependencies:
@@ -10098,49 +10173,49 @@ snapshots:
cssesc@3.0.0: {}
- cssnano-preset-default@7.0.6(postcss@8.5.1):
+ cssnano-preset-default@7.0.6(postcss@8.5.2):
dependencies:
browserslist: 4.24.4
- css-declaration-sorter: 7.2.0(postcss@8.5.1)
- cssnano-utils: 5.0.0(postcss@8.5.1)
- postcss: 8.5.1
- postcss-calc: 10.0.2(postcss@8.5.1)
- postcss-colormin: 7.0.2(postcss@8.5.1)
- postcss-convert-values: 7.0.4(postcss@8.5.1)
- postcss-discard-comments: 7.0.3(postcss@8.5.1)
- postcss-discard-duplicates: 7.0.1(postcss@8.5.1)
- postcss-discard-empty: 7.0.0(postcss@8.5.1)
- postcss-discard-overridden: 7.0.0(postcss@8.5.1)
- postcss-merge-longhand: 7.0.4(postcss@8.5.1)
- postcss-merge-rules: 7.0.4(postcss@8.5.1)
- postcss-minify-font-values: 7.0.0(postcss@8.5.1)
- postcss-minify-gradients: 7.0.0(postcss@8.5.1)
- postcss-minify-params: 7.0.2(postcss@8.5.1)
- postcss-minify-selectors: 7.0.4(postcss@8.5.1)
- postcss-normalize-charset: 7.0.0(postcss@8.5.1)
- postcss-normalize-display-values: 7.0.0(postcss@8.5.1)
- postcss-normalize-positions: 7.0.0(postcss@8.5.1)
- postcss-normalize-repeat-style: 7.0.0(postcss@8.5.1)
- postcss-normalize-string: 7.0.0(postcss@8.5.1)
- postcss-normalize-timing-functions: 7.0.0(postcss@8.5.1)
- postcss-normalize-unicode: 7.0.2(postcss@8.5.1)
- postcss-normalize-url: 7.0.0(postcss@8.5.1)
- postcss-normalize-whitespace: 7.0.0(postcss@8.5.1)
- postcss-ordered-values: 7.0.1(postcss@8.5.1)
- postcss-reduce-initial: 7.0.2(postcss@8.5.1)
- postcss-reduce-transforms: 7.0.0(postcss@8.5.1)
- postcss-svgo: 7.0.1(postcss@8.5.1)
- postcss-unique-selectors: 7.0.3(postcss@8.5.1)
-
- cssnano-utils@5.0.0(postcss@8.5.1):
- dependencies:
- postcss: 8.5.1
-
- cssnano@7.0.6(postcss@8.5.1):
- dependencies:
- cssnano-preset-default: 7.0.6(postcss@8.5.1)
+ css-declaration-sorter: 7.2.0(postcss@8.5.2)
+ cssnano-utils: 5.0.0(postcss@8.5.2)
+ postcss: 8.5.2
+ postcss-calc: 10.0.2(postcss@8.5.2)
+ postcss-colormin: 7.0.2(postcss@8.5.2)
+ postcss-convert-values: 7.0.4(postcss@8.5.2)
+ postcss-discard-comments: 7.0.3(postcss@8.5.2)
+ postcss-discard-duplicates: 7.0.1(postcss@8.5.2)
+ postcss-discard-empty: 7.0.0(postcss@8.5.2)
+ postcss-discard-overridden: 7.0.0(postcss@8.5.2)
+ postcss-merge-longhand: 7.0.4(postcss@8.5.2)
+ postcss-merge-rules: 7.0.4(postcss@8.5.2)
+ postcss-minify-font-values: 7.0.0(postcss@8.5.2)
+ postcss-minify-gradients: 7.0.0(postcss@8.5.2)
+ postcss-minify-params: 7.0.2(postcss@8.5.2)
+ postcss-minify-selectors: 7.0.4(postcss@8.5.2)
+ postcss-normalize-charset: 7.0.0(postcss@8.5.2)
+ postcss-normalize-display-values: 7.0.0(postcss@8.5.2)
+ postcss-normalize-positions: 7.0.0(postcss@8.5.2)
+ postcss-normalize-repeat-style: 7.0.0(postcss@8.5.2)
+ postcss-normalize-string: 7.0.0(postcss@8.5.2)
+ postcss-normalize-timing-functions: 7.0.0(postcss@8.5.2)
+ postcss-normalize-unicode: 7.0.2(postcss@8.5.2)
+ postcss-normalize-url: 7.0.0(postcss@8.5.2)
+ postcss-normalize-whitespace: 7.0.0(postcss@8.5.2)
+ postcss-ordered-values: 7.0.1(postcss@8.5.2)
+ postcss-reduce-initial: 7.0.2(postcss@8.5.2)
+ postcss-reduce-transforms: 7.0.0(postcss@8.5.2)
+ postcss-svgo: 7.0.1(postcss@8.5.2)
+ postcss-unique-selectors: 7.0.3(postcss@8.5.2)
+
+ cssnano-utils@5.0.0(postcss@8.5.2):
+ dependencies:
+ postcss: 8.5.2
+
+ cssnano@7.0.6(postcss@8.5.2):
+ dependencies:
+ cssnano-preset-default: 7.0.6(postcss@8.5.2)
lilconfig: 3.1.3
- postcss: 8.5.1
+ postcss: 8.5.2
csso@5.0.5:
dependencies:
@@ -10392,9 +10467,9 @@ snapshots:
escape-string-regexp@5.0.0: {}
- eslint-compat-utils@0.5.1(eslint@9.19.0(jiti@2.4.2)):
+ eslint-compat-utils@0.5.1(eslint@9.20.1(jiti@2.4.2)):
dependencies:
- eslint: 9.19.0(jiti@2.4.2)
+ eslint: 9.20.1(jiti@2.4.2)
semver: 7.6.3
eslint-import-resolver-node@0.3.9:
@@ -10405,22 +10480,22 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-es-x@7.8.0(eslint@9.19.0(jiti@2.4.2)):
+ eslint-plugin-es-x@7.8.0(eslint@9.20.1(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
'@eslint-community/regexpp': 4.12.1
- eslint: 9.19.0(jiti@2.4.2)
- eslint-compat-utils: 0.5.1(eslint@9.19.0(jiti@2.4.2))
+ eslint: 9.20.1(jiti@2.4.2)
+ eslint-compat-utils: 0.5.1(eslint@9.20.1(jiti@2.4.2))
- eslint-plugin-import-x@4.6.1(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2):
+ eslint-plugin-import-x@4.6.1(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2):
dependencies:
'@types/doctrine': 0.0.9
'@typescript-eslint/scope-manager': 8.20.0
- '@typescript-eslint/utils': 8.20.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)
+ '@typescript-eslint/utils': 8.20.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)
debug: 4.4.0
doctrine: 3.0.0
enhanced-resolve: 5.17.1
- eslint: 9.19.0(jiti@2.4.2)
+ eslint: 9.20.1(jiti@2.4.2)
eslint-import-resolver-node: 0.3.9
get-tsconfig: 4.8.1
is-glob: 4.0.3
@@ -10432,24 +10507,24 @@ snapshots:
- supports-color
- typescript
- eslint-plugin-n@17.15.1(eslint@9.19.0(jiti@2.4.2)):
+ eslint-plugin-n@17.15.1(eslint@9.20.1(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
enhanced-resolve: 5.17.1
- eslint: 9.19.0(jiti@2.4.2)
- eslint-plugin-es-x: 7.8.0(eslint@9.19.0(jiti@2.4.2))
+ eslint: 9.20.1(jiti@2.4.2)
+ eslint-plugin-es-x: 7.8.0(eslint@9.20.1(jiti@2.4.2))
get-tsconfig: 4.8.1
- globals: 15.14.0
+ globals: 15.15.0
ignore: 5.3.2
minimatch: 9.0.5
semver: 7.6.3
- eslint-plugin-regexp@2.7.0(eslint@9.19.0(jiti@2.4.2)):
+ eslint-plugin-regexp@2.7.0(eslint@9.20.1(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
'@eslint-community/regexpp': 4.12.1
comment-parser: 1.4.1
- eslint: 9.19.0(jiti@2.4.2)
+ eslint: 9.20.1(jiti@2.4.2)
jsdoc-type-pratt-parser: 4.1.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
@@ -10464,14 +10539,14 @@ snapshots:
eslint-visitor-keys@4.2.0: {}
- eslint@9.19.0(jiti@2.4.2):
+ eslint@9.20.1(jiti@2.4.2):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.19.0
- '@eslint/core': 0.10.0
+ '@eslint/core': 0.11.0
'@eslint/eslintrc': 3.2.0
- '@eslint/js': 9.19.0
+ '@eslint/js': 9.20.0
'@eslint/plugin-kit': 0.2.5
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
@@ -10794,6 +10869,10 @@ snapshots:
get-them-args@1.3.2: {}
+ get-tsconfig@4.10.0:
+ dependencies:
+ resolve-pkg-maps: 1.0.0
+
get-tsconfig@4.8.1:
dependencies:
resolve-pkg-maps: 1.0.0
@@ -10846,7 +10925,7 @@ snapshots:
globals@14.0.0: {}
- globals@15.14.0: {}
+ globals@15.15.0: {}
good-listener@1.2.2:
dependencies:
@@ -10954,9 +11033,9 @@ snapshots:
dependencies:
safer-buffer: 2.1.2
- icss-utils@5.1.0(postcss@8.5.1):
+ icss-utils@5.1.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
ignore@5.3.2: {}
@@ -11566,19 +11645,19 @@ snapshots:
mimic-function@5.0.1: {}
- miniflare@3.20250129.0:
+ miniflare@3.20250204.1:
dependencies:
'@cspotcode/source-map-support': 0.8.1
acorn: 8.14.0
- acorn-walk: 8.3.4
+ acorn-walk: 8.3.2
exit-hook: 2.2.1
glob-to-regexp: 0.4.1
stoppable: 1.1.0
undici: 5.28.4
- workerd: 1.20250129.0
+ workerd: 1.20250204.0
ws: 8.18.0
- youch: 3.3.4
- zod: 3.23.8
+ youch: 3.2.3
+ zod: 3.22.3
transitivePeerDependencies:
- bufferutil
- utf-8-validate
@@ -11612,30 +11691,30 @@ snapshots:
mkdirp@1.0.4: {}
- mkdist@2.2.0(sass@1.83.4)(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2)):
+ mkdist@2.2.0(sass@1.84.0)(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2)):
dependencies:
- autoprefixer: 10.4.20(postcss@8.5.1)
+ autoprefixer: 10.4.20(postcss@8.5.2)
citty: 0.1.6
- cssnano: 7.0.6(postcss@8.5.1)
+ cssnano: 7.0.6(postcss@8.5.2)
defu: 6.1.4
esbuild: 0.24.2
jiti: 1.21.7
mlly: 1.7.4
pathe: 1.1.2
pkg-types: 1.3.0
- postcss: 8.5.1
- postcss-nested: 7.0.2(postcss@8.5.1)
+ postcss: 8.5.2
+ postcss-nested: 7.0.2(postcss@8.5.2)
semver: 7.6.3
tinyglobby: 0.2.10
optionalDependencies:
- sass: 1.83.4
+ sass: 1.84.0
typescript: 5.7.2
vue: 3.5.13(typescript@5.7.2)
mlly@1.7.4:
dependencies:
acorn: 8.14.0
- pathe: 2.0.2
+ pathe: 2.0.3
pkg-types: 1.3.0
ufo: 1.5.4
@@ -11768,6 +11847,12 @@ snapshots:
regex: 5.1.1
regex-recursion: 5.1.1
+ oniguruma-to-es@3.1.0:
+ dependencies:
+ emoji-regex-xs: 1.0.0
+ regex: 6.0.1
+ regex-recursion: 6.0.2
+
open@10.1.0:
dependencies:
default-browser: 5.2.1
@@ -11841,7 +11926,7 @@ snapshots:
pathe@2.0.1: {}
- pathe@2.0.2: {}
+ pathe@2.0.3: {}
pathval@2.0.0: {}
@@ -11882,220 +11967,220 @@ snapshots:
playwright-core@1.50.1: {}
- postcss-calc@10.0.2(postcss@8.5.1):
+ postcss-calc@10.0.2(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
- postcss-colormin@7.0.2(postcss@8.5.1):
+ postcss-colormin@7.0.2(postcss@8.5.2):
dependencies:
browserslist: 4.24.4
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-convert-values@7.0.4(postcss@8.5.1):
+ postcss-convert-values@7.0.4(postcss@8.5.2):
dependencies:
browserslist: 4.24.4
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-discard-comments@7.0.3(postcss@8.5.1):
+ postcss-discard-comments@7.0.3(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-selector-parser: 6.1.2
- postcss-discard-duplicates@7.0.1(postcss@8.5.1):
+ postcss-discard-duplicates@7.0.1(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
- postcss-discard-empty@7.0.0(postcss@8.5.1):
+ postcss-discard-empty@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
- postcss-discard-overridden@7.0.0(postcss@8.5.1):
+ postcss-discard-overridden@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
- postcss-import@15.1.0(postcss@8.5.1):
+ postcss-import@15.1.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.8
- postcss-import@16.1.0(postcss@8.5.1):
+ postcss-import@16.1.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.8
- postcss-js@4.0.1(postcss@8.5.1):
+ postcss-js@4.0.1(postcss@8.5.2):
dependencies:
camelcase-css: 2.0.1
- postcss: 8.5.1
+ postcss: 8.5.2
- postcss-load-config@4.0.2(postcss@8.5.1):
+ postcss-load-config@4.0.2(postcss@8.5.2):
dependencies:
lilconfig: 3.1.3
yaml: 2.7.0
optionalDependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
- postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.5.1)(tsx@4.19.2)(yaml@2.7.0):
+ postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.5.2)(tsx@4.19.2)(yaml@2.7.0):
dependencies:
lilconfig: 3.1.3
optionalDependencies:
jiti: 2.4.2
- postcss: 8.5.1
+ postcss: 8.5.2
tsx: 4.19.2
yaml: 2.7.0
- postcss-merge-longhand@7.0.4(postcss@8.5.1):
+ postcss-merge-longhand@7.0.4(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- stylehacks: 7.0.4(postcss@8.5.1)
+ stylehacks: 7.0.4(postcss@8.5.2)
- postcss-merge-rules@7.0.4(postcss@8.5.1):
+ postcss-merge-rules@7.0.4(postcss@8.5.2):
dependencies:
browserslist: 4.24.4
caniuse-api: 3.0.0
- cssnano-utils: 5.0.0(postcss@8.5.1)
- postcss: 8.5.1
+ cssnano-utils: 5.0.0(postcss@8.5.2)
+ postcss: 8.5.2
postcss-selector-parser: 6.1.2
- postcss-minify-font-values@7.0.0(postcss@8.5.1):
+ postcss-minify-font-values@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-minify-gradients@7.0.0(postcss@8.5.1):
+ postcss-minify-gradients@7.0.0(postcss@8.5.2):
dependencies:
colord: 2.9.3
- cssnano-utils: 5.0.0(postcss@8.5.1)
- postcss: 8.5.1
+ cssnano-utils: 5.0.0(postcss@8.5.2)
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-minify-params@7.0.2(postcss@8.5.1):
+ postcss-minify-params@7.0.2(postcss@8.5.2):
dependencies:
browserslist: 4.24.4
- cssnano-utils: 5.0.0(postcss@8.5.1)
- postcss: 8.5.1
+ cssnano-utils: 5.0.0(postcss@8.5.2)
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-minify-selectors@7.0.4(postcss@8.5.1):
+ postcss-minify-selectors@7.0.4(postcss@8.5.2):
dependencies:
cssesc: 3.0.0
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-selector-parser: 6.1.2
- postcss-modules-extract-imports@3.1.0(postcss@8.5.1):
+ postcss-modules-extract-imports@3.1.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
- postcss-modules-local-by-default@4.0.5(postcss@8.5.1):
+ postcss-modules-local-by-default@4.0.5(postcss@8.5.2):
dependencies:
- icss-utils: 5.1.0(postcss@8.5.1)
- postcss: 8.5.1
+ icss-utils: 5.1.0(postcss@8.5.2)
+ postcss: 8.5.2
postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
- postcss-modules-scope@3.2.0(postcss@8.5.1):
+ postcss-modules-scope@3.2.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-selector-parser: 6.1.2
- postcss-modules-values@4.0.0(postcss@8.5.1):
+ postcss-modules-values@4.0.0(postcss@8.5.2):
dependencies:
- icss-utils: 5.1.0(postcss@8.5.1)
- postcss: 8.5.1
+ icss-utils: 5.1.0(postcss@8.5.2)
+ postcss: 8.5.2
- postcss-modules@6.0.1(postcss@8.5.1):
+ postcss-modules@6.0.1(postcss@8.5.2):
dependencies:
generic-names: 4.0.0
- icss-utils: 5.1.0(postcss@8.5.1)
+ icss-utils: 5.1.0(postcss@8.5.2)
lodash.camelcase: 4.3.0
- postcss: 8.5.1
- postcss-modules-extract-imports: 3.1.0(postcss@8.5.1)
- postcss-modules-local-by-default: 4.0.5(postcss@8.5.1)
- postcss-modules-scope: 3.2.0(postcss@8.5.1)
- postcss-modules-values: 4.0.0(postcss@8.5.1)
+ postcss: 8.5.2
+ postcss-modules-extract-imports: 3.1.0(postcss@8.5.2)
+ postcss-modules-local-by-default: 4.0.5(postcss@8.5.2)
+ postcss-modules-scope: 3.2.0(postcss@8.5.2)
+ postcss-modules-values: 4.0.0(postcss@8.5.2)
string-hash: 1.1.3
- postcss-nested@6.2.0(postcss@8.5.1):
+ postcss-nested@6.2.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-selector-parser: 6.1.2
- postcss-nested@7.0.2(postcss@8.5.1):
+ postcss-nested@7.0.2(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-selector-parser: 7.0.0
- postcss-normalize-charset@7.0.0(postcss@8.5.1):
+ postcss-normalize-charset@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
- postcss-normalize-display-values@7.0.0(postcss@8.5.1):
+ postcss-normalize-display-values@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-normalize-positions@7.0.0(postcss@8.5.1):
+ postcss-normalize-positions@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-normalize-repeat-style@7.0.0(postcss@8.5.1):
+ postcss-normalize-repeat-style@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-normalize-string@7.0.0(postcss@8.5.1):
+ postcss-normalize-string@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-normalize-timing-functions@7.0.0(postcss@8.5.1):
+ postcss-normalize-timing-functions@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-normalize-unicode@7.0.2(postcss@8.5.1):
+ postcss-normalize-unicode@7.0.2(postcss@8.5.2):
dependencies:
browserslist: 4.24.4
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-normalize-url@7.0.0(postcss@8.5.1):
+ postcss-normalize-url@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-normalize-whitespace@7.0.0(postcss@8.5.1):
+ postcss-normalize-whitespace@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-ordered-values@7.0.1(postcss@8.5.1):
+ postcss-ordered-values@7.0.1(postcss@8.5.2):
dependencies:
- cssnano-utils: 5.0.0(postcss@8.5.1)
- postcss: 8.5.1
+ cssnano-utils: 5.0.0(postcss@8.5.2)
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
- postcss-reduce-initial@7.0.2(postcss@8.5.1):
+ postcss-reduce-initial@7.0.2(postcss@8.5.2):
dependencies:
browserslist: 4.24.4
caniuse-api: 3.0.0
- postcss: 8.5.1
+ postcss: 8.5.2
- postcss-reduce-transforms@7.0.0(postcss@8.5.1):
+ postcss-reduce-transforms@7.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
postcss-selector-parser@6.1.2:
@@ -12108,20 +12193,20 @@ snapshots:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-svgo@7.0.1(postcss@8.5.1):
+ postcss-svgo@7.0.1(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-value-parser: 4.2.0
svgo: 3.3.2
- postcss-unique-selectors@7.0.3(postcss@8.5.1):
+ postcss-unique-selectors@7.0.3(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-selector-parser: 6.1.2
postcss-value-parser@4.2.0: {}
- postcss@8.5.1:
+ postcss@8.5.2:
dependencies:
nanoid: 3.3.8
picocolors: 1.1.1
@@ -12133,7 +12218,7 @@ snapshots:
premove@4.0.0: {}
- prettier@3.4.2: {}
+ prettier@3.5.1: {}
pretty-bytes@6.1.1: {}
@@ -12315,12 +12400,20 @@ snapshots:
regex: 5.1.1
regex-utilities: 2.3.0
+ regex-recursion@6.0.2:
+ dependencies:
+ regex-utilities: 2.3.0
+
regex-utilities@2.3.0: {}
regex@5.1.1:
dependencies:
regex-utilities: 2.3.0
+ regex@6.0.1:
+ dependencies:
+ regex-utilities: 2.3.0
+
regexp-ast-analysis@0.7.1:
dependencies:
'@eslint-community/regexpp': 4.12.1
@@ -12376,14 +12469,14 @@ snapshots:
optionalDependencies:
'@babel/code-frame': 7.26.2
- rollup-plugin-esbuild@6.1.1(esbuild@0.24.2)(rollup@4.30.1):
+ rollup-plugin-esbuild@6.2.0(esbuild@0.24.2)(rollup@4.30.1):
dependencies:
- '@rollup/pluginutils': 5.1.4(rollup@4.30.1)
debug: 4.4.0
es-module-lexer: 1.6.0
esbuild: 0.24.2
- get-tsconfig: 4.8.1
+ get-tsconfig: 4.10.0
rollup: 4.30.1
+ unplugin-utils: 0.2.4
transitivePeerDependencies:
- supports-color
@@ -12547,7 +12640,7 @@ snapshots:
sass-embedded-win32-x64: 1.83.4
source-map-js: 1.2.1
- sass@1.83.4:
+ sass@1.84.0:
dependencies:
chokidar: 4.0.1
immutable: 5.0.2
@@ -12636,14 +12729,14 @@ snapshots:
'@shikijs/vscode-textmate': 10.0.1
'@types/hast': 3.0.4
- shiki@2.2.0:
+ shiki@2.3.2:
dependencies:
- '@shikijs/core': 2.2.0
- '@shikijs/engine-javascript': 2.2.0
- '@shikijs/engine-oniguruma': 2.2.0
- '@shikijs/langs': 2.2.0
- '@shikijs/themes': 2.2.0
- '@shikijs/types': 2.2.0
+ '@shikijs/core': 2.3.2
+ '@shikijs/engine-javascript': 2.3.2
+ '@shikijs/engine-oniguruma': 2.3.2
+ '@shikijs/langs': 2.3.2
+ '@shikijs/themes': 2.3.2
+ '@shikijs/types': 2.3.2
'@shikijs/vscode-textmate': 10.0.1
'@types/hast': 3.0.4
@@ -12799,10 +12892,10 @@ snapshots:
dependencies:
js-tokens: 9.0.1
- stylehacks@7.0.4(postcss@8.5.1):
+ stylehacks@7.0.4(postcss@8.5.2):
dependencies:
browserslist: 4.24.4
- postcss: 8.5.1
+ postcss: 8.5.2
postcss-selector-parser: 6.1.2
stylus@0.64.0:
@@ -12825,9 +12918,9 @@ snapshots:
pirates: 4.0.6
ts-interface-checker: 0.1.13
- sugarss@5.0.0(postcss@8.5.1):
+ sugarss@5.0.0(postcss@8.5.2):
dependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
superjson@2.2.1:
dependencies:
@@ -12879,18 +12972,18 @@ snapshots:
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.1.1
- postcss: 8.5.1
- postcss-import: 15.1.0(postcss@8.5.1)
- postcss-js: 4.0.1(postcss@8.5.1)
- postcss-load-config: 4.0.2(postcss@8.5.1)
- postcss-nested: 6.2.0(postcss@8.5.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-selector-parser: 6.1.2
resolve: 1.22.8
sucrase: 3.35.0
transitivePeerDependencies:
- ts-node
- tailwindcss@4.0.3: {}
+ tailwindcss@4.0.6: {}
tapable@2.2.1: {}
@@ -12909,7 +13002,7 @@ snapshots:
dependencies:
temp-dir: 3.0.0
- terser@5.37.0:
+ terser@5.39.0:
dependencies:
'@jridgewell/source-map': 0.3.6
acorn: 8.14.0
@@ -12961,6 +13054,10 @@ snapshots:
dependencies:
typescript: 5.7.2
+ ts-api-utils@2.0.1(typescript@5.7.2):
+ dependencies:
+ typescript: 5.7.2
+
ts-interface-checker@0.1.13: {}
tsconfck@3.1.5(typescript@5.7.2):
@@ -13014,12 +13111,12 @@ snapshots:
type@2.7.3: {}
- typescript-eslint@8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2):
+ typescript-eslint@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2))(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)
- '@typescript-eslint/parser': 8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)
- '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.2)
- eslint: 9.19.0(jiti@2.4.2)
+ '@typescript-eslint/eslint-plugin': 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)
+ '@typescript-eslint/parser': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)
+ '@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.2)
+ eslint: 9.20.1(jiti@2.4.2)
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
@@ -13031,7 +13128,7 @@ snapshots:
uglify-js@3.19.3:
optional: true
- unbuild@3.3.1(sass@1.83.4)(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2)):
+ unbuild@3.3.1(sass@1.84.0)(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2)):
dependencies:
'@rollup/plugin-alias': 5.1.1(rollup@4.30.1)
'@rollup/plugin-commonjs': 28.0.2(rollup@4.30.1)
@@ -13046,7 +13143,7 @@ snapshots:
hookable: 5.5.3
jiti: 2.4.2
magic-string: 0.30.17
- mkdist: 2.2.0(sass@1.83.4)(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2))
+ mkdist: 2.2.0(sass@1.84.0)(typescript@5.7.2)(vue@3.5.13(typescript@5.7.2))
mlly: 1.7.4
pathe: 2.0.1
pkg-types: 1.3.0
@@ -13110,9 +13207,14 @@ snapshots:
unpipe@1.0.0: {}
+ unplugin-utils@0.2.4:
+ dependencies:
+ pathe: 2.0.3
+ picomatch: 4.0.2
+
untyped@1.5.2:
dependencies:
- '@babel/core': 7.26.7
+ '@babel/core': 7.26.8
'@babel/standalone': 7.26.4
'@babel/types': 7.26.5
citty: 0.1.6
@@ -13166,7 +13268,7 @@ snapshots:
cac: 6.7.14
debug: 4.4.0
es-module-lexer: 1.6.0
- pathe: 2.0.2
+ pathe: 2.0.3
vite: link:packages/vite
transitivePeerDependencies:
- supports-color
@@ -13179,7 +13281,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vitepress@1.6.3(@algolia/client-search@5.20.0)(axios@1.7.9)(postcss@8.5.1)(typescript@5.7.2):
+ vitepress@1.6.3(@algolia/client-search@5.20.0)(axios@1.7.9)(postcss@8.5.2)(typescript@5.7.2):
dependencies:
'@docsearch/css': 3.8.2
'@docsearch/js': 3.8.2(@algolia/client-search@5.20.0)
@@ -13200,7 +13302,7 @@ snapshots:
vite: link:packages/vite
vue: 3.5.13(typescript@5.7.2)
optionalDependencies:
- postcss: 8.5.1
+ postcss: 8.5.2
transitivePeerDependencies:
- '@algolia/client-search'
- '@types/react'
@@ -13220,7 +13322,7 @@ snapshots:
- typescript
- universal-cookie
- vitest@3.0.5(@types/debug@4.1.12)(@types/node@22.13.0):
+ vitest@3.0.5(@types/debug@4.1.12)(@types/node@22.13.4):
dependencies:
'@vitest/expect': 3.0.5
'@vitest/mocker': 3.0.5(vite@packages+vite)
@@ -13233,7 +13335,7 @@ snapshots:
debug: 4.4.0
expect-type: 1.1.0
magic-string: 0.30.17
- pathe: 2.0.2
+ pathe: 2.0.3
std-env: 3.8.0
tinybench: 2.9.0
tinyexec: 0.3.2
@@ -13244,7 +13346,7 @@ snapshots:
why-is-node-running: 2.3.0
optionalDependencies:
'@types/debug': 4.1.12
- '@types/node': 22.13.0
+ '@types/node': 22.13.4
transitivePeerDependencies:
- msw
- supports-color
@@ -13307,8 +13409,8 @@ snapshots:
with@7.0.2:
dependencies:
- '@babel/parser': 7.26.7
- '@babel/types': 7.26.5
+ '@babel/parser': 7.26.8
+ '@babel/types': 7.26.7
assert-never: 1.3.0
babel-walk: 3.0.0-canary-5
@@ -13316,13 +13418,13 @@ snapshots:
wordwrap@1.0.0: {}
- workerd@1.20250129.0:
+ workerd@1.20250204.0:
optionalDependencies:
- '@cloudflare/workerd-darwin-64': 1.20250129.0
- '@cloudflare/workerd-darwin-arm64': 1.20250129.0
- '@cloudflare/workerd-linux-64': 1.20250129.0
- '@cloudflare/workerd-linux-arm64': 1.20250129.0
- '@cloudflare/workerd-windows-64': 1.20250129.0
+ '@cloudflare/workerd-darwin-64': 1.20250204.0
+ '@cloudflare/workerd-darwin-arm64': 1.20250204.0
+ '@cloudflare/workerd-linux-64': 1.20250204.0
+ '@cloudflare/workerd-linux-arm64': 1.20250204.0
+ '@cloudflare/workerd-windows-64': 1.20250204.0
wrap-ansi@7.0.0:
dependencies:
@@ -13360,14 +13462,14 @@ snapshots:
yoctocolors@2.1.1: {}
- youch@3.3.4:
+ youch@3.2.3:
dependencies:
- cookie: 0.7.2
+ cookie: 0.5.0
mustache: 4.2.0
stacktracey: 2.1.8
zimmerframe@1.1.2: {}
- zod@3.23.8: {}
+ zod@3.22.3: {}
zwitch@2.0.4: {}