From 47469837804129792769a8ce8f494344ad097c15 Mon Sep 17 00:00:00 2001
From: Dream Hunter
Date: Sat, 4 Apr 2026 19:58:47 +0800
Subject: [PATCH] feat: upgrade version to v1.6.0 (#939)
* feat: upgrade version to v1.6.0
- Update version number to 1.6.0 in all package.json files
- Add v1.6.0 placeholder in CHANGELOG.md and CHANGELOG_EN.md
* docs: update release skill to use bilingual format (zh + en collapsed)
* chore: upgrade dependencies
* fix: correct CHANGELOG placeholder position and update version-upgrade skill
* docs: update version-upgrade skill with correct CHANGELOG placeholder position
---
.claude/skills/release/SKILL.md | 3 +-
.claude/skills/version-upgrade/SKILL.md | 2 +-
CHANGELOG.md | 8 +
CHANGELOG_EN.md | 8 +
frontend/package.json | 14 +-
frontend/pnpm-lock.yaml | 1344 ++++++++++++++---------
pages/package.json | 4 +-
vitepress-docs/package.json | 6 +-
vitepress-docs/pnpm-lock.yaml | 728 ++++++------
worker/package.json | 16 +-
worker/pnpm-lock.yaml | 1130 ++++++++++---------
worker/src/constants.ts | 2 +-
12 files changed, 1781 insertions(+), 1484 deletions(-)
diff --git a/.claude/skills/release/SKILL.md b/.claude/skills/release/SKILL.md
index 1d227c85..ed357f63 100644
--- a/.claude/skills/release/SKILL.md
+++ b/.claude/skills/release/SKILL.md
@@ -17,7 +17,8 @@ description: Create a GitHub release for cloudflare_temp_email project. Use when
```
Sort by PR number ascending.
4. **Compose release body**: Follow the template in [references/release-template.md](references/release-template.md). Key rules:
- - Copy changelog sections verbatim (Features, Bug Fixes, Testing, Improvements). Omit empty sections.
+ - Write release body in **bilingual format**: Chinese sections first (from `CHANGELOG.md`), then wrap the English sections (from `CHANGELOG_EN.md`) in `English
... `.
+ - Copy changelog sections verbatim from both files. Omit empty sections.
- Wrap PRs list in `PRs
... `.
- Always include the cache-clearing discussion link.
- End with `**Full Changelog**` comparison link.
diff --git a/.claude/skills/version-upgrade/SKILL.md b/.claude/skills/version-upgrade/SKILL.md
index ecd88be4..9bff1a07 100644
--- a/.claude/skills/version-upgrade/SKILL.md
+++ b/.claude/skills/version-upgrade/SKILL.md
@@ -30,7 +30,7 @@ description: 升级项目版本号。当用户要求升级版本、更新版本
## CHANGELOG 格式
-中文 (CHANGELOG.md) - 在 `## v{OLD_VERSION}(main)` 之前插入:
+中文 (CHANGELOG.md) - 在 `## v{OLD_VERSION}(main)` 之前插入(即语言切换链接 `
` 之后):
```markdown
## v{VERSION}(main)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f95302b..0cb608b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,14 @@
English
+## v1.6.0(main)
+
+### Features
+
+### Bug Fixes
+
+### Improvements
+
## v1.5.0(main)
### Features
diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md
index 74200a7e..88e9249e 100644
--- a/CHANGELOG_EN.md
+++ b/CHANGELOG_EN.md
@@ -6,6 +6,14 @@
English
+## v1.6.0(main)
+
+### Features
+
+### Bug Fixes
+
+### Improvements
+
## v1.5.0(main)
### Features
diff --git a/frontend/package.json b/frontend/package.json
index cba0b755..5c60f222 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
- "version": "1.5.0",
+ "version": "1.6.0",
"private": true,
"type": "module",
"scripts": {
@@ -28,14 +28,14 @@
"@vueuse/core": "^14.2.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "^1.13.6",
+ "axios": "^1.14.0",
"dompurify": "^3.3.3",
"jszip": "^3.10.1",
"mail-parser-wasm": "^0.2.2",
"naive-ui": "^2.44.1",
- "postal-mime": "^2.7.3",
+ "postal-mime": "^2.7.4",
"vooks": "^0.2.12",
- "vue": "^3.5.30",
+ "vue": "^3.5.32",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^11.3.0",
"vue-router": "^4.6.4"
@@ -43,18 +43,18 @@
"devDependencies": {
"@vicons/fa": "^0.13.0",
"@vicons/material": "^0.13.0",
- "@vitejs/plugin-vue": "^6.0.4",
+ "@vitejs/plugin-vue": "^6.0.5",
"jsdom": "^28.1.0",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-top-level-await": "^1.6.0",
- "vite-plugin-wasm": "^3.5.0",
+ "vite-plugin-wasm": "^3.6.0",
"vitest": "^3.2.4",
"workbox-build": "^7.4.0",
"workbox-window": "^7.4.0",
- "wrangler": "^4.72.0"
+ "wrangler": "^4.80.0"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}
diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml
index 228b0f9c..4cdbfe3b 100644
--- a/frontend/pnpm-lock.yaml
+++ b/frontend/pnpm-lock.yaml
@@ -16,19 +16,19 @@ importers:
version: 13.2.2
'@unhead/vue':
specifier: ^2.1.12
- version: 2.1.12(vue@3.5.30(typescript@5.4.5))
+ version: 2.1.12(vue@3.5.32(typescript@5.4.5))
'@vueuse/core':
specifier: ^14.2.1
- version: 14.2.1(vue@3.5.30(typescript@5.4.5))
+ version: 14.2.1(vue@3.5.32(typescript@5.4.5))
'@wangeditor/editor':
specifier: ^5.1.23
version: 5.1.23
'@wangeditor/editor-for-vue':
specifier: ^5.1.12
- version: 5.1.12(@wangeditor/editor@5.1.23)(vue@3.5.30(typescript@5.4.5))
+ version: 5.1.12(@wangeditor/editor@5.1.23)(vue@3.5.32(typescript@5.4.5))
axios:
- specifier: ^1.13.6
- version: 1.13.6
+ specifier: ^1.14.0
+ version: 1.14.0
dompurify:
specifier: ^3.3.3
version: 3.3.3
@@ -40,25 +40,25 @@ importers:
version: 0.2.2
naive-ui:
specifier: ^2.44.1
- version: 2.44.1(vue@3.5.30(typescript@5.4.5))
+ version: 2.44.1(vue@3.5.32(typescript@5.4.5))
postal-mime:
- specifier: ^2.7.3
- version: 2.7.3
+ specifier: ^2.7.4
+ version: 2.7.4
vooks:
specifier: ^0.2.12
- version: 0.2.12(vue@3.5.30(typescript@5.4.5))
+ version: 0.2.12(vue@3.5.32(typescript@5.4.5))
vue:
- specifier: ^3.5.30
- version: 3.5.30(typescript@5.4.5)
+ specifier: ^3.5.32
+ version: 3.5.32(typescript@5.4.5)
vue-clipboard3:
specifier: ^2.0.0
version: 2.0.0
vue-i18n:
specifier: ^11.3.0
- version: 11.3.0(vue@3.5.30(typescript@5.4.5))
+ version: 11.3.0(vue@3.5.32(typescript@5.4.5))
vue-router:
specifier: ^4.6.4
- version: 4.6.4(vue@3.5.30(typescript@5.4.5))
+ version: 4.6.4(vue@3.5.32(typescript@5.4.5))
devDependencies:
'@vicons/fa':
specifier: ^0.13.0
@@ -67,32 +67,32 @@ importers:
specifier: ^0.13.0
version: 0.13.0
'@vitejs/plugin-vue':
- specifier: ^6.0.4
- version: 6.0.4(vite@7.3.1(terser@5.46.0))(vue@3.5.30(typescript@5.4.5))
+ specifier: ^6.0.5
+ version: 6.0.5(vite@7.3.1(terser@5.46.1))(vue@3.5.32(typescript@5.4.5))
jsdom:
specifier: ^28.1.0
version: 28.1.0
unplugin-auto-import:
specifier: ^20.3.0
- version: 20.3.0(@vueuse/core@14.2.1(vue@3.5.30(typescript@5.4.5)))
+ version: 20.3.0(@vueuse/core@14.2.1(vue@3.5.32(typescript@5.4.5)))
unplugin-vue-components:
specifier: ^30.0.0
- version: 30.0.0(@babel/parser@7.29.0)(vue@3.5.30(typescript@5.4.5))
+ version: 30.0.0(@babel/parser@7.29.2)(vue@3.5.32(typescript@5.4.5))
vite:
specifier: ^7.3.1
- version: 7.3.1(terser@5.46.0)
+ version: 7.3.1(terser@5.46.1)
vite-plugin-pwa:
specifier: ^1.2.0
- version: 1.2.0(vite@7.3.1(terser@5.46.0))(workbox-build@7.4.0)(workbox-window@7.4.0)
+ version: 1.2.0(vite@7.3.1(terser@5.46.1))(workbox-build@7.4.0)(workbox-window@7.4.0)
vite-plugin-top-level-await:
specifier: ^1.6.0
- version: 1.6.0(rollup@2.80.0)(vite@7.3.1(terser@5.46.0))
+ version: 1.6.0(rollup@2.80.0)(vite@7.3.1(terser@5.46.1))
vite-plugin-wasm:
- specifier: ^3.5.0
- version: 3.5.0(vite@7.3.1(terser@5.46.0))
+ specifier: ^3.6.0
+ version: 3.6.0(vite@7.3.1(terser@5.46.1))
vitest:
specifier: ^3.2.4
- version: 3.2.4(jsdom@28.1.0)(terser@5.46.0)
+ version: 3.2.4(jsdom@28.1.0)(terser@5.46.1)
workbox-build:
specifier: ^7.4.0
version: 7.4.0
@@ -100,22 +100,22 @@ importers:
specifier: ^7.4.0
version: 7.4.0
wrangler:
- specifier: ^4.72.0
- version: 4.72.0
+ specifier: ^4.80.0
+ version: 4.80.0
packages:
'@acemir/cssom@0.9.31':
resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==}
- '@apideck/better-ajv-errors@0.3.6':
- resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==}
+ '@apideck/better-ajv-errors@0.3.7':
+ resolution: {integrity: sha512-TajUJwGWbDwkCx/CZi7tRE8PVB7simCvKJfHUsSdvps+aTM/PDPP4gkLmKnc+x3CE//y9i/nj74GqdL/hwk7Iw==}
engines: {node: '>=10'}
peerDependencies:
ajv: '>=8'
- '@asamuzakjp/css-color@5.0.1':
- resolution: {integrity: sha512-2SZFvqMyvboVV1d15lMf7XiI3m7SDqXUuKaTymJYLN6dSGadqp+fVojqJlVoMlbZnlTmu3S0TLwLTJpvBMO1Aw==}
+ '@asamuzakjp/css-color@5.1.5':
+ resolution: {integrity: sha512-8cMAA1bE66Mb/tfmkhcfJLjEPgyT7SSy6lW6id5XL113ai1ky76d/1L27sGnXCMsLfq66DInAU3OzuahB4lu9Q==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
'@asamuzakjp/dom-selector@6.8.1':
@@ -160,8 +160,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-define-polyfill-provider@0.6.7':
- resolution: {integrity: sha512-6Fqi8MtQ/PweQ9xvux65emkLQ83uB+qAVtfHkC9UodyHMIZdxNI01HjLCLUtybElp2KY2XNE0nOgyP1E1vXw9w==}
+ '@babel/helper-define-polyfill-provider@0.6.8':
+ resolution: {integrity: sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
@@ -223,12 +223,12 @@ packages:
resolution: {integrity: sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.28.6':
- resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
+ '@babel/helpers@7.29.2':
+ resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.29.0':
- resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
+ '@babel/parser@7.29.2':
+ resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -592,8 +592,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/preset-env@7.29.0':
- resolution: {integrity: sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==}
+ '@babel/preset-env@7.29.2':
+ resolution: {integrity: sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -603,8 +603,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
- '@babel/runtime@7.28.6':
- resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
+ '@babel/runtime@7.29.2':
+ resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==}
engines: {node: '>=6.9.0'}
'@babel/template@7.28.6':
@@ -627,8 +627,8 @@ packages:
resolution: {integrity: sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==}
engines: {node: '>=18.0.0'}
- '@cloudflare/unenv-preset@2.15.0':
- resolution: {integrity: sha512-EGYmJaGZKWl+X8tXxcnx4v2bOZSjQeNI5dWFeXivgX9+YCT69AkzHHwlNbVpqtEUTbew8eQurpyOpeN8fg00nw==}
+ '@cloudflare/unenv-preset@2.16.0':
+ resolution: {integrity: sha512-8ovsRpwzPoEqPUzoErAYVv8l3FMZNeBVQfJTvtzP4AgLSRGZISRfuChFxHWUQd3n6cnrwkuTGxT+2cGo8EsyYg==}
peerDependencies:
unenv: 2.0.0-rc.24
workerd: 1.20260301.1 || ~1.20260302.1 || ~1.20260303.1 || ~1.20260304.1 || >1.20260305.0 <2.0.0-0
@@ -636,32 +636,32 @@ packages:
workerd:
optional: true
- '@cloudflare/workerd-darwin-64@1.20260310.1':
- resolution: {integrity: sha512-hF2VpoWaMb1fiGCQJqCY6M8I+2QQqjkyY4LiDYdTL5D/w6C1l5v1zhc0/jrjdD1DXfpJtpcSMSmEPjHse4p9Ig==}
+ '@cloudflare/workerd-darwin-64@1.20260401.1':
+ resolution: {integrity: sha512-ZSmceM70jH6k+/62VkEcmMNzrpr4kSctkX5Lsgqv38KktfhPY/hsh75y1lRoPWS3H3kgMa4p2pUSlidZR1u2hw==}
engines: {node: '>=16'}
cpu: [x64]
os: [darwin]
- '@cloudflare/workerd-darwin-arm64@1.20260310.1':
- resolution: {integrity: sha512-h/Vl3XrYYPI6yFDE27XO1QPq/1G1lKIM8tzZGIWYpntK3IN5XtH3Ee/sLaegpJ49aIJoqhF2mVAZ6Yw+Vk2gJw==}
+ '@cloudflare/workerd-darwin-arm64@1.20260401.1':
+ resolution: {integrity: sha512-7UKWF+IUZ3NXMVPsDg8Cjg0r58b+uYlfvs5Yt8bvtU+geCtW4P2MxRHmRSEo8SryckXOJjb/b8tcncgCykFu8g==}
engines: {node: '>=16'}
cpu: [arm64]
os: [darwin]
- '@cloudflare/workerd-linux-64@1.20260310.1':
- resolution: {integrity: sha512-XzQ0GZ8G5P4d74bQYOIP2Su4CLdNPpYidrInaSOuSxMw+HamsHaFrjVsrV2mPy/yk2hi6SY2yMbgKFK9YjA7vw==}
+ '@cloudflare/workerd-linux-64@1.20260401.1':
+ resolution: {integrity: sha512-MDWUH/0bvL/l9aauN8zEddyYOXId1OueqrUCXXENNJ95R/lSmF6OgGVuXaYhoIhxQkNiEJ/0NOlnVYj9mJq4dw==}
engines: {node: '>=16'}
cpu: [x64]
os: [linux]
- '@cloudflare/workerd-linux-arm64@1.20260310.1':
- resolution: {integrity: sha512-sxv4CxnN4ZR0uQGTFVGa0V4KTqwdej/czpIc5tYS86G8FQQoGIBiAIs2VvU7b8EROPcandxYHDBPTb+D9HIMPw==}
+ '@cloudflare/workerd-linux-arm64@1.20260401.1':
+ resolution: {integrity: sha512-UgkzpMzVWM/bwbo3vjCTg2aoKfGcUhiEoQoDdo6RGWvbHRJyLVZ4VQCG9ZcISiztkiS2ICCoYOtPy6M/lV6Gcw==}
engines: {node: '>=16'}
cpu: [arm64]
os: [linux]
- '@cloudflare/workerd-windows-64@1.20260310.1':
- resolution: {integrity: sha512-+1ZTViWKJypLfgH/luAHCqkent0DEBjAjvO40iAhOMHRLYP/SPphLvr4Jpi6lb+sIocS8Q1QZL4uM5Etg1Wskg==}
+ '@cloudflare/workerd-windows-64@1.20260401.1':
+ resolution: {integrity: sha512-HBLzcQF5iF4Qv20tQ++pG7xs3OsCnaIbc+GAi6fmhUKZhvmzvml/jwrQzLJ+MPm0cQo41K5OO/U3T4S8tvJetQ==}
engines: {node: '>=16'}
cpu: [x64]
os: [win32]
@@ -704,15 +704,20 @@ packages:
peerDependencies:
'@csstools/css-tokenizer': ^4.0.0
- '@csstools/css-syntax-patches-for-csstree@1.1.0':
- resolution: {integrity: sha512-H4tuz2nhWgNKLt1inYpoVCfbJbMwX/lQKp3g69rrrIMIYlFD9+zTykOKhNR8uGrAmbS/kT9n6hTFkmDkxLgeTA==}
+ '@csstools/css-syntax-patches-for-csstree@1.1.2':
+ resolution: {integrity: sha512-5GkLzz4prTIpoyeUiIu3iV6CSG3Plo7xRVOFPKI7FVEJ3mZ0A8SwK0XU3Gl7xAkiQ+mDyam+NNp875/C5y+jSA==}
+ peerDependencies:
+ css-tree: ^3.2.1
+ peerDependenciesMeta:
+ css-tree:
+ optional: true
'@csstools/css-tokenizer@4.0.0':
resolution: {integrity: sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==}
engines: {node: '>=20.19.0'}
- '@emnapi/runtime@1.8.1':
- resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
+ '@emnapi/runtime@1.9.2':
+ resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==}
'@emotion/hash@0.8.0':
resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==}
@@ -723,156 +728,312 @@ packages:
cpu: [ppc64]
os: [aix]
+ '@esbuild/aix-ppc64@0.27.7':
+ resolution: {integrity: sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [aix]
+
'@esbuild/android-arm64@0.27.3':
resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [android]
+ '@esbuild/android-arm64@0.27.7':
+ resolution: {integrity: sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [android]
+
'@esbuild/android-arm@0.27.3':
resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==}
engines: {node: '>=18'}
cpu: [arm]
os: [android]
+ '@esbuild/android-arm@0.27.7':
+ resolution: {integrity: sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [android]
+
'@esbuild/android-x64@0.27.3':
resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [android]
+ '@esbuild/android-x64@0.27.7':
+ resolution: {integrity: sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [android]
+
'@esbuild/darwin-arm64@0.27.3':
resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [darwin]
+ '@esbuild/darwin-arm64@0.27.7':
+ resolution: {integrity: sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [darwin]
+
'@esbuild/darwin-x64@0.27.3':
resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==}
engines: {node: '>=18'}
cpu: [x64]
os: [darwin]
+ '@esbuild/darwin-x64@0.27.7':
+ resolution: {integrity: sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [darwin]
+
'@esbuild/freebsd-arm64@0.27.3':
resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==}
engines: {node: '>=18'}
cpu: [arm64]
os: [freebsd]
+ '@esbuild/freebsd-arm64@0.27.7':
+ resolution: {integrity: sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [freebsd]
+
'@esbuild/freebsd-x64@0.27.3':
resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==}
engines: {node: '>=18'}
cpu: [x64]
os: [freebsd]
+ '@esbuild/freebsd-x64@0.27.7':
+ resolution: {integrity: sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [freebsd]
+
'@esbuild/linux-arm64@0.27.3':
resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [linux]
+ '@esbuild/linux-arm64@0.27.7':
+ resolution: {integrity: sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [linux]
+
'@esbuild/linux-arm@0.27.3':
resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==}
engines: {node: '>=18'}
cpu: [arm]
os: [linux]
+ '@esbuild/linux-arm@0.27.7':
+ resolution: {integrity: sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [linux]
+
'@esbuild/linux-ia32@0.27.3':
resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==}
engines: {node: '>=18'}
cpu: [ia32]
os: [linux]
+ '@esbuild/linux-ia32@0.27.7':
+ resolution: {integrity: sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [linux]
+
'@esbuild/linux-loong64@0.27.3':
resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==}
engines: {node: '>=18'}
cpu: [loong64]
os: [linux]
+ '@esbuild/linux-loong64@0.27.7':
+ resolution: {integrity: sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==}
+ engines: {node: '>=18'}
+ cpu: [loong64]
+ os: [linux]
+
'@esbuild/linux-mips64el@0.27.3':
resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==}
engines: {node: '>=18'}
cpu: [mips64el]
os: [linux]
+ '@esbuild/linux-mips64el@0.27.7':
+ resolution: {integrity: sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==}
+ engines: {node: '>=18'}
+ cpu: [mips64el]
+ os: [linux]
+
'@esbuild/linux-ppc64@0.27.3':
resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [linux]
+ '@esbuild/linux-ppc64@0.27.7':
+ resolution: {integrity: sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [linux]
+
'@esbuild/linux-riscv64@0.27.3':
resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==}
engines: {node: '>=18'}
cpu: [riscv64]
os: [linux]
+ '@esbuild/linux-riscv64@0.27.7':
+ resolution: {integrity: sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==}
+ engines: {node: '>=18'}
+ cpu: [riscv64]
+ os: [linux]
+
'@esbuild/linux-s390x@0.27.3':
resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==}
engines: {node: '>=18'}
cpu: [s390x]
os: [linux]
+ '@esbuild/linux-s390x@0.27.7':
+ resolution: {integrity: sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==}
+ engines: {node: '>=18'}
+ cpu: [s390x]
+ os: [linux]
+
'@esbuild/linux-x64@0.27.3':
resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==}
engines: {node: '>=18'}
cpu: [x64]
os: [linux]
+ '@esbuild/linux-x64@0.27.7':
+ resolution: {integrity: sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [linux]
+
'@esbuild/netbsd-arm64@0.27.3':
resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==}
engines: {node: '>=18'}
cpu: [arm64]
os: [netbsd]
+ '@esbuild/netbsd-arm64@0.27.7':
+ resolution: {integrity: sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [netbsd]
+
'@esbuild/netbsd-x64@0.27.3':
resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==}
engines: {node: '>=18'}
cpu: [x64]
os: [netbsd]
+ '@esbuild/netbsd-x64@0.27.7':
+ resolution: {integrity: sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [netbsd]
+
'@esbuild/openbsd-arm64@0.27.3':
resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==}
engines: {node: '>=18'}
cpu: [arm64]
os: [openbsd]
+ '@esbuild/openbsd-arm64@0.27.7':
+ resolution: {integrity: sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openbsd]
+
'@esbuild/openbsd-x64@0.27.3':
resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [openbsd]
+ '@esbuild/openbsd-x64@0.27.7':
+ resolution: {integrity: sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [openbsd]
+
'@esbuild/openharmony-arm64@0.27.3':
resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==}
engines: {node: '>=18'}
cpu: [arm64]
os: [openharmony]
+ '@esbuild/openharmony-arm64@0.27.7':
+ resolution: {integrity: sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openharmony]
+
'@esbuild/sunos-x64@0.27.3':
resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==}
engines: {node: '>=18'}
cpu: [x64]
os: [sunos]
+ '@esbuild/sunos-x64@0.27.7':
+ resolution: {integrity: sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [sunos]
+
'@esbuild/win32-arm64@0.27.3':
resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==}
engines: {node: '>=18'}
cpu: [arm64]
os: [win32]
+ '@esbuild/win32-arm64@0.27.7':
+ resolution: {integrity: sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [win32]
+
'@esbuild/win32-ia32@0.27.3':
resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==}
engines: {node: '>=18'}
cpu: [ia32]
os: [win32]
+ '@esbuild/win32-ia32@0.27.7':
+ resolution: {integrity: sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [win32]
+
'@esbuild/win32-x64@0.27.3':
resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==}
engines: {node: '>=18'}
cpu: [x64]
os: [win32]
+ '@esbuild/win32-x64@0.27.7':
+ resolution: {integrity: sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [win32]
+
'@exodus/bytes@1.15.0':
resolution: {integrity: sha512-UY0nlA+feH81UGSHv92sLEPLCeZFjXOuHhrIo0HQydScuQc8s0A7kL/UdgwgDq8g8ilksmuoF35YVTNphV2aBQ==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
@@ -1137,128 +1298,128 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.59.0':
- resolution: {integrity: sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==}
+ '@rollup/rollup-android-arm-eabi@4.60.1':
+ resolution: {integrity: sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.59.0':
- resolution: {integrity: sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==}
+ '@rollup/rollup-android-arm64@4.60.1':
+ resolution: {integrity: sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.59.0':
- resolution: {integrity: sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==}
+ '@rollup/rollup-darwin-arm64@4.60.1':
+ resolution: {integrity: sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.59.0':
- resolution: {integrity: sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==}
+ '@rollup/rollup-darwin-x64@4.60.1':
+ resolution: {integrity: sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-freebsd-arm64@4.59.0':
- resolution: {integrity: sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==}
+ '@rollup/rollup-freebsd-arm64@4.60.1':
+ resolution: {integrity: sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==}
cpu: [arm64]
os: [freebsd]
- '@rollup/rollup-freebsd-x64@4.59.0':
- resolution: {integrity: sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==}
+ '@rollup/rollup-freebsd-x64@4.60.1':
+ resolution: {integrity: sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==}
cpu: [x64]
os: [freebsd]
- '@rollup/rollup-linux-arm-gnueabihf@4.59.0':
- resolution: {integrity: sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.60.1':
+ resolution: {integrity: sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.59.0':
- resolution: {integrity: sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==}
+ '@rollup/rollup-linux-arm-musleabihf@4.60.1':
+ resolution: {integrity: sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.59.0':
- resolution: {integrity: sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==}
+ '@rollup/rollup-linux-arm64-gnu@4.60.1':
+ resolution: {integrity: sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.59.0':
- resolution: {integrity: sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==}
+ '@rollup/rollup-linux-arm64-musl@4.60.1':
+ resolution: {integrity: sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-loong64-gnu@4.59.0':
- resolution: {integrity: sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==}
+ '@rollup/rollup-linux-loong64-gnu@4.60.1':
+ resolution: {integrity: sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==}
cpu: [loong64]
os: [linux]
- '@rollup/rollup-linux-loong64-musl@4.59.0':
- resolution: {integrity: sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==}
+ '@rollup/rollup-linux-loong64-musl@4.60.1':
+ resolution: {integrity: sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==}
cpu: [loong64]
os: [linux]
- '@rollup/rollup-linux-ppc64-gnu@4.59.0':
- resolution: {integrity: sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==}
+ '@rollup/rollup-linux-ppc64-gnu@4.60.1':
+ resolution: {integrity: sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-ppc64-musl@4.59.0':
- resolution: {integrity: sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==}
+ '@rollup/rollup-linux-ppc64-musl@4.60.1':
+ resolution: {integrity: sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.59.0':
- resolution: {integrity: sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.60.1':
+ resolution: {integrity: sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-riscv64-musl@4.59.0':
- resolution: {integrity: sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==}
+ '@rollup/rollup-linux-riscv64-musl@4.60.1':
+ resolution: {integrity: sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.59.0':
- resolution: {integrity: sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==}
+ '@rollup/rollup-linux-s390x-gnu@4.60.1':
+ resolution: {integrity: sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.59.0':
- resolution: {integrity: sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==}
+ '@rollup/rollup-linux-x64-gnu@4.60.1':
+ resolution: {integrity: sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.59.0':
- resolution: {integrity: sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==}
+ '@rollup/rollup-linux-x64-musl@4.60.1':
+ resolution: {integrity: sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-openbsd-x64@4.59.0':
- resolution: {integrity: sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==}
+ '@rollup/rollup-openbsd-x64@4.60.1':
+ resolution: {integrity: sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==}
cpu: [x64]
os: [openbsd]
- '@rollup/rollup-openharmony-arm64@4.59.0':
- resolution: {integrity: sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==}
+ '@rollup/rollup-openharmony-arm64@4.60.1':
+ resolution: {integrity: sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==}
cpu: [arm64]
os: [openharmony]
- '@rollup/rollup-win32-arm64-msvc@4.59.0':
- resolution: {integrity: sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==}
+ '@rollup/rollup-win32-arm64-msvc@4.60.1':
+ resolution: {integrity: sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.59.0':
- resolution: {integrity: sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==}
+ '@rollup/rollup-win32-ia32-msvc@4.60.1':
+ resolution: {integrity: sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-gnu@4.59.0':
- resolution: {integrity: sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==}
+ '@rollup/rollup-win32-x64-gnu@4.60.1':
+ resolution: {integrity: sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==}
cpu: [x64]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.59.0':
- resolution: {integrity: sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==}
+ '@rollup/rollup-win32-x64-msvc@4.60.1':
+ resolution: {integrity: sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==}
cpu: [x64]
os: [win32]
@@ -1269,74 +1430,86 @@ packages:
resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==}
engines: {node: '>=18'}
- '@speed-highlight/core@1.2.14':
- resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==}
+ '@speed-highlight/core@1.2.15':
+ resolution: {integrity: sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==}
'@surma/rollup-plugin-off-main-thread@2.2.3':
resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==}
- '@swc/core-darwin-arm64@1.15.18':
- resolution: {integrity: sha512-+mIv7uBuSaywN3C9LNuWaX1jJJ3SKfiJuE6Lr3bd+/1Iv8oMU7oLBjYMluX1UrEPzwN2qCdY6Io0yVicABoCwQ==}
+ '@swc/core-darwin-arm64@1.15.24':
+ resolution: {integrity: sha512-uM5ZGfFXjtvtJ+fe448PVBEbn/CSxS3UAyLj3O9xOqKIWy3S6hPTXSPbszxkSsGDYKi+YFhzAsR4r/eXLxEQ0g==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
- '@swc/core-darwin-x64@1.15.18':
- resolution: {integrity: sha512-wZle0eaQhnzxWX5V/2kEOI6Z9vl/lTFEC6V4EWcn+5pDjhemCpQv9e/TDJ0GIoiClX8EDWRvuZwh+Z3dhL1NAg==}
+ '@swc/core-darwin-x64@1.15.24':
+ resolution: {integrity: sha512-fMIb/Zfn929pw25VMBhV7Ji2Dl+lCWtUPNdYJQYOke+00E5fcQ9ynxtP8+qhUo/HZc+mYQb1gJxwHM9vty+lXg==}
engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
- '@swc/core-linux-arm-gnueabihf@1.15.18':
- resolution: {integrity: sha512-ao61HGXVqrJFHAcPtF4/DegmwEkVCo4HApnotLU8ognfmU8x589z7+tcf3hU+qBiU1WOXV5fQX6W9Nzs6hjxDw==}
+ '@swc/core-linux-arm-gnueabihf@1.15.24':
+ resolution: {integrity: sha512-vOkjsyjjxnoYx3hMEWcGxQrMgnNrRm6WAegBXrN8foHtDAR+zpdhpGF5a4lj1bNPgXAvmysjui8cM1ov/Clkaw==}
engines: {node: '>=10'}
cpu: [arm]
os: [linux]
- '@swc/core-linux-arm64-gnu@1.15.18':
- resolution: {integrity: sha512-3xnctOBLIq3kj8PxOCgPrGjBLP/kNOddr6f5gukYt/1IZxsITQaU9TDyjeX6jG+FiCIHjCuWuffsyQDL5Ew1bg==}
+ '@swc/core-linux-arm64-gnu@1.15.24':
+ resolution: {integrity: sha512-h/oNu+upkXJ6Cicnq7YGVj9PkdfarLCdQa8l/FlHYvfv8CEiMaeeTnpLU7gSBH/rGxosM6Qkfa/J9mThGF9CLA==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
- '@swc/core-linux-arm64-musl@1.15.18':
- resolution: {integrity: sha512-0a+Lix+FSSHBSBOA0XznCcHo5/1nA6oLLjcnocvzXeqtdjnPb+SvchItHI+lfeiuj1sClYPDvPMLSLyXFaiIKw==}
+ '@swc/core-linux-arm64-musl@1.15.24':
+ resolution: {integrity: sha512-ZpF/pRe1guk6sKzQI9D1jAORtjTdNlyeXn9GDz8ophof/w2WhojRblvSDJaGe7rJjcPN8AaOkhwdRUh7q8oYIg==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
- '@swc/core-linux-x64-gnu@1.15.18':
- resolution: {integrity: sha512-wG9J8vReUlpaHz4KOD/5UE1AUgirimU4UFT9oZmupUDEofxJKYb1mTA/DrMj0s78bkBiNI+7Fo2EgPuvOJfuAA==}
+ '@swc/core-linux-ppc64-gnu@1.15.24':
+ resolution: {integrity: sha512-QZEsZfisHTSJlmyChgDFNmKPb3W6Lhbfo/O76HhIngfEdnQNmukS38/VSe1feho+xkV5A5hETyCbx3sALBZKAQ==}
+ engines: {node: '>=10'}
+ cpu: [ppc64]
+ os: [linux]
+
+ '@swc/core-linux-s390x-gnu@1.15.24':
+ resolution: {integrity: sha512-DLdJKVsJgglqQrJBuoUYNmzm3leI7kUZhLbZGHv42onfKsGf6JDS3+bzCUQfte/XOqDjh/tmmn1DR/CF/tCJFw==}
+ engines: {node: '>=10'}
+ cpu: [s390x]
+ os: [linux]
+
+ '@swc/core-linux-x64-gnu@1.15.24':
+ resolution: {integrity: sha512-IpLYfposPA/XLxYOKpRfeccl1p5dDa3+okZDHHTchBkXEaVCnq5MADPmIWwIYj1tudt7hORsEHccG5no6IUQRw==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
- '@swc/core-linux-x64-musl@1.15.18':
- resolution: {integrity: sha512-4nwbVvCphKzicwNWRmvD5iBaZj8JYsRGa4xOxJmOyHlMDpsvvJ2OR2cODlvWyGFH6BYL1MfIAK3qph3hp0Az6g==}
+ '@swc/core-linux-x64-musl@1.15.24':
+ resolution: {integrity: sha512-JHy3fMSc0t/EPWgo74+OK5TGr51aElnzqfUPaiRf2qJ/BfX5CUCfMiWVBuhI7qmVMBnk1jTRnL/xZnOSHDPLYg==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
- '@swc/core-win32-arm64-msvc@1.15.18':
- resolution: {integrity: sha512-zk0RYO+LjiBCat2RTMHzAWaMky0cra9loH4oRrLKLLNuL+jarxKLFDA8xTZWEkCPLjUTwlRN7d28eDLLMgtUcQ==}
+ '@swc/core-win32-arm64-msvc@1.15.24':
+ resolution: {integrity: sha512-Txj+qUH1z2bUd1P3JvwByfjKFti3cptlAxhWgmunBUUxy/IW3CXLZ6l6Gk4liANadKkU71nIU1X30Z5vpMT3BA==}
engines: {node: '>=10'}
cpu: [arm64]
os: [win32]
- '@swc/core-win32-ia32-msvc@1.15.18':
- resolution: {integrity: sha512-yVuTrZ0RccD5+PEkpcLOBAuPbYBXS6rslENvIXfvJGXSdX5QGi1ehC4BjAMl5FkKLiam4kJECUI0l7Hq7T1vwg==}
+ '@swc/core-win32-ia32-msvc@1.15.24':
+ resolution: {integrity: sha512-15D/nl3XwrhFpMv+MADFOiVwv3FvH9j8c6Rf8EXBT3Q5LoMh8YnDnSgPYqw1JzPnksvsBX6QPXLiPqmcR/Z4qQ==}
engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
- '@swc/core-win32-x64-msvc@1.15.18':
- resolution: {integrity: sha512-7NRmE4hmUQNCbYU3Hn9Tz57mK9Qq4c97ZS+YlamlK6qG9Fb5g/BB3gPDe0iLlJkns/sYv2VWSkm8c3NmbEGjbg==}
+ '@swc/core-win32-x64-msvc@1.15.24':
+ resolution: {integrity: sha512-PR0PlTlPra2JbaDphrOAzm6s0v9rA0F17YzB+XbWD95B4g2cWcZY9LAeTa4xll70VLw9Jr7xBrlohqlQmelMFQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
- '@swc/core@1.15.18':
- resolution: {integrity: sha512-z87aF9GphWp//fnkRsqvtY+inMVPgYW3zSlXH1kJFvRT5H/wiAn+G32qW5l3oEk63KSF1x3Ov0BfHCObAmT8RA==}
+ '@swc/core@1.15.24':
+ resolution: {integrity: sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ==}
engines: {node: '>=10'}
peerDependencies:
'@swc/helpers': '>=0.5.17'
@@ -1347,11 +1520,11 @@ packages:
'@swc/counter@0.1.3':
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
- '@swc/types@0.1.25':
- resolution: {integrity: sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==}
+ '@swc/types@0.1.26':
+ resolution: {integrity: sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==}
- '@swc/wasm@1.15.18':
- resolution: {integrity: sha512-zeSORFArxqUwfVMTRHu8AN9k9LlfSn0CKDSzLhJDITpgLoS0xpnocxsgMjQjUcVYDgO47r9zLP49HEjH/iGsFg==}
+ '@swc/wasm@1.15.24':
+ resolution: {integrity: sha512-vFjzOE8dhJcfeTbM4+HO9Qy58IINV0ysqStAgw81uds+KqCeUDM9huN+SZ5lWZ6U+5nf8VcZoEw5N81xMtAidg==}
'@transloadit/prettier-bytes@0.0.7':
resolution: {integrity: sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==}
@@ -1414,11 +1587,11 @@ packages:
'@vicons/material@0.13.0':
resolution: {integrity: sha512-lKVxFNprM+CaBkUH3gt6VjIeiMsKQl2zARQMwTCZruQl2vRHzyeZiKeCflWS99CEfv2JzX/6y697smxlzyxcVw==}
- '@vitejs/plugin-vue@6.0.4':
- resolution: {integrity: sha512-uM5iXipgYIn13UUQCZNdWkYk+sysBeA97d5mHsAoAt1u/wpN3+zxOmsVJWosuzX+IMGRzeYUNytztrYznboIkQ==}
+ '@vitejs/plugin-vue@6.0.5':
+ resolution: {integrity: sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==}
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
- vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
vue: ^3.2.25
'@vitest/expect@3.2.4':
@@ -1450,37 +1623,37 @@ packages:
'@vitest/utils@3.2.4':
resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==}
- '@vue/compiler-core@3.5.30':
- resolution: {integrity: sha512-s3DfdZkcu/qExZ+td75015ljzHc6vE+30cFMGRPROYjqkroYI5NV2X1yAMX9UeyBNWB9MxCfPcsjpLS11nzkkw==}
+ '@vue/compiler-core@3.5.32':
+ resolution: {integrity: sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==}
- '@vue/compiler-dom@3.5.30':
- resolution: {integrity: sha512-eCFYESUEVYHhiMuK4SQTldO3RYxyMR/UQL4KdGD1Yrkfdx4m/HYuZ9jSfPdA+nWJY34VWndiYdW/wZXyiPEB9g==}
+ '@vue/compiler-dom@3.5.32':
+ resolution: {integrity: sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==}
- '@vue/compiler-sfc@3.5.30':
- resolution: {integrity: sha512-LqmFPDn89dtU9vI3wHJnwaV6GfTRD87AjWpTWpyrdVOObVtjIuSeZr181z5C4PmVx/V3j2p+0f7edFKGRMpQ5A==}
+ '@vue/compiler-sfc@3.5.32':
+ resolution: {integrity: sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==}
- '@vue/compiler-ssr@3.5.30':
- resolution: {integrity: sha512-NsYK6OMTnx109PSL2IAyf62JP6EUdk4Dmj6AkWcJGBvN0dQoMYtVekAmdqgTtWQgEJo+Okstbf/1p7qZr5H+bA==}
+ '@vue/compiler-ssr@3.5.32':
+ resolution: {integrity: sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==}
'@vue/devtools-api@6.6.4':
resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
- '@vue/reactivity@3.5.30':
- resolution: {integrity: sha512-179YNgKATuwj9gB+66snskRDOitDiuOZqkYia7mHKJaidOMo/WJxHKF8DuGc4V4XbYTJANlfEKb0yxTQotnx4Q==}
+ '@vue/reactivity@3.5.32':
+ resolution: {integrity: sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==}
- '@vue/runtime-core@3.5.30':
- resolution: {integrity: sha512-e0Z+8PQsUTdwV8TtEsLzUM7SzC7lQwYKePydb7K2ZnmS6jjND+WJXkmmfh/swYzRyfP1EY3fpdesyYoymCzYfg==}
+ '@vue/runtime-core@3.5.32':
+ resolution: {integrity: sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==}
- '@vue/runtime-dom@3.5.30':
- resolution: {integrity: sha512-2UIGakjU4WSQ0T4iwDEW0W7vQj6n7AFn7taqZ9Cvm0Q/RA2FFOziLESrDL4GmtI1wV3jXg5nMoJSYO66egDUBw==}
+ '@vue/runtime-dom@3.5.32':
+ resolution: {integrity: sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==}
- '@vue/server-renderer@3.5.30':
- resolution: {integrity: sha512-v+R34icapydRwbZRD0sXwtHqrQJv38JuMB4JxbOxd8NEpGLny7cncMp53W9UH/zo4j8eDHjQ1dEJXwzFQknjtQ==}
+ '@vue/server-renderer@3.5.32':
+ resolution: {integrity: sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==}
peerDependencies:
- vue: 3.5.30
+ vue: 3.5.32
- '@vue/shared@3.5.30':
- resolution: {integrity: sha512-YXgQ7JjaO18NeK2K9VTbDHaFy62WrObMa6XERNfNOkAhD1F1oDSf3ZJ7K6GqabZ0BvSDHajp8qfS5Sa2I9n8uQ==}
+ '@vue/shared@3.5.32':
+ resolution: {integrity: sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==}
'@vueuse/core@14.2.1':
resolution: {integrity: sha512-3vwDzV+GDUNpdegRY6kzpLm4Igptq+GA0QkJ3W61Iv27YWwW/ufSlOfgQIpN6FZRMG0mkaz4gglJRtq5SeJyIQ==}
@@ -1627,21 +1800,21 @@ packages:
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
engines: {node: '>= 0.4'}
- axios@1.13.6:
- resolution: {integrity: sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==}
+ axios@1.14.0:
+ resolution: {integrity: sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==}
- babel-plugin-polyfill-corejs2@0.4.16:
- resolution: {integrity: sha512-xaVwwSfebXf0ooE11BJovZYKhFjIvQo7TsyVpETuIeH2JHv0k/T6Y5j22pPTvqYqmpkxdlPAJlyJ0tfOJAoMxw==}
+ babel-plugin-polyfill-corejs2@0.4.17:
+ resolution: {integrity: sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- babel-plugin-polyfill-corejs3@0.14.1:
- resolution: {integrity: sha512-ENp89vM9Pw4kv/koBb5N2f9bDZsR0hpf3BdPMOg/pkS3pwO4dzNnQZVXtBbeyAadgm865DmQG2jMMLqmZXvuCw==}
+ babel-plugin-polyfill-corejs3@0.14.2:
+ resolution: {integrity: sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- babel-plugin-polyfill-regenerator@0.6.7:
- resolution: {integrity: sha512-OTYbUlSwXhNgr4g6efMZgsO8//jA61P7ZbRX3iTT53VON8l+WQS8IAUEVo4a4cWknrg2W8Cj4gQhRYNCJ8GkAA==}
+ babel-plugin-polyfill-regenerator@0.6.8:
+ resolution: {integrity: sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
@@ -1652,8 +1825,8 @@ packages:
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
engines: {node: 18 || 20 || >=22}
- baseline-browser-mapping@2.10.0:
- resolution: {integrity: sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==}
+ baseline-browser-mapping@2.10.14:
+ resolution: {integrity: sha512-fOVLPAsFTsQfuCkvahZkzq6nf8KvGWanlYoTh0SVA0A/PIUxQGU2AOZAoD95n2gFLVDW/jP6sbGLny95nmEuHA==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -1663,15 +1836,15 @@ packages:
blake3-wasm@2.1.5:
resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==}
- brace-expansion@2.0.2:
- resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
+ brace-expansion@2.0.3:
+ resolution: {integrity: sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==}
- brace-expansion@5.0.4:
- resolution: {integrity: sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==}
+ brace-expansion@5.0.5:
+ resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==}
engines: {node: 18 || 20 || >=22}
- browserslist@4.28.1:
- resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
+ browserslist@4.28.2:
+ resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
@@ -1694,8 +1867,8 @@ packages:
resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
engines: {node: '>= 0.4'}
- caniuse-lite@1.0.30001777:
- resolution: {integrity: sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==}
+ caniuse-lite@1.0.30001785:
+ resolution: {integrity: sha512-blhOL/WNR+Km1RI/LCVAvA73xplXA7ZbjzI4YkMK9pa6T/P3F2GxjNpEkyw5repTw9IvkyrjyHpwjnhZ5FOvYQ==}
chai@5.3.3:
resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==}
@@ -1739,8 +1912,8 @@ packages:
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
engines: {node: '>=18'}
- core-js-compat@3.48.0:
- resolution: {integrity: sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==}
+ core-js-compat@3.49.0:
+ resolution: {integrity: sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==}
core-util-is@1.0.3:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
@@ -1852,8 +2025,8 @@ packages:
engines: {node: '>=0.10.0'}
hasBin: true
- electron-to-chromium@1.5.307:
- resolution: {integrity: sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==}
+ electron-to-chromium@1.5.331:
+ resolution: {integrity: sha512-IbxXrsTlD3hRodkLnbxAPP4OuJYdWCeM3IOdT+CpcMoIwIoDfCmRpEtSPfwBXxVkg9xmBeY7Lz2Eo2TDn/HC3Q==}
entities@6.0.1:
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
@@ -1909,6 +2082,11 @@ packages:
engines: {node: '>=18'}
hasBin: true
+ esbuild@0.27.7:
+ resolution: {integrity: sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==}
+ engines: {node: '>=18'}
+ hasBin: true
+
escalade@3.2.0:
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
engines: {node: '>=6'}
@@ -2081,8 +2259,8 @@ packages:
resolution: {integrity: sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==}
engines: {node: '>=12.0.0'}
- hookable@6.0.1:
- resolution: {integrity: sha512-uKGyY8BuzN/a5gvzvA+3FVWo0+wUjgtfSdnmjtrOVwQCZPHpHDH2WRO3VZSOeluYrHoDCiXFffZXs8Dj1ULWtw==}
+ hookable@6.1.0:
+ resolution: {integrity: sha512-ZoKZSJgu8voGK2geJS+6YtYjvIzu9AOM/KZXsBxr83uhLL++e9pEv/dlgwgy3dvHg06kTz6JOh1hk3C8Ceiymw==}
html-encoding-sniffer@6.0.0:
resolution: {integrity: sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==}
@@ -2275,9 +2453,6 @@ packages:
json-schema-traverse@1.0.0:
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
- json-schema@0.4.0:
- resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==}
-
json5@2.2.3:
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
engines: {node: '>=6'}
@@ -2308,8 +2483,8 @@ packages:
resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==}
engines: {node: '>=14'}
- lodash-es@4.17.23:
- resolution: {integrity: sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==}
+ lodash-es@4.18.1:
+ resolution: {integrity: sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==}
lodash.camelcase@4.3.0:
resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
@@ -2336,14 +2511,14 @@ packages:
lodash.toarray@4.4.0:
resolution: {integrity: sha512-QyffEA3i5dma5q2490+SgCvDN0pXLmRGSyAANuVi0HQ01Pkfr9fuoKQW8wm1wGBnJITs/mS7wQvS6VshUEBFCw==}
- lodash@4.17.23:
- resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==}
+ lodash@4.18.1:
+ resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==}
loupe@3.2.1:
resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
- lru-cache@11.2.6:
- resolution: {integrity: sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==}
+ lru-cache@11.2.7:
+ resolution: {integrity: sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==}
engines: {node: 20 || >=22}
lru-cache@5.1.1:
@@ -2376,13 +2551,13 @@ packages:
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
engines: {node: '>= 0.6'}
- miniflare@4.20260310.0:
- resolution: {integrity: sha512-uC5vNPenFpDSj5aUU3wGSABG6UUqMr+Xs1m4AkCrTHo37F4Z6xcQw5BXqViTfPDVT/zcYH1UgTVoXhr1l6ZMXw==}
+ miniflare@4.20260401.0:
+ resolution: {integrity: sha512-lngHPzZFN9sxYG/mhzvnWiBMNVAN5MsO/7g32ttJ07rymtiK/ZBalODTKb8Od+BQdlU5DOR4CjVt9NydjnUyYg==}
engines: {node: '>=18.0.0'}
hasBin: true
- minimatch@10.2.4:
- resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==}
+ minimatch@10.2.5:
+ resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
engines: {node: 18 || 20 || >=22}
minimatch@5.1.9:
@@ -2393,8 +2568,8 @@ packages:
resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==}
engines: {node: '>=16 || 14 >=14.17'}
- mlly@1.8.1:
- resolution: {integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==}
+ mlly@1.8.2:
+ resolution: {integrity: sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==}
ms@2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
@@ -2416,8 +2591,8 @@ packages:
next-tick@1.1.0:
resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
- node-releases@2.0.36:
- resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==}
+ node-releases@2.0.37:
+ resolution: {integrity: sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==}
object-inspect@1.13.4:
resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
@@ -2468,12 +2643,12 @@ packages:
picocolors@1.1.1:
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
- picomatch@2.3.1:
- resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
+ picomatch@2.3.2:
+ resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==}
engines: {node: '>=8.6'}
- picomatch@4.0.3:
- resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
+ picomatch@4.0.4:
+ resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
engines: {node: '>=12'}
pkg-types@1.3.1:
@@ -2486,15 +2661,15 @@ packages:
resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==}
engines: {node: '>= 0.4'}
- postal-mime@2.7.3:
- resolution: {integrity: sha512-MjhXadAJaWgYzevi46+3kLak8y6gbg0ku14O1gO/LNOuay8dO+1PtcSGvAdgDR0DoIsSaiIA8y/Ddw6MnrO0Tw==}
+ postal-mime@2.7.4:
+ resolution: {integrity: sha512-0WdnFQYUrPGGTFu1uOqD2s7omwua8xaeYGdO6rb88oD5yJ/4pPHDA4sdWqfD8wQVfCny563n/HQS7zTFft+f/g==}
postcss@8.5.8:
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
engines: {node: ^10 || ^12 || >=14}
- preact@10.29.0:
- resolution: {integrity: sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==}
+ preact@10.29.1:
+ resolution: {integrity: sha512-gQCLc/vWroE8lIpleXtdJhTFDogTdZG9AjMUpVkDf2iTCNwYNWA+u16dL41TqUDJO4gm2IgrcMv3uTpjd4Pwmg==}
pretty-bytes@5.6.0:
resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==}
@@ -2511,8 +2686,9 @@ packages:
process-nextick-args@2.0.1:
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
- proxy-from-env@1.1.0:
- resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
+ proxy-from-env@2.1.0:
+ resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==}
+ engines: {node: '>=10'}
punycode@2.3.1:
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
@@ -2571,8 +2747,8 @@ packages:
engines: {node: '>=10.0.0'}
hasBin: true
- rollup@4.59.0:
- resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==}
+ rollup@4.60.1:
+ resolution: {integrity: sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -2770,8 +2946,8 @@ packages:
resolution: {integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==}
engines: {node: '>=10'}
- terser@5.46.0:
- resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==}
+ terser@5.46.1:
+ resolution: {integrity: sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==}
engines: {node: '>=10'}
hasBin: true
@@ -2803,15 +2979,15 @@ packages:
resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==}
engines: {node: '>=14.0.0'}
- tldts-core@7.0.25:
- resolution: {integrity: sha512-ZjCZK0rppSBu7rjHYDYsEaMOIbbT+nWF57hKkv4IUmZWBNrBWBOjIElc0mKRgLM8bm7x/BBlof6t2gi/Oq/Asw==}
+ tldts-core@7.0.27:
+ resolution: {integrity: sha512-YQ7uPjgWUibIK6DW5lrKujGwUKhLevU4hcGbP5O6TcIUb+oTjJYJVWPS4nZsIHrEEEG6myk/oqAJUEQmpZrHsg==}
- tldts@7.0.25:
- resolution: {integrity: sha512-keinCnPbwXEUG3ilrWQZU+CqcTTzHq9m2HhoUP2l7Xmi8l1LuijAXLpAJ5zRW+ifKTNscs4NdCkfkDCBYm352w==}
+ tldts@7.0.27:
+ resolution: {integrity: sha512-I4FZcVFcqCRuT0ph6dCDpPuO4Xgzvh+spkcTr1gK7peIvxWauoloVO0vuy1FQnijT63ss6AsHB6+OIM4aXHbPg==}
hasBin: true
- tough-cookie@6.0.0:
- resolution: {integrity: sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==}
+ tough-cookie@6.0.1:
+ resolution: {integrity: sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==}
engines: {node: '>=16'}
tr46@1.0.1:
@@ -2862,12 +3038,12 @@ packages:
resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==}
engines: {node: '>= 0.4'}
- undici@7.18.2:
- resolution: {integrity: sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==}
+ undici@7.24.4:
+ resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==}
engines: {node: '>=20.18.1'}
- undici@7.22.0:
- resolution: {integrity: sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==}
+ undici@7.24.7:
+ resolution: {integrity: sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==}
engines: {node: '>=20.18.1'}
unenv@2.0.0-rc.24:
@@ -2981,10 +3157,10 @@ packages:
peerDependencies:
vite: '>=2.8'
- vite-plugin-wasm@3.5.0:
- resolution: {integrity: sha512-X5VWgCnqiQEGb+omhlBVsvTfxikKtoOgAzQ95+BZ8gQ+VfMHIjSHr0wyvXFQCa0eKQ0fKyaL0kWcEnYqBac4lQ==}
+ vite-plugin-wasm@3.6.0:
+ resolution: {integrity: sha512-mL/QPziiIA4RAA6DkaZZzOstdwbW5jO4Vz7Zenj0wieKWBlNvIvX5L5ljum9lcUX0ShNfBgCNLKTjNkRVVqcsw==}
peerDependencies:
- vite: ^2 || ^3 || ^4 || ^5 || ^6 || ^7
+ vite: ^2 || ^3 || ^4 || ^5 || ^6 || ^7 || ^8
vite@7.3.1:
resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
@@ -3073,8 +3249,8 @@ packages:
peerDependencies:
vue: ^3.5.0
- vue@3.5.30:
- resolution: {integrity: sha512-hTHLc6VNZyzzEH/l7PFGjpcTvUgiaPK5mdLkbjrTeWSRcEfxFrv56g/XckIYlE9ckuobsdwqd5mk2g1sBkMewg==}
+ vue@3.5.32:
+ resolution: {integrity: sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -3189,17 +3365,17 @@ packages:
workbox-window@7.4.0:
resolution: {integrity: sha512-/bIYdBLAVsNR3v7gYGaV4pQW3M3kEPx5E8vDxGvxo6khTrGtSSCS7QiFKv9ogzBgZiy0OXLP9zO28U/1nF1mfw==}
- workerd@1.20260310.1:
- resolution: {integrity: sha512-yawXhypXXHtArikJj15HOMknNGikpBbSg2ZDe6lddUbqZnJXuCVSkgc/0ArUeVMG1jbbGvpst+REFtKwILvRTQ==}
+ workerd@1.20260401.1:
+ resolution: {integrity: sha512-mUYCd+ohaWJWF5nhDzxugWaAD/DM8Dw0ze3B7bu8JaA7S70+XQJXcvcvwE8C4qGcxSdCyqjsrFzqxKubECDwzg==}
engines: {node: '>=16'}
hasBin: true
- wrangler@4.72.0:
- resolution: {integrity: sha512-bKkb8150JGzJZJWiNB2nu/33smVfawmfYiecA6rW4XH7xS23/jqMbgpdelM34W/7a1IhR66qeQGVqTRXROtAZg==}
- engines: {node: '>=20.0.0'}
+ wrangler@4.80.0:
+ resolution: {integrity: sha512-2ZKF7uPeOZy65BGk3YfvqBCPo/xH1MrAlMmH9mVP+tCNBrTUMnwOHSj1HrZHgR8LttkAqhko0fGz+I4ax1rzyQ==}
+ engines: {node: '>=20.3.0'}
hasBin: true
peerDependencies:
- '@cloudflare/workers-types': ^4.20260310.1
+ '@cloudflare/workers-types': ^4.20260401.1
peerDependenciesMeta:
'@cloudflare/workers-types':
optional: true
@@ -3236,20 +3412,19 @@ snapshots:
'@acemir/cssom@0.9.31': {}
- '@apideck/better-ajv-errors@0.3.6(ajv@8.18.0)':
+ '@apideck/better-ajv-errors@0.3.7(ajv@8.18.0)':
dependencies:
ajv: 8.18.0
- json-schema: 0.4.0
jsonpointer: 5.0.1
leven: 3.1.0
- '@asamuzakjp/css-color@5.0.1':
+ '@asamuzakjp/css-color@5.1.5':
dependencies:
'@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
'@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
'@csstools/css-tokenizer': 4.0.0
- lru-cache: 11.2.6
+ lru-cache: 11.2.7
'@asamuzakjp/dom-selector@6.8.1':
dependencies:
@@ -3257,7 +3432,7 @@ snapshots:
bidi-js: 1.0.3
css-tree: 3.2.1
is-potential-custom-element-name: 1.0.1
- lru-cache: 11.2.6
+ lru-cache: 11.2.7
'@asamuzakjp/nwsapi@2.3.9': {}
@@ -3275,8 +3450,8 @@ snapshots:
'@babel/generator': 7.29.1
'@babel/helper-compilation-targets': 7.28.6
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
- '@babel/helpers': 7.28.6
- '@babel/parser': 7.29.0
+ '@babel/helpers': 7.29.2
+ '@babel/parser': 7.29.2
'@babel/template': 7.28.6
'@babel/traverse': 7.29.0
'@babel/types': 7.29.0
@@ -3291,7 +3466,7 @@ snapshots:
'@babel/generator@7.29.1':
dependencies:
- '@babel/parser': 7.29.0
+ '@babel/parser': 7.29.2
'@babel/types': 7.29.0
'@jridgewell/gen-mapping': 0.3.13
'@jridgewell/trace-mapping': 0.3.31
@@ -3305,7 +3480,7 @@ snapshots:
dependencies:
'@babel/compat-data': 7.29.0
'@babel/helper-validator-option': 7.27.1
- browserslist: 4.28.1
+ browserslist: 4.28.2
lru-cache: 5.1.1
semver: 6.3.1
@@ -3329,7 +3504,7 @@ snapshots:
regexpu-core: 6.4.0
semver: 6.3.1
- '@babel/helper-define-polyfill-provider@0.6.7(@babel/core@7.29.0)':
+ '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-compilation-targets': 7.28.6
@@ -3410,12 +3585,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/helpers@7.28.6':
+ '@babel/helpers@7.29.2':
dependencies:
'@babel/template': 7.28.6
'@babel/types': 7.29.0
- '@babel/parser@7.29.0':
+ '@babel/parser@7.29.2':
dependencies:
'@babel/types': 7.29.0
@@ -3807,7 +3982,7 @@ snapshots:
'@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
- '@babel/preset-env@7.29.0(@babel/core@7.29.0)':
+ '@babel/preset-env@7.29.2(@babel/core@7.29.0)':
dependencies:
'@babel/compat-data': 7.29.0
'@babel/core': 7.29.0
@@ -3875,10 +4050,10 @@ snapshots:
'@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0)
'@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.29.0)
'@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.0)
- babel-plugin-polyfill-corejs2: 0.4.16(@babel/core@7.29.0)
- babel-plugin-polyfill-corejs3: 0.14.1(@babel/core@7.29.0)
- babel-plugin-polyfill-regenerator: 0.6.7(@babel/core@7.29.0)
- core-js-compat: 3.48.0
+ babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.0)
+ babel-plugin-polyfill-corejs3: 0.14.2(@babel/core@7.29.0)
+ babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.0)
+ core-js-compat: 3.49.0
semver: 6.3.1
transitivePeerDependencies:
- supports-color
@@ -3890,12 +4065,12 @@ snapshots:
'@babel/types': 7.29.0
esutils: 2.0.3
- '@babel/runtime@7.28.6': {}
+ '@babel/runtime@7.29.2': {}
'@babel/template@7.28.6':
dependencies:
'@babel/code-frame': 7.29.0
- '@babel/parser': 7.29.0
+ '@babel/parser': 7.29.2
'@babel/types': 7.29.0
'@babel/traverse@7.29.0':
@@ -3903,7 +4078,7 @@ snapshots:
'@babel/code-frame': 7.29.0
'@babel/generator': 7.29.1
'@babel/helper-globals': 7.28.0
- '@babel/parser': 7.29.0
+ '@babel/parser': 7.29.2
'@babel/template': 7.28.6
'@babel/types': 7.29.0
debug: 4.4.3
@@ -3921,25 +4096,25 @@ snapshots:
'@cloudflare/kv-asset-handler@0.4.2': {}
- '@cloudflare/unenv-preset@2.15.0(unenv@2.0.0-rc.24)(workerd@1.20260310.1)':
+ '@cloudflare/unenv-preset@2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260401.1)':
dependencies:
unenv: 2.0.0-rc.24
optionalDependencies:
- workerd: 1.20260310.1
+ workerd: 1.20260401.1
- '@cloudflare/workerd-darwin-64@1.20260310.1':
+ '@cloudflare/workerd-darwin-64@1.20260401.1':
optional: true
- '@cloudflare/workerd-darwin-arm64@1.20260310.1':
+ '@cloudflare/workerd-darwin-arm64@1.20260401.1':
optional: true
- '@cloudflare/workerd-linux-64@1.20260310.1':
+ '@cloudflare/workerd-linux-64@1.20260401.1':
optional: true
- '@cloudflare/workerd-linux-arm64@1.20260310.1':
+ '@cloudflare/workerd-linux-arm64@1.20260401.1':
optional: true
- '@cloudflare/workerd-windows-64@1.20260310.1':
+ '@cloudflare/workerd-windows-64@1.20260401.1':
optional: true
'@cspotcode/source-map-support@0.8.1':
@@ -3950,9 +4125,9 @@ snapshots:
dependencies:
css-render: 0.15.14
- '@css-render/vue3-ssr@0.15.14(vue@3.5.30(typescript@5.4.5))':
+ '@css-render/vue3-ssr@0.15.14(vue@3.5.32(typescript@5.4.5))':
dependencies:
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
'@csstools/color-helpers@6.0.2': {}
@@ -3972,11 +4147,13 @@ snapshots:
dependencies:
'@csstools/css-tokenizer': 4.0.0
- '@csstools/css-syntax-patches-for-csstree@1.1.0': {}
+ '@csstools/css-syntax-patches-for-csstree@1.1.2(css-tree@3.2.1)':
+ optionalDependencies:
+ css-tree: 3.2.1
'@csstools/css-tokenizer@4.0.0': {}
- '@emnapi/runtime@1.8.1':
+ '@emnapi/runtime@1.9.2':
dependencies:
tslib: 2.8.1
optional: true
@@ -3986,81 +4163,159 @@ snapshots:
'@esbuild/aix-ppc64@0.27.3':
optional: true
+ '@esbuild/aix-ppc64@0.27.7':
+ optional: true
+
'@esbuild/android-arm64@0.27.3':
optional: true
+ '@esbuild/android-arm64@0.27.7':
+ optional: true
+
'@esbuild/android-arm@0.27.3':
optional: true
+ '@esbuild/android-arm@0.27.7':
+ optional: true
+
'@esbuild/android-x64@0.27.3':
optional: true
+ '@esbuild/android-x64@0.27.7':
+ optional: true
+
'@esbuild/darwin-arm64@0.27.3':
optional: true
+ '@esbuild/darwin-arm64@0.27.7':
+ optional: true
+
'@esbuild/darwin-x64@0.27.3':
optional: true
+ '@esbuild/darwin-x64@0.27.7':
+ optional: true
+
'@esbuild/freebsd-arm64@0.27.3':
optional: true
+ '@esbuild/freebsd-arm64@0.27.7':
+ optional: true
+
'@esbuild/freebsd-x64@0.27.3':
optional: true
+ '@esbuild/freebsd-x64@0.27.7':
+ optional: true
+
'@esbuild/linux-arm64@0.27.3':
optional: true
+ '@esbuild/linux-arm64@0.27.7':
+ optional: true
+
'@esbuild/linux-arm@0.27.3':
optional: true
+ '@esbuild/linux-arm@0.27.7':
+ optional: true
+
'@esbuild/linux-ia32@0.27.3':
optional: true
+ '@esbuild/linux-ia32@0.27.7':
+ optional: true
+
'@esbuild/linux-loong64@0.27.3':
optional: true
+ '@esbuild/linux-loong64@0.27.7':
+ optional: true
+
'@esbuild/linux-mips64el@0.27.3':
optional: true
+ '@esbuild/linux-mips64el@0.27.7':
+ optional: true
+
'@esbuild/linux-ppc64@0.27.3':
optional: true
+ '@esbuild/linux-ppc64@0.27.7':
+ optional: true
+
'@esbuild/linux-riscv64@0.27.3':
optional: true
+ '@esbuild/linux-riscv64@0.27.7':
+ optional: true
+
'@esbuild/linux-s390x@0.27.3':
optional: true
+ '@esbuild/linux-s390x@0.27.7':
+ optional: true
+
'@esbuild/linux-x64@0.27.3':
optional: true
+ '@esbuild/linux-x64@0.27.7':
+ optional: true
+
'@esbuild/netbsd-arm64@0.27.3':
optional: true
+ '@esbuild/netbsd-arm64@0.27.7':
+ optional: true
+
'@esbuild/netbsd-x64@0.27.3':
optional: true
+ '@esbuild/netbsd-x64@0.27.7':
+ optional: true
+
'@esbuild/openbsd-arm64@0.27.3':
optional: true
+ '@esbuild/openbsd-arm64@0.27.7':
+ optional: true
+
'@esbuild/openbsd-x64@0.27.3':
optional: true
+ '@esbuild/openbsd-x64@0.27.7':
+ optional: true
+
'@esbuild/openharmony-arm64@0.27.3':
optional: true
+ '@esbuild/openharmony-arm64@0.27.7':
+ optional: true
+
'@esbuild/sunos-x64@0.27.3':
optional: true
+ '@esbuild/sunos-x64@0.27.7':
+ optional: true
+
'@esbuild/win32-arm64@0.27.3':
optional: true
+ '@esbuild/win32-arm64@0.27.7':
+ optional: true
+
'@esbuild/win32-ia32@0.27.3':
optional: true
+ '@esbuild/win32-ia32@0.27.7':
+ optional: true
+
'@esbuild/win32-x64@0.27.3':
optional: true
+ '@esbuild/win32-x64@0.27.7':
+ optional: true
+
'@exodus/bytes@1.15.0': {}
'@fingerprintjs/fingerprintjs@5.1.0': {}
@@ -4149,7 +4404,7 @@ snapshots:
'@img/sharp-wasm32@0.34.5':
dependencies:
- '@emnapi/runtime': 1.8.1
+ '@emnapi/runtime': 1.9.2
optional: true
'@img/sharp-win32-arm64@0.34.5':
@@ -4255,7 +4510,7 @@ snapshots:
dependencies:
serialize-javascript: 6.0.2
smob: 1.6.1
- terser: 5.46.0
+ terser: 5.46.1
optionalDependencies:
rollup: 2.80.0
@@ -4267,97 +4522,97 @@ snapshots:
dependencies:
'@types/estree': 0.0.39
estree-walker: 1.0.1
- picomatch: 2.3.1
+ picomatch: 2.3.2
rollup: 2.80.0
'@rollup/pluginutils@5.3.0(rollup@2.80.0)':
dependencies:
'@types/estree': 1.0.8
estree-walker: 2.0.2
- picomatch: 4.0.3
+ picomatch: 4.0.4
optionalDependencies:
rollup: 2.80.0
- '@rollup/rollup-android-arm-eabi@4.59.0':
+ '@rollup/rollup-android-arm-eabi@4.60.1':
optional: true
- '@rollup/rollup-android-arm64@4.59.0':
+ '@rollup/rollup-android-arm64@4.60.1':
optional: true
- '@rollup/rollup-darwin-arm64@4.59.0':
+ '@rollup/rollup-darwin-arm64@4.60.1':
optional: true
- '@rollup/rollup-darwin-x64@4.59.0':
+ '@rollup/rollup-darwin-x64@4.60.1':
optional: true
- '@rollup/rollup-freebsd-arm64@4.59.0':
+ '@rollup/rollup-freebsd-arm64@4.60.1':
optional: true
- '@rollup/rollup-freebsd-x64@4.59.0':
+ '@rollup/rollup-freebsd-x64@4.60.1':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.59.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.60.1':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.59.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.60.1':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.59.0':
+ '@rollup/rollup-linux-arm64-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.59.0':
+ '@rollup/rollup-linux-arm64-musl@4.60.1':
optional: true
- '@rollup/rollup-linux-loong64-gnu@4.59.0':
+ '@rollup/rollup-linux-loong64-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-loong64-musl@4.59.0':
+ '@rollup/rollup-linux-loong64-musl@4.60.1':
optional: true
- '@rollup/rollup-linux-ppc64-gnu@4.59.0':
+ '@rollup/rollup-linux-ppc64-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-ppc64-musl@4.59.0':
+ '@rollup/rollup-linux-ppc64-musl@4.60.1':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.59.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-riscv64-musl@4.59.0':
+ '@rollup/rollup-linux-riscv64-musl@4.60.1':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.59.0':
+ '@rollup/rollup-linux-s390x-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.59.0':
+ '@rollup/rollup-linux-x64-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-x64-musl@4.59.0':
+ '@rollup/rollup-linux-x64-musl@4.60.1':
optional: true
- '@rollup/rollup-openbsd-x64@4.59.0':
+ '@rollup/rollup-openbsd-x64@4.60.1':
optional: true
- '@rollup/rollup-openharmony-arm64@4.59.0':
+ '@rollup/rollup-openharmony-arm64@4.60.1':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.59.0':
+ '@rollup/rollup-win32-arm64-msvc@4.60.1':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.59.0':
+ '@rollup/rollup-win32-ia32-msvc@4.60.1':
optional: true
- '@rollup/rollup-win32-x64-gnu@4.59.0':
+ '@rollup/rollup-win32-x64-gnu@4.60.1':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.59.0':
+ '@rollup/rollup-win32-x64-msvc@4.60.1':
optional: true
'@simplewebauthn/browser@13.2.2': {}
'@sindresorhus/is@7.2.0': {}
- '@speed-highlight/core@1.2.14': {}
+ '@speed-highlight/core@1.2.15': {}
'@surma/rollup-plugin-off-main-thread@2.2.3':
dependencies:
@@ -4366,59 +4621,67 @@ snapshots:
magic-string: 0.25.9
string.prototype.matchall: 4.0.12
- '@swc/core-darwin-arm64@1.15.18':
+ '@swc/core-darwin-arm64@1.15.24':
optional: true
- '@swc/core-darwin-x64@1.15.18':
+ '@swc/core-darwin-x64@1.15.24':
optional: true
- '@swc/core-linux-arm-gnueabihf@1.15.18':
+ '@swc/core-linux-arm-gnueabihf@1.15.24':
optional: true
- '@swc/core-linux-arm64-gnu@1.15.18':
+ '@swc/core-linux-arm64-gnu@1.15.24':
optional: true
- '@swc/core-linux-arm64-musl@1.15.18':
+ '@swc/core-linux-arm64-musl@1.15.24':
optional: true
- '@swc/core-linux-x64-gnu@1.15.18':
+ '@swc/core-linux-ppc64-gnu@1.15.24':
optional: true
- '@swc/core-linux-x64-musl@1.15.18':
+ '@swc/core-linux-s390x-gnu@1.15.24':
optional: true
- '@swc/core-win32-arm64-msvc@1.15.18':
+ '@swc/core-linux-x64-gnu@1.15.24':
optional: true
- '@swc/core-win32-ia32-msvc@1.15.18':
+ '@swc/core-linux-x64-musl@1.15.24':
optional: true
- '@swc/core-win32-x64-msvc@1.15.18':
+ '@swc/core-win32-arm64-msvc@1.15.24':
optional: true
- '@swc/core@1.15.18':
+ '@swc/core-win32-ia32-msvc@1.15.24':
+ optional: true
+
+ '@swc/core-win32-x64-msvc@1.15.24':
+ optional: true
+
+ '@swc/core@1.15.24':
dependencies:
'@swc/counter': 0.1.3
- '@swc/types': 0.1.25
+ '@swc/types': 0.1.26
optionalDependencies:
- '@swc/core-darwin-arm64': 1.15.18
- '@swc/core-darwin-x64': 1.15.18
- '@swc/core-linux-arm-gnueabihf': 1.15.18
- '@swc/core-linux-arm64-gnu': 1.15.18
- '@swc/core-linux-arm64-musl': 1.15.18
- '@swc/core-linux-x64-gnu': 1.15.18
- '@swc/core-linux-x64-musl': 1.15.18
- '@swc/core-win32-arm64-msvc': 1.15.18
- '@swc/core-win32-ia32-msvc': 1.15.18
- '@swc/core-win32-x64-msvc': 1.15.18
+ '@swc/core-darwin-arm64': 1.15.24
+ '@swc/core-darwin-x64': 1.15.24
+ '@swc/core-linux-arm-gnueabihf': 1.15.24
+ '@swc/core-linux-arm64-gnu': 1.15.24
+ '@swc/core-linux-arm64-musl': 1.15.24
+ '@swc/core-linux-ppc64-gnu': 1.15.24
+ '@swc/core-linux-s390x-gnu': 1.15.24
+ '@swc/core-linux-x64-gnu': 1.15.24
+ '@swc/core-linux-x64-musl': 1.15.24
+ '@swc/core-win32-arm64-msvc': 1.15.24
+ '@swc/core-win32-ia32-msvc': 1.15.24
+ '@swc/core-win32-x64-msvc': 1.15.24
'@swc/counter@0.1.3': {}
- '@swc/types@0.1.25':
+ '@swc/types@0.1.26':
dependencies:
'@swc/counter': 0.1.3
- '@swc/wasm@1.15.18': {}
+ '@swc/wasm@1.15.24': {}
'@transloadit/prettier-bytes@0.0.7': {}
@@ -4447,11 +4710,11 @@ snapshots:
'@types/web-bluetooth@0.0.21': {}
- '@unhead/vue@2.1.12(vue@3.5.30(typescript@5.4.5))':
+ '@unhead/vue@2.1.12(vue@3.5.32(typescript@5.4.5))':
dependencies:
- hookable: 6.0.1
+ hookable: 6.1.0
unhead: 2.1.12
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
'@uppy/companion-client@2.2.2':
dependencies:
@@ -4467,7 +4730,7 @@ snapshots:
mime-match: 1.0.2
namespace-emitter: 2.0.1
nanoid: 3.3.11
- preact: 10.29.0
+ preact: 10.29.1
'@uppy/store-default@2.1.1': {}
@@ -4486,11 +4749,11 @@ snapshots:
'@vicons/material@0.13.0': {}
- '@vitejs/plugin-vue@6.0.4(vite@7.3.1(terser@5.46.0))(vue@3.5.30(typescript@5.4.5))':
+ '@vitejs/plugin-vue@6.0.5(vite@7.3.1(terser@5.46.1))(vue@3.5.32(typescript@5.4.5))':
dependencies:
'@rolldown/pluginutils': 1.0.0-rc.2
- vite: 7.3.1(terser@5.46.0)
- vue: 3.5.30(typescript@5.4.5)
+ vite: 7.3.1(terser@5.46.1)
+ vue: 3.5.32(typescript@5.4.5)
'@vitest/expect@3.2.4':
dependencies:
@@ -4500,13 +4763,13 @@ snapshots:
chai: 5.3.3
tinyrainbow: 2.0.0
- '@vitest/mocker@3.2.4(vite@7.3.1(terser@5.46.0))':
+ '@vitest/mocker@3.2.4(vite@7.3.1(terser@5.46.1))':
dependencies:
'@vitest/spy': 3.2.4
estree-walker: 3.0.3
magic-string: 0.30.21
optionalDependencies:
- vite: 7.3.1(terser@5.46.0)
+ vite: 7.3.1(terser@5.46.1)
'@vitest/pretty-format@3.2.4':
dependencies:
@@ -4534,74 +4797,74 @@ snapshots:
loupe: 3.2.1
tinyrainbow: 2.0.0
- '@vue/compiler-core@3.5.30':
+ '@vue/compiler-core@3.5.32':
dependencies:
- '@babel/parser': 7.29.0
- '@vue/shared': 3.5.30
+ '@babel/parser': 7.29.2
+ '@vue/shared': 3.5.32
entities: 7.0.1
estree-walker: 2.0.2
source-map-js: 1.2.1
- '@vue/compiler-dom@3.5.30':
+ '@vue/compiler-dom@3.5.32':
dependencies:
- '@vue/compiler-core': 3.5.30
- '@vue/shared': 3.5.30
+ '@vue/compiler-core': 3.5.32
+ '@vue/shared': 3.5.32
- '@vue/compiler-sfc@3.5.30':
+ '@vue/compiler-sfc@3.5.32':
dependencies:
- '@babel/parser': 7.29.0
- '@vue/compiler-core': 3.5.30
- '@vue/compiler-dom': 3.5.30
- '@vue/compiler-ssr': 3.5.30
- '@vue/shared': 3.5.30
+ '@babel/parser': 7.29.2
+ '@vue/compiler-core': 3.5.32
+ '@vue/compiler-dom': 3.5.32
+ '@vue/compiler-ssr': 3.5.32
+ '@vue/shared': 3.5.32
estree-walker: 2.0.2
magic-string: 0.30.21
postcss: 8.5.8
source-map-js: 1.2.1
- '@vue/compiler-ssr@3.5.30':
+ '@vue/compiler-ssr@3.5.32':
dependencies:
- '@vue/compiler-dom': 3.5.30
- '@vue/shared': 3.5.30
+ '@vue/compiler-dom': 3.5.32
+ '@vue/shared': 3.5.32
'@vue/devtools-api@6.6.4': {}
- '@vue/reactivity@3.5.30':
+ '@vue/reactivity@3.5.32':
dependencies:
- '@vue/shared': 3.5.30
+ '@vue/shared': 3.5.32
- '@vue/runtime-core@3.5.30':
+ '@vue/runtime-core@3.5.32':
dependencies:
- '@vue/reactivity': 3.5.30
- '@vue/shared': 3.5.30
+ '@vue/reactivity': 3.5.32
+ '@vue/shared': 3.5.32
- '@vue/runtime-dom@3.5.30':
+ '@vue/runtime-dom@3.5.32':
dependencies:
- '@vue/reactivity': 3.5.30
- '@vue/runtime-core': 3.5.30
- '@vue/shared': 3.5.30
+ '@vue/reactivity': 3.5.32
+ '@vue/runtime-core': 3.5.32
+ '@vue/shared': 3.5.32
csstype: 3.2.3
- '@vue/server-renderer@3.5.30(vue@3.5.30(typescript@5.4.5))':
+ '@vue/server-renderer@3.5.32(vue@3.5.32(typescript@5.4.5))':
dependencies:
- '@vue/compiler-ssr': 3.5.30
- '@vue/shared': 3.5.30
- vue: 3.5.30(typescript@5.4.5)
+ '@vue/compiler-ssr': 3.5.32
+ '@vue/shared': 3.5.32
+ vue: 3.5.32(typescript@5.4.5)
- '@vue/shared@3.5.30': {}
+ '@vue/shared@3.5.32': {}
- '@vueuse/core@14.2.1(vue@3.5.30(typescript@5.4.5))':
+ '@vueuse/core@14.2.1(vue@3.5.32(typescript@5.4.5))':
dependencies:
'@types/web-bluetooth': 0.0.21
'@vueuse/metadata': 14.2.1
- '@vueuse/shared': 14.2.1(vue@3.5.30(typescript@5.4.5))
- vue: 3.5.30(typescript@5.4.5)
+ '@vueuse/shared': 14.2.1(vue@3.5.32(typescript@5.4.5))
+ vue: 3.5.32(typescript@5.4.5)
'@vueuse/metadata@14.2.1': {}
- '@vueuse/shared@14.2.1(vue@3.5.30(typescript@5.4.5))':
+ '@vueuse/shared@14.2.1(vue@3.5.32(typescript@5.4.5))':
dependencies:
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
'@wangeditor/basic-modules@1.1.7(@wangeditor/core@1.1.19(@uppy/core@2.3.4)(@uppy/xhr-upload@2.1.3(@uppy/core@2.3.4))(dom7@3.0.0)(is-hotkey@0.2.0)(lodash.camelcase@4.3.0)(lodash.clonedeep@4.5.0)(lodash.debounce@4.0.8)(lodash.foreach@4.5.0)(lodash.isequal@4.5.0)(lodash.throttle@4.1.1)(lodash.toarray@4.4.0)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.3))(dom7@3.0.0)(lodash.throttle@4.1.1)(nanoid@3.3.11)(slate@0.72.8)(snabbdom@3.6.3)':
dependencies:
@@ -4644,10 +4907,10 @@ snapshots:
slate-history: 0.66.0(slate@0.72.8)
snabbdom: 3.6.3
- '@wangeditor/editor-for-vue@5.1.12(@wangeditor/editor@5.1.23)(vue@3.5.30(typescript@5.4.5))':
+ '@wangeditor/editor-for-vue@5.1.12(@wangeditor/editor@5.1.23)(vue@3.5.32(typescript@5.4.5))':
dependencies:
'@wangeditor/editor': 5.1.23
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
'@wangeditor/editor@5.1.23':
dependencies:
@@ -4753,35 +5016,35 @@ snapshots:
dependencies:
possible-typed-array-names: 1.1.0
- axios@1.13.6:
+ axios@1.14.0:
dependencies:
follow-redirects: 1.15.11
form-data: 4.0.5
- proxy-from-env: 1.1.0
+ proxy-from-env: 2.1.0
transitivePeerDependencies:
- debug
- babel-plugin-polyfill-corejs2@0.4.16(@babel/core@7.29.0):
+ babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.0):
dependencies:
'@babel/compat-data': 7.29.0
'@babel/core': 7.29.0
- '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0)
+ '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.14.1(@babel/core@7.29.0):
+ babel-plugin-polyfill-corejs3@0.14.2(@babel/core@7.29.0):
dependencies:
'@babel/core': 7.29.0
- '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0)
- core-js-compat: 3.48.0
+ '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0)
+ core-js-compat: 3.49.0
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-regenerator@0.6.7(@babel/core@7.29.0):
+ babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.29.0):
dependencies:
'@babel/core': 7.29.0
- '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0)
+ '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0)
transitivePeerDependencies:
- supports-color
@@ -4789,7 +5052,7 @@ snapshots:
balanced-match@4.0.4: {}
- baseline-browser-mapping@2.10.0: {}
+ baseline-browser-mapping@2.10.14: {}
bidi-js@1.0.3:
dependencies:
@@ -4797,21 +5060,21 @@ snapshots:
blake3-wasm@2.1.5: {}
- brace-expansion@2.0.2:
+ brace-expansion@2.0.3:
dependencies:
balanced-match: 1.0.2
- brace-expansion@5.0.4:
+ brace-expansion@5.0.5:
dependencies:
balanced-match: 4.0.4
- browserslist@4.28.1:
+ browserslist@4.28.2:
dependencies:
- baseline-browser-mapping: 2.10.0
- caniuse-lite: 1.0.30001777
- electron-to-chromium: 1.5.307
- node-releases: 2.0.36
- update-browserslist-db: 1.2.3(browserslist@4.28.1)
+ baseline-browser-mapping: 2.10.14
+ caniuse-lite: 1.0.30001785
+ electron-to-chromium: 1.5.331
+ node-releases: 2.0.37
+ update-browserslist-db: 1.2.3(browserslist@4.28.2)
buffer-from@1.1.2: {}
@@ -4834,7 +5097,7 @@ snapshots:
call-bind-apply-helpers: 1.0.2
get-intrinsic: 1.3.0
- caniuse-lite@1.0.30001777: {}
+ caniuse-lite@1.0.30001785: {}
chai@5.3.3:
dependencies:
@@ -4874,9 +5137,9 @@ snapshots:
cookie@1.1.1: {}
- core-js-compat@3.48.0:
+ core-js-compat@3.49.0:
dependencies:
- browserslist: 4.28.1
+ browserslist: 4.28.2
core-util-is@1.0.3: {}
@@ -4900,10 +5163,10 @@ snapshots:
cssstyle@6.2.0:
dependencies:
- '@asamuzakjp/css-color': 5.0.1
- '@csstools/css-syntax-patches-for-csstree': 1.1.0
+ '@asamuzakjp/css-color': 5.1.5
+ '@csstools/css-syntax-patches-for-csstree': 1.1.2(css-tree@3.2.1)
css-tree: 3.2.1
- lru-cache: 11.2.6
+ lru-cache: 11.2.7
csstype@3.0.11: {}
@@ -4991,7 +5254,7 @@ snapshots:
dependencies:
jake: 10.9.4
- electron-to-chromium@1.5.307: {}
+ electron-to-chromium@1.5.331: {}
entities@6.0.1: {}
@@ -5126,6 +5389,35 @@ snapshots:
'@esbuild/win32-ia32': 0.27.3
'@esbuild/win32-x64': 0.27.3
+ esbuild@0.27.7:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.27.7
+ '@esbuild/android-arm': 0.27.7
+ '@esbuild/android-arm64': 0.27.7
+ '@esbuild/android-x64': 0.27.7
+ '@esbuild/darwin-arm64': 0.27.7
+ '@esbuild/darwin-x64': 0.27.7
+ '@esbuild/freebsd-arm64': 0.27.7
+ '@esbuild/freebsd-x64': 0.27.7
+ '@esbuild/linux-arm': 0.27.7
+ '@esbuild/linux-arm64': 0.27.7
+ '@esbuild/linux-ia32': 0.27.7
+ '@esbuild/linux-loong64': 0.27.7
+ '@esbuild/linux-mips64el': 0.27.7
+ '@esbuild/linux-ppc64': 0.27.7
+ '@esbuild/linux-riscv64': 0.27.7
+ '@esbuild/linux-s390x': 0.27.7
+ '@esbuild/linux-x64': 0.27.7
+ '@esbuild/netbsd-arm64': 0.27.7
+ '@esbuild/netbsd-x64': 0.27.7
+ '@esbuild/openbsd-arm64': 0.27.7
+ '@esbuild/openbsd-x64': 0.27.7
+ '@esbuild/openharmony-arm64': 0.27.7
+ '@esbuild/sunos-x64': 0.27.7
+ '@esbuild/win32-arm64': 0.27.7
+ '@esbuild/win32-ia32': 0.27.7
+ '@esbuild/win32-x64': 0.27.7
+
escalade@3.2.0: {}
escape-string-regexp@5.0.0: {}
@@ -5168,9 +5460,9 @@ snapshots:
fast-uri@3.1.0: {}
- fdir@6.5.0(picomatch@4.0.3):
+ fdir@6.5.0(picomatch@4.0.4):
optionalDependencies:
- picomatch: 4.0.3
+ picomatch: 4.0.4
filelist@1.0.6:
dependencies:
@@ -5252,7 +5544,7 @@ snapshots:
dependencies:
foreground-child: 3.3.1
jackspeak: 4.2.3
- minimatch: 10.2.4
+ minimatch: 10.2.5
minipass: 7.1.3
package-json-from-dist: 1.0.1
path-scurry: 2.0.2
@@ -5292,7 +5584,7 @@ snapshots:
highlight.js@11.11.1: {}
- hookable@6.0.1: {}
+ hookable@6.1.0: {}
html-encoding-sniffer@6.0.0:
dependencies:
@@ -5318,7 +5610,7 @@ snapshots:
i18next@20.6.1:
dependencies:
- '@babel/runtime': 7.28.6
+ '@babel/runtime': 7.29.2
idb@7.1.1: {}
@@ -5486,8 +5778,8 @@ snapshots:
parse5: 8.0.0
saxes: 6.0.0
symbol-tree: 3.2.4
- tough-cookie: 6.0.0
- undici: 7.22.0
+ tough-cookie: 6.0.1
+ undici: 7.24.7
w3c-xmlserializer: 5.0.0
webidl-conversions: 8.0.1
whatwg-mimetype: 5.0.0
@@ -5501,8 +5793,6 @@ snapshots:
json-schema-traverse@1.0.0: {}
- json-schema@0.4.0: {}
-
json5@2.2.3: {}
jsonfile@6.2.0:
@@ -5530,11 +5820,11 @@ snapshots:
local-pkg@1.1.2:
dependencies:
- mlly: 1.8.1
+ mlly: 1.8.2
pkg-types: 2.3.0
quansync: 0.2.11
- lodash-es@4.17.23: {}
+ lodash-es@4.18.1: {}
lodash.camelcase@4.3.0: {}
@@ -5552,11 +5842,11 @@ snapshots:
lodash.toarray@4.4.0: {}
- lodash@4.17.23: {}
+ lodash@4.18.1: {}
loupe@3.2.1: {}
- lru-cache@11.2.6: {}
+ lru-cache@11.2.7: {}
lru-cache@5.1.1:
dependencies:
@@ -5586,29 +5876,29 @@ snapshots:
dependencies:
mime-db: 1.52.0
- miniflare@4.20260310.0:
+ miniflare@4.20260401.0:
dependencies:
'@cspotcode/source-map-support': 0.8.1
sharp: 0.34.5
- undici: 7.18.2
- workerd: 1.20260310.1
+ undici: 7.24.4
+ workerd: 1.20260401.1
ws: 8.18.0
youch: 4.1.0-beta.10
transitivePeerDependencies:
- bufferutil
- utf-8-validate
- minimatch@10.2.4:
+ minimatch@10.2.5:
dependencies:
- brace-expansion: 5.0.4
+ brace-expansion: 5.0.5
minimatch@5.1.9:
dependencies:
- brace-expansion: 2.0.2
+ brace-expansion: 2.0.3
minipass@7.1.3: {}
- mlly@1.8.1:
+ mlly@1.8.2:
dependencies:
acorn: 8.16.0
pathe: 2.0.3
@@ -5617,10 +5907,10 @@ snapshots:
ms@2.1.3: {}
- naive-ui@2.44.1(vue@3.5.30(typescript@5.4.5)):
+ naive-ui@2.44.1(vue@3.5.32(typescript@5.4.5)):
dependencies:
'@css-render/plugin-bem': 0.15.14(css-render@0.15.14)
- '@css-render/vue3-ssr': 0.15.14(vue@3.5.30(typescript@5.4.5))
+ '@css-render/vue3-ssr': 0.15.14(vue@3.5.32(typescript@5.4.5))
'@types/lodash': 4.17.24
'@types/lodash-es': 4.17.12
async-validator: 4.2.5
@@ -5630,14 +5920,14 @@ snapshots:
date-fns-tz: 3.2.0(date-fns@4.1.0)
evtd: 0.2.4
highlight.js: 11.11.1
- lodash: 4.17.23
- lodash-es: 4.17.23
+ lodash: 4.18.1
+ lodash-es: 4.18.1
seemly: 0.3.10
treemate: 0.3.11
- vdirs: 0.1.8(vue@3.5.30(typescript@5.4.5))
- vooks: 0.2.12(vue@3.5.30(typescript@5.4.5))
- vue: 3.5.30(typescript@5.4.5)
- vueuc: 0.4.65(vue@3.5.30(typescript@5.4.5))
+ vdirs: 0.1.8(vue@3.5.32(typescript@5.4.5))
+ vooks: 0.2.12(vue@3.5.32(typescript@5.4.5))
+ vue: 3.5.32(typescript@5.4.5)
+ vueuc: 0.4.65(vue@3.5.32(typescript@5.4.5))
namespace-emitter@2.0.1: {}
@@ -5645,7 +5935,7 @@ snapshots:
next-tick@1.1.0: {}
- node-releases@2.0.36: {}
+ node-releases@2.0.37: {}
object-inspect@1.13.4: {}
@@ -5680,7 +5970,7 @@ snapshots:
path-scurry@2.0.2:
dependencies:
- lru-cache: 11.2.6
+ lru-cache: 11.2.7
minipass: 7.1.3
path-to-regexp@6.3.0: {}
@@ -5691,14 +5981,14 @@ snapshots:
picocolors@1.1.1: {}
- picomatch@2.3.1: {}
+ picomatch@2.3.2: {}
- picomatch@4.0.3: {}
+ picomatch@4.0.4: {}
pkg-types@1.3.1:
dependencies:
confbox: 0.1.8
- mlly: 1.8.1
+ mlly: 1.8.2
pathe: 2.0.3
pkg-types@2.3.0:
@@ -5709,7 +5999,7 @@ snapshots:
possible-typed-array-names@1.1.0: {}
- postal-mime@2.7.3: {}
+ postal-mime@2.7.4: {}
postcss@8.5.8:
dependencies:
@@ -5717,7 +6007,7 @@ snapshots:
picocolors: 1.1.1
source-map-js: 1.2.1
- preact@10.29.0: {}
+ preact@10.29.1: {}
pretty-bytes@5.6.0: {}
@@ -5727,7 +6017,7 @@ snapshots:
process-nextick-args@2.0.1: {}
- proxy-from-env@1.1.0: {}
+ proxy-from-env@2.1.0: {}
punycode@2.3.1: {}
@@ -5802,35 +6092,35 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- rollup@4.59.0:
+ rollup@4.60.1:
dependencies:
'@types/estree': 1.0.8
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.59.0
- '@rollup/rollup-android-arm64': 4.59.0
- '@rollup/rollup-darwin-arm64': 4.59.0
- '@rollup/rollup-darwin-x64': 4.59.0
- '@rollup/rollup-freebsd-arm64': 4.59.0
- '@rollup/rollup-freebsd-x64': 4.59.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.59.0
- '@rollup/rollup-linux-arm-musleabihf': 4.59.0
- '@rollup/rollup-linux-arm64-gnu': 4.59.0
- '@rollup/rollup-linux-arm64-musl': 4.59.0
- '@rollup/rollup-linux-loong64-gnu': 4.59.0
- '@rollup/rollup-linux-loong64-musl': 4.59.0
- '@rollup/rollup-linux-ppc64-gnu': 4.59.0
- '@rollup/rollup-linux-ppc64-musl': 4.59.0
- '@rollup/rollup-linux-riscv64-gnu': 4.59.0
- '@rollup/rollup-linux-riscv64-musl': 4.59.0
- '@rollup/rollup-linux-s390x-gnu': 4.59.0
- '@rollup/rollup-linux-x64-gnu': 4.59.0
- '@rollup/rollup-linux-x64-musl': 4.59.0
- '@rollup/rollup-openbsd-x64': 4.59.0
- '@rollup/rollup-openharmony-arm64': 4.59.0
- '@rollup/rollup-win32-arm64-msvc': 4.59.0
- '@rollup/rollup-win32-ia32-msvc': 4.59.0
- '@rollup/rollup-win32-x64-gnu': 4.59.0
- '@rollup/rollup-win32-x64-msvc': 4.59.0
+ '@rollup/rollup-android-arm-eabi': 4.60.1
+ '@rollup/rollup-android-arm64': 4.60.1
+ '@rollup/rollup-darwin-arm64': 4.60.1
+ '@rollup/rollup-darwin-x64': 4.60.1
+ '@rollup/rollup-freebsd-arm64': 4.60.1
+ '@rollup/rollup-freebsd-x64': 4.60.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.60.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.60.1
+ '@rollup/rollup-linux-arm64-gnu': 4.60.1
+ '@rollup/rollup-linux-arm64-musl': 4.60.1
+ '@rollup/rollup-linux-loong64-gnu': 4.60.1
+ '@rollup/rollup-linux-loong64-musl': 4.60.1
+ '@rollup/rollup-linux-ppc64-gnu': 4.60.1
+ '@rollup/rollup-linux-ppc64-musl': 4.60.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.60.1
+ '@rollup/rollup-linux-riscv64-musl': 4.60.1
+ '@rollup/rollup-linux-s390x-gnu': 4.60.1
+ '@rollup/rollup-linux-x64-gnu': 4.60.1
+ '@rollup/rollup-linux-x64-musl': 4.60.1
+ '@rollup/rollup-openbsd-x64': 4.60.1
+ '@rollup/rollup-openharmony-arm64': 4.60.1
+ '@rollup/rollup-win32-arm64-msvc': 4.60.1
+ '@rollup/rollup-win32-ia32-msvc': 4.60.1
+ '@rollup/rollup-win32-x64-gnu': 4.60.1
+ '@rollup/rollup-win32-x64-msvc': 4.60.1
fsevents: 2.3.3
safe-array-concat@1.1.3:
@@ -6082,7 +6372,7 @@ snapshots:
type-fest: 0.16.0
unique-string: 2.0.0
- terser@5.46.0:
+ terser@5.46.1:
dependencies:
'@jridgewell/source-map': 0.3.11
acorn: 8.16.0
@@ -6099,8 +6389,8 @@ snapshots:
tinyglobby@0.2.15:
dependencies:
- fdir: 6.5.0(picomatch@4.0.3)
- picomatch: 4.0.3
+ fdir: 6.5.0(picomatch@4.0.4)
+ picomatch: 4.0.4
tinypool@1.1.1: {}
@@ -6108,15 +6398,15 @@ snapshots:
tinyspy@4.0.4: {}
- tldts-core@7.0.25: {}
+ tldts-core@7.0.27: {}
- tldts@7.0.25:
+ tldts@7.0.27:
dependencies:
- tldts-core: 7.0.25
+ tldts-core: 7.0.27
- tough-cookie@6.0.0:
+ tough-cookie@6.0.1:
dependencies:
- tldts: 7.0.25
+ tldts: 7.0.27
tr46@1.0.1:
dependencies:
@@ -6180,9 +6470,9 @@ snapshots:
has-symbols: 1.1.0
which-boxed-primitive: 1.1.1
- undici@7.18.2: {}
+ undici@7.24.4: {}
- undici@7.22.0: {}
+ undici@7.24.7: {}
unenv@2.0.0-rc.24:
dependencies:
@@ -6190,7 +6480,7 @@ snapshots:
unhead@2.1.12:
dependencies:
- hookable: 6.0.1
+ hookable: 6.1.0
unicode-canonical-property-names-ecmascript@2.0.1: {}
@@ -6210,9 +6500,9 @@ snapshots:
estree-walker: 3.0.3
local-pkg: 1.1.2
magic-string: 0.30.21
- mlly: 1.8.1
+ mlly: 1.8.2
pathe: 2.0.3
- picomatch: 4.0.3
+ picomatch: 4.0.4
pkg-types: 2.3.0
scule: 1.3.0
strip-literal: 3.1.0
@@ -6226,35 +6516,35 @@ snapshots:
universalify@2.0.1: {}
- unplugin-auto-import@20.3.0(@vueuse/core@14.2.1(vue@3.5.30(typescript@5.4.5))):
+ unplugin-auto-import@20.3.0(@vueuse/core@14.2.1(vue@3.5.32(typescript@5.4.5))):
dependencies:
local-pkg: 1.1.2
magic-string: 0.30.21
- picomatch: 4.0.3
+ picomatch: 4.0.4
unimport: 5.7.0
unplugin: 2.3.11
unplugin-utils: 0.3.1
optionalDependencies:
- '@vueuse/core': 14.2.1(vue@3.5.30(typescript@5.4.5))
+ '@vueuse/core': 14.2.1(vue@3.5.32(typescript@5.4.5))
unplugin-utils@0.3.1:
dependencies:
pathe: 2.0.3
- picomatch: 4.0.3
+ picomatch: 4.0.4
- unplugin-vue-components@30.0.0(@babel/parser@7.29.0)(vue@3.5.30(typescript@5.4.5)):
+ unplugin-vue-components@30.0.0(@babel/parser@7.29.2)(vue@3.5.32(typescript@5.4.5)):
dependencies:
chokidar: 4.0.3
debug: 4.4.3
local-pkg: 1.1.2
magic-string: 0.30.21
- mlly: 1.8.1
+ mlly: 1.8.2
tinyglobby: 0.2.15
unplugin: 2.3.11
unplugin-utils: 0.3.1
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
optionalDependencies:
- '@babel/parser': 7.29.0
+ '@babel/parser': 7.29.2
transitivePeerDependencies:
- supports-color
@@ -6262,14 +6552,14 @@ snapshots:
dependencies:
'@jridgewell/remapping': 2.3.5
acorn: 8.16.0
- picomatch: 4.0.3
+ picomatch: 4.0.4
webpack-virtual-modules: 0.6.2
upath@1.2.0: {}
- update-browserslist-db@1.2.3(browserslist@4.28.1):
+ update-browserslist-db@1.2.3(browserslist@4.28.2):
dependencies:
- browserslist: 4.28.1
+ browserslist: 4.28.2
escalade: 3.2.0
picocolors: 1.1.1
@@ -6277,18 +6567,18 @@ snapshots:
uuid@10.0.0: {}
- vdirs@0.1.8(vue@3.5.30(typescript@5.4.5)):
+ vdirs@0.1.8(vue@3.5.32(typescript@5.4.5)):
dependencies:
evtd: 0.2.4
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
- vite-node@3.2.4(terser@5.46.0):
+ vite-node@3.2.4(terser@5.46.1):
dependencies:
cac: 6.7.14
debug: 4.4.3
es-module-lexer: 1.7.0
pathe: 2.0.3
- vite: 7.3.1(terser@5.46.0)
+ vite: 7.3.1(terser@5.46.1)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -6303,49 +6593,49 @@ snapshots:
- tsx
- yaml
- vite-plugin-pwa@1.2.0(vite@7.3.1(terser@5.46.0))(workbox-build@7.4.0)(workbox-window@7.4.0):
+ vite-plugin-pwa@1.2.0(vite@7.3.1(terser@5.46.1))(workbox-build@7.4.0)(workbox-window@7.4.0):
dependencies:
debug: 4.4.3
pretty-bytes: 6.1.1
tinyglobby: 0.2.15
- vite: 7.3.1(terser@5.46.0)
+ vite: 7.3.1(terser@5.46.1)
workbox-build: 7.4.0
workbox-window: 7.4.0
transitivePeerDependencies:
- supports-color
- vite-plugin-top-level-await@1.6.0(rollup@2.80.0)(vite@7.3.1(terser@5.46.0)):
+ vite-plugin-top-level-await@1.6.0(rollup@2.80.0)(vite@7.3.1(terser@5.46.1)):
dependencies:
'@rollup/plugin-virtual': 3.0.2(rollup@2.80.0)
- '@swc/core': 1.15.18
- '@swc/wasm': 1.15.18
+ '@swc/core': 1.15.24
+ '@swc/wasm': 1.15.24
uuid: 10.0.0
- vite: 7.3.1(terser@5.46.0)
+ vite: 7.3.1(terser@5.46.1)
transitivePeerDependencies:
- '@swc/helpers'
- rollup
- vite-plugin-wasm@3.5.0(vite@7.3.1(terser@5.46.0)):
+ vite-plugin-wasm@3.6.0(vite@7.3.1(terser@5.46.1)):
dependencies:
- vite: 7.3.1(terser@5.46.0)
+ vite: 7.3.1(terser@5.46.1)
- vite@7.3.1(terser@5.46.0):
+ vite@7.3.1(terser@5.46.1):
dependencies:
- esbuild: 0.27.3
- fdir: 6.5.0(picomatch@4.0.3)
- picomatch: 4.0.3
+ esbuild: 0.27.7
+ fdir: 6.5.0(picomatch@4.0.4)
+ picomatch: 4.0.4
postcss: 8.5.8
- rollup: 4.59.0
+ rollup: 4.60.1
tinyglobby: 0.2.15
optionalDependencies:
fsevents: 2.3.3
- terser: 5.46.0
+ terser: 5.46.1
- vitest@3.2.4(jsdom@28.1.0)(terser@5.46.0):
+ vitest@3.2.4(jsdom@28.1.0)(terser@5.46.1):
dependencies:
'@types/chai': 5.2.3
'@vitest/expect': 3.2.4
- '@vitest/mocker': 3.2.4(vite@7.3.1(terser@5.46.0))
+ '@vitest/mocker': 3.2.4(vite@7.3.1(terser@5.46.1))
'@vitest/pretty-format': 3.2.4
'@vitest/runner': 3.2.4
'@vitest/snapshot': 3.2.4
@@ -6356,15 +6646,15 @@ snapshots:
expect-type: 1.3.0
magic-string: 0.30.21
pathe: 2.0.3
- picomatch: 4.0.3
+ picomatch: 4.0.4
std-env: 3.10.0
tinybench: 2.9.0
tinyexec: 0.3.2
tinyglobby: 0.2.15
tinypool: 1.1.1
tinyrainbow: 2.0.0
- vite: 7.3.1(terser@5.46.0)
- vite-node: 3.2.4(terser@5.46.0)
+ vite: 7.3.1(terser@5.46.1)
+ vite-node: 3.2.4(terser@5.46.1)
why-is-node-running: 2.3.0
optionalDependencies:
jsdom: 28.1.0
@@ -6382,48 +6672,48 @@ snapshots:
- tsx
- yaml
- vooks@0.2.12(vue@3.5.30(typescript@5.4.5)):
+ vooks@0.2.12(vue@3.5.32(typescript@5.4.5)):
dependencies:
evtd: 0.2.4
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
vue-clipboard3@2.0.0:
dependencies:
clipboard: 2.0.11
- vue-i18n@11.3.0(vue@3.5.30(typescript@5.4.5)):
+ vue-i18n@11.3.0(vue@3.5.32(typescript@5.4.5)):
dependencies:
'@intlify/core-base': 11.3.0
'@intlify/devtools-types': 11.3.0
'@intlify/shared': 11.3.0
'@vue/devtools-api': 6.6.4
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
- vue-router@4.6.4(vue@3.5.30(typescript@5.4.5)):
+ vue-router@4.6.4(vue@3.5.32(typescript@5.4.5)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
- vue@3.5.30(typescript@5.4.5):
+ vue@3.5.32(typescript@5.4.5):
dependencies:
- '@vue/compiler-dom': 3.5.30
- '@vue/compiler-sfc': 3.5.30
- '@vue/runtime-dom': 3.5.30
- '@vue/server-renderer': 3.5.30(vue@3.5.30(typescript@5.4.5))
- '@vue/shared': 3.5.30
+ '@vue/compiler-dom': 3.5.32
+ '@vue/compiler-sfc': 3.5.32
+ '@vue/runtime-dom': 3.5.32
+ '@vue/server-renderer': 3.5.32(vue@3.5.32(typescript@5.4.5))
+ '@vue/shared': 3.5.32
optionalDependencies:
typescript: 5.4.5
- vueuc@0.4.65(vue@3.5.30(typescript@5.4.5)):
+ vueuc@0.4.65(vue@3.5.32(typescript@5.4.5)):
dependencies:
- '@css-render/vue3-ssr': 0.15.14(vue@3.5.30(typescript@5.4.5))
+ '@css-render/vue3-ssr': 0.15.14(vue@3.5.32(typescript@5.4.5))
'@juggle/resize-observer': 3.4.0
css-render: 0.15.14
evtd: 0.2.4
seemly: 0.3.10
- vdirs: 0.1.8(vue@3.5.30(typescript@5.4.5))
- vooks: 0.2.12(vue@3.5.30(typescript@5.4.5))
- vue: 3.5.30(typescript@5.4.5)
+ vdirs: 0.1.8(vue@3.5.32(typescript@5.4.5))
+ vooks: 0.2.12(vue@3.5.32(typescript@5.4.5))
+ vue: 3.5.32(typescript@5.4.5)
w3c-xmlserializer@5.0.0:
dependencies:
@@ -6514,10 +6804,10 @@ snapshots:
workbox-build@7.4.0:
dependencies:
- '@apideck/better-ajv-errors': 0.3.6(ajv@8.18.0)
+ '@apideck/better-ajv-errors': 0.3.7(ajv@8.18.0)
'@babel/core': 7.29.0
- '@babel/preset-env': 7.29.0(@babel/core@7.29.0)
- '@babel/runtime': 7.28.6
+ '@babel/preset-env': 7.29.2(@babel/core@7.29.0)
+ '@babel/runtime': 7.29.2
'@rollup/plugin-babel': 5.3.1(@babel/core@7.29.0)(rollup@2.80.0)
'@rollup/plugin-node-resolve': 15.3.1(rollup@2.80.0)
'@rollup/plugin-replace': 2.4.2(rollup@2.80.0)
@@ -6528,7 +6818,7 @@ snapshots:
fast-json-stable-stringify: 2.1.0
fs-extra: 9.1.0
glob: 11.1.0
- lodash: 4.17.23
+ lodash: 4.18.1
pretty-bytes: 5.6.0
rollup: 2.80.0
source-map: 0.8.0-beta.0
@@ -6616,24 +6906,24 @@ snapshots:
'@types/trusted-types': 2.0.7
workbox-core: 7.4.0
- workerd@1.20260310.1:
+ workerd@1.20260401.1:
optionalDependencies:
- '@cloudflare/workerd-darwin-64': 1.20260310.1
- '@cloudflare/workerd-darwin-arm64': 1.20260310.1
- '@cloudflare/workerd-linux-64': 1.20260310.1
- '@cloudflare/workerd-linux-arm64': 1.20260310.1
- '@cloudflare/workerd-windows-64': 1.20260310.1
+ '@cloudflare/workerd-darwin-64': 1.20260401.1
+ '@cloudflare/workerd-darwin-arm64': 1.20260401.1
+ '@cloudflare/workerd-linux-64': 1.20260401.1
+ '@cloudflare/workerd-linux-arm64': 1.20260401.1
+ '@cloudflare/workerd-windows-64': 1.20260401.1
- wrangler@4.72.0:
+ wrangler@4.80.0:
dependencies:
'@cloudflare/kv-asset-handler': 0.4.2
- '@cloudflare/unenv-preset': 2.15.0(unenv@2.0.0-rc.24)(workerd@1.20260310.1)
+ '@cloudflare/unenv-preset': 2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260401.1)
blake3-wasm: 2.1.5
esbuild: 0.27.3
- miniflare: 4.20260310.0
+ miniflare: 4.20260401.0
path-to-regexp: 6.3.0
unenv: 2.0.0-rc.24
- workerd: 1.20260310.1
+ workerd: 1.20260401.1
optionalDependencies:
fsevents: 2.3.3
transitivePeerDependencies:
@@ -6657,6 +6947,6 @@ snapshots:
dependencies:
'@poppinss/colors': 4.1.6
'@poppinss/dumper': 0.6.5
- '@speed-highlight/core': 1.2.14
+ '@speed-highlight/core': 1.2.15
cookie: 1.1.1
youch-core: 0.3.3
diff --git a/pages/package.json b/pages/package.json
index d7381d54..72374f00 100644
--- a/pages/package.json
+++ b/pages/package.json
@@ -1,6 +1,6 @@
{
"name": "temp-email-pages",
- "version": "1.5.0",
+ "version": "1.6.0",
"description": "",
"main": "index.js",
"scripts": {
@@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
- "wrangler": "^4.72.0"
+ "wrangler": "^4.80.0"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}
diff --git a/vitepress-docs/package.json b/vitepress-docs/package.json
index 6576390c..38f12cce 100644
--- a/vitepress-docs/package.json
+++ b/vitepress-docs/package.json
@@ -1,12 +1,12 @@
{
"name": "temp-mail-docs",
"private": true,
- "version": "1.5.0",
+ "version": "1.6.0",
"type": "module",
"devDependencies": {
- "@types/node": "^25.4.0",
+ "@types/node": "^25.5.2",
"vitepress": "^1.6.4",
- "wrangler": "^4.72.0"
+ "wrangler": "^4.80.0"
},
"scripts": {
"dev": "vitepress dev docs",
diff --git a/vitepress-docs/pnpm-lock.yaml b/vitepress-docs/pnpm-lock.yaml
index 3b051953..4ab12575 100644
--- a/vitepress-docs/pnpm-lock.yaml
+++ b/vitepress-docs/pnpm-lock.yaml
@@ -13,19 +13,19 @@ importers:
version: 3.10.1
devDependencies:
'@types/node':
- specifier: ^25.4.0
- version: 25.4.0
+ specifier: ^25.5.2
+ version: 25.5.2
vitepress:
specifier: ^1.6.4
- version: 1.6.4(@algolia/client-search@5.49.2)(@types/node@25.4.0)(postcss@8.5.8)(search-insights@2.13.0)(typescript@5.4.5)
+ version: 1.6.4(@algolia/client-search@5.50.1)(@types/node@25.5.2)(postcss@8.5.8)(search-insights@2.13.0)(typescript@5.4.5)
wrangler:
- specifier: ^4.72.0
- version: 4.72.0
+ specifier: ^4.80.0
+ version: 4.80.0
packages:
- '@algolia/abtesting@1.15.2':
- resolution: {integrity: sha512-rF7vRVE61E0QORw8e2NNdnttcl3jmFMWS9B4hhdga12COe+lMa26bQLfcBn/Nbp9/AF/8gXdaRCPsVns3CnjsA==}
+ '@algolia/abtesting@1.16.1':
+ resolution: {integrity: sha512-Xxk4l00pYI+jE0PNw8y0MvsQWh5278WRtZQav8/BMMi3HKi2xmeuqe11WJ3y8/6nuBHdv39w76OpJb09TMfAVQ==}
engines: {node: '>= 14.0.0'}
'@algolia/autocomplete-core@1.17.7':
@@ -48,56 +48,56 @@ packages:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
- '@algolia/client-abtesting@5.49.2':
- resolution: {integrity: sha512-XyvKCm0RRmovMI/ChaAVjTwpZhXdbgt3iZofK914HeEHLqD1MUFFVLz7M0+Ou7F56UkHXwRbpHwb9xBDNopprQ==}
+ '@algolia/client-abtesting@5.50.1':
+ resolution: {integrity: sha512-4peZlPXMwTOey9q1rQKMdCnwZb/E95/1e+7KujXpLLSh0FawJzg//U2NM+r4AiJy4+naT2MTBhj0K30yshnVTA==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-analytics@5.49.2':
- resolution: {integrity: sha512-jq/3qvtmj3NijZlhq7A1B0Cl41GfaBpjJxcwukGsYds6aMSCWrEAJ9pUqw/C9B3hAmILYKl7Ljz3N9SFvekD3Q==}
+ '@algolia/client-analytics@5.50.1':
+ resolution: {integrity: sha512-i+aWHHG8NZvGFHtPeMZkxL2Loc6Fm7iaRo15lYSMx8gFL+at9vgdWxhka7mD1fqxkrxXsQstUBCIsSY8FvkEOw==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-common@5.49.2':
- resolution: {integrity: sha512-bn0biLequn3epobCfjUqCxlIlurLr4RHu7RaE4trgN+RDcUq6HCVC3/yqq1hwbNYpVtulnTOJzcaxYlSr1fnuw==}
+ '@algolia/client-common@5.50.1':
+ resolution: {integrity: sha512-Hw52Fwapyk/7hMSV/fI4+s3H9MGZEUcRh4VphyXLAk2oLYdndVUkc6KBi0zwHSzwPAr+ZBwFPe2x6naUt9mZGw==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-insights@5.49.2':
- resolution: {integrity: sha512-z14wfFs1T3eeYbCArC8pvntAWsPo9f6hnUGoj8IoRUJTwgJiiySECkm8bmmV47/x0oGHfsVn3kBdjMX0yq0sNA==}
+ '@algolia/client-insights@5.50.1':
+ resolution: {integrity: sha512-Bn/wtwhJ7p1OD/6pY+Zzn+zlu2N/SJnH46md/PAbvqIzmjVuwjNwD4y0vV5Ov8naeukXdd7UU9v550+v8+mtlg==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-personalization@5.49.2':
- resolution: {integrity: sha512-GpRf7yuuAX93+Qt0JGEJZwgtL0MFdjFO9n7dn8s2pA9mTjzl0Sc5+uTk1VPbIAuf7xhCP9Mve+URGb6J+EYxgA==}
+ '@algolia/client-personalization@5.50.1':
+ resolution: {integrity: sha512-0V4Tu0RWR8YxkgI9EPVOZHGE4K5pEIhkLNN0CTkP/rnPsqaaSQpNMYW3/mGWdiKOWbX0iVmwLB9QESk3H0jS5g==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-query-suggestions@5.49.2':
- resolution: {integrity: sha512-HZwApmNkp0DiAjZcLYdQLddcG4Agb88OkojiAHGgcm5DVXobT5uSZ9lmyrbw/tmQBJwgu2CNw4zTyXoIB7YbPA==}
+ '@algolia/client-query-suggestions@5.50.1':
+ resolution: {integrity: sha512-jofcWNYMXJDDr87Z2eivlWY6o71Zn7F7aOvQCXSDAo9QTlyf7BhXEsZymLUvF0O1yU9Q9wvrjAWn8uVHYnAvgw==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-search@5.49.2':
- resolution: {integrity: sha512-y1IOpG6OSmTpGg/CT0YBb/EAhR2nsC18QWp9Jy8HO9iGySpcwaTvs5kHa17daP3BMTwWyaX9/1tDTDQshZzXdg==}
+ '@algolia/client-search@5.50.1':
+ resolution: {integrity: sha512-OteRb8WubcmEvU0YlMJwCXs3Q6xrdkb0v50/qZBJP1TF0CvujFZQM++9BjEkTER/Jr9wbPHvjSFKnbMta0b4dQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/ingestion@1.49.2':
- resolution: {integrity: sha512-YYJRjaZ2bqk923HxE4um7j/Cm3/xoSkF2HC2ZweOF8cXL3sqnlndSUYmCaxHFjNPWLaSHk2IfssX6J/tdKTULw==}
+ '@algolia/ingestion@1.50.1':
+ resolution: {integrity: sha512-0GmfSgDQK6oiIVXnJvGxtNFOfosBspRTR7csCOYCTL1P8QtxX2vDCIKwTM7xdSAEbJaZ43QlWg25q0Qdsndz8Q==}
engines: {node: '>= 14.0.0'}
- '@algolia/monitoring@1.49.2':
- resolution: {integrity: sha512-9WgH+Dha39EQQyGKCHlGYnxW/7W19DIrEbCEbnzwAMpGAv1yTWCHMPXHxYa+LcL3eCp2V/5idD1zHNlIKmHRHg==}
+ '@algolia/monitoring@1.50.1':
+ resolution: {integrity: sha512-ySuigKEe4YjYV3si8NVk9BHQpFj/1B+ON7DhhvTvbrZJseHQQloxzq0yHwKmznSdlO6C956fx4pcfOKkZClsyg==}
engines: {node: '>= 14.0.0'}
- '@algolia/recommend@5.49.2':
- resolution: {integrity: sha512-K7Gp5u+JtVYgaVpBxF5rGiM+Ia8SsMdcAJMTDV93rwh00DKNllC19o1g+PwrDjDvyXNrnTEbofzbTs2GLfFyKA==}
+ '@algolia/recommend@5.50.1':
+ resolution: {integrity: sha512-Cp8T/B0gVmjFlzzp6eP47hwKh5FGyeqQp1N48/ANDdvdiQkPqLyFHQVDwLBH0LddfIPQE+yqmZIgmKc82haF4A==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-browser-xhr@5.49.2':
- resolution: {integrity: sha512-3UhYCcWX6fbtN8ABcxZlhaQEwXFh3CsFtARyyadQShHMPe3mJV9Wel4FpJTa+seugRkbezFz0tt6aPTZSYTBuA==}
+ '@algolia/requester-browser-xhr@5.50.1':
+ resolution: {integrity: sha512-XKdGGLikfrlK66ZSXh/vWcXZZ8Vg3byDFbJD8pwEvN1FoBRGxhxya476IY2ohoTymLa4qB5LBRlIa+2TLHx3Uw==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-fetch@5.49.2':
- resolution: {integrity: sha512-G94VKSGbsr+WjsDDOBe5QDQ82QYgxvpxRGJfCHZBnYKYsy/jv9qGIDb93biza+LJWizQBUtDj7bZzp3QZyzhPQ==}
+ '@algolia/requester-fetch@5.50.1':
+ resolution: {integrity: sha512-mBAU6WyVsDwhHyGM+nodt1/oebHxgvuLlOAoMGbj/1i6LygDHZWDgL1t5JEs37x9Aywv7ZGhqbM1GsfZ54sU6g==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-node-http@5.49.2':
- resolution: {integrity: sha512-UuihBGHafG/ENsrcTGAn5rsOffrCIRuHMOsD85fZGLEY92ate+BMTUqxz60dv5zerh8ZumN4bRm8eW2z9L11jA==}
+ '@algolia/requester-node-http@5.50.1':
+ resolution: {integrity: sha512-qmo1LXrNKLHvJE6mdQbLnsZAoZvj7VyF2ft4xmbSGWI2WWm87fx/CjUX4kEExt4y0a6T6nEts6ofpUfH5TEE1A==}
engines: {node: '>= 14.0.0'}
'@babel/helper-string-parser@7.27.1':
@@ -108,8 +108,8 @@ packages:
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.29.0':
- resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
+ '@babel/parser@7.29.2':
+ resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -121,8 +121,8 @@ packages:
resolution: {integrity: sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==}
engines: {node: '>=18.0.0'}
- '@cloudflare/unenv-preset@2.15.0':
- resolution: {integrity: sha512-EGYmJaGZKWl+X8tXxcnx4v2bOZSjQeNI5dWFeXivgX9+YCT69AkzHHwlNbVpqtEUTbew8eQurpyOpeN8fg00nw==}
+ '@cloudflare/unenv-preset@2.16.0':
+ resolution: {integrity: sha512-8ovsRpwzPoEqPUzoErAYVv8l3FMZNeBVQfJTvtzP4AgLSRGZISRfuChFxHWUQd3n6cnrwkuTGxT+2cGo8EsyYg==}
peerDependencies:
unenv: 2.0.0-rc.24
workerd: 1.20260301.1 || ~1.20260302.1 || ~1.20260303.1 || ~1.20260304.1 || >1.20260305.0 <2.0.0-0
@@ -130,32 +130,32 @@ packages:
workerd:
optional: true
- '@cloudflare/workerd-darwin-64@1.20260310.1':
- resolution: {integrity: sha512-hF2VpoWaMb1fiGCQJqCY6M8I+2QQqjkyY4LiDYdTL5D/w6C1l5v1zhc0/jrjdD1DXfpJtpcSMSmEPjHse4p9Ig==}
+ '@cloudflare/workerd-darwin-64@1.20260401.1':
+ resolution: {integrity: sha512-ZSmceM70jH6k+/62VkEcmMNzrpr4kSctkX5Lsgqv38KktfhPY/hsh75y1lRoPWS3H3kgMa4p2pUSlidZR1u2hw==}
engines: {node: '>=16'}
cpu: [x64]
os: [darwin]
- '@cloudflare/workerd-darwin-arm64@1.20260310.1':
- resolution: {integrity: sha512-h/Vl3XrYYPI6yFDE27XO1QPq/1G1lKIM8tzZGIWYpntK3IN5XtH3Ee/sLaegpJ49aIJoqhF2mVAZ6Yw+Vk2gJw==}
+ '@cloudflare/workerd-darwin-arm64@1.20260401.1':
+ resolution: {integrity: sha512-7UKWF+IUZ3NXMVPsDg8Cjg0r58b+uYlfvs5Yt8bvtU+geCtW4P2MxRHmRSEo8SryckXOJjb/b8tcncgCykFu8g==}
engines: {node: '>=16'}
cpu: [arm64]
os: [darwin]
- '@cloudflare/workerd-linux-64@1.20260310.1':
- resolution: {integrity: sha512-XzQ0GZ8G5P4d74bQYOIP2Su4CLdNPpYidrInaSOuSxMw+HamsHaFrjVsrV2mPy/yk2hi6SY2yMbgKFK9YjA7vw==}
+ '@cloudflare/workerd-linux-64@1.20260401.1':
+ resolution: {integrity: sha512-MDWUH/0bvL/l9aauN8zEddyYOXId1OueqrUCXXENNJ95R/lSmF6OgGVuXaYhoIhxQkNiEJ/0NOlnVYj9mJq4dw==}
engines: {node: '>=16'}
cpu: [x64]
os: [linux]
- '@cloudflare/workerd-linux-arm64@1.20260310.1':
- resolution: {integrity: sha512-sxv4CxnN4ZR0uQGTFVGa0V4KTqwdej/czpIc5tYS86G8FQQoGIBiAIs2VvU7b8EROPcandxYHDBPTb+D9HIMPw==}
+ '@cloudflare/workerd-linux-arm64@1.20260401.1':
+ resolution: {integrity: sha512-UgkzpMzVWM/bwbo3vjCTg2aoKfGcUhiEoQoDdo6RGWvbHRJyLVZ4VQCG9ZcISiztkiS2ICCoYOtPy6M/lV6Gcw==}
engines: {node: '>=16'}
cpu: [arm64]
os: [linux]
- '@cloudflare/workerd-windows-64@1.20260310.1':
- resolution: {integrity: sha512-+1ZTViWKJypLfgH/luAHCqkent0DEBjAjvO40iAhOMHRLYP/SPphLvr4Jpi6lb+sIocS8Q1QZL4uM5Etg1Wskg==}
+ '@cloudflare/workerd-windows-64@1.20260401.1':
+ resolution: {integrity: sha512-HBLzcQF5iF4Qv20tQ++pG7xs3OsCnaIbc+GAi6fmhUKZhvmzvml/jwrQzLJ+MPm0cQo41K5OO/U3T4S8tvJetQ==}
engines: {node: '>=16'}
cpu: [x64]
os: [win32]
@@ -187,8 +187,8 @@ packages:
search-insights:
optional: true
- '@emnapi/runtime@1.8.1':
- resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
+ '@emnapi/runtime@1.9.2':
+ resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==}
'@esbuild/aix-ppc64@0.21.5':
resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
@@ -484,8 +484,8 @@ packages:
cpu: [x64]
os: [win32]
- '@iconify-json/simple-icons@1.2.73':
- resolution: {integrity: sha512-nQZTwul4c2zBqH/aLP4zMOiElj93T6HawbrP+sFQKpxmBdS5x1duCK3cAnkj6dntHz84EYkzaQRM83V2pj4qxA==}
+ '@iconify-json/simple-icons@1.2.76':
+ resolution: {integrity: sha512-lLRlA8yaf+1L5VCPRvR9lynoSklsddKHEylchmZJKdj/q2xVQ1ZAEJ8SCQlv9cbgtMefnlyM98U+8Si2aoFZPA==}
'@iconify/types@2.0.0':
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
@@ -646,128 +646,128 @@ packages:
'@poppinss/exception@1.2.3':
resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==}
- '@rollup/rollup-android-arm-eabi@4.59.0':
- resolution: {integrity: sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==}
+ '@rollup/rollup-android-arm-eabi@4.60.1':
+ resolution: {integrity: sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.59.0':
- resolution: {integrity: sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==}
+ '@rollup/rollup-android-arm64@4.60.1':
+ resolution: {integrity: sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.59.0':
- resolution: {integrity: sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==}
+ '@rollup/rollup-darwin-arm64@4.60.1':
+ resolution: {integrity: sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.59.0':
- resolution: {integrity: sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==}
+ '@rollup/rollup-darwin-x64@4.60.1':
+ resolution: {integrity: sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-freebsd-arm64@4.59.0':
- resolution: {integrity: sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==}
+ '@rollup/rollup-freebsd-arm64@4.60.1':
+ resolution: {integrity: sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==}
cpu: [arm64]
os: [freebsd]
- '@rollup/rollup-freebsd-x64@4.59.0':
- resolution: {integrity: sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==}
+ '@rollup/rollup-freebsd-x64@4.60.1':
+ resolution: {integrity: sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==}
cpu: [x64]
os: [freebsd]
- '@rollup/rollup-linux-arm-gnueabihf@4.59.0':
- resolution: {integrity: sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.60.1':
+ resolution: {integrity: sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.59.0':
- resolution: {integrity: sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==}
+ '@rollup/rollup-linux-arm-musleabihf@4.60.1':
+ resolution: {integrity: sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.59.0':
- resolution: {integrity: sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==}
+ '@rollup/rollup-linux-arm64-gnu@4.60.1':
+ resolution: {integrity: sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.59.0':
- resolution: {integrity: sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==}
+ '@rollup/rollup-linux-arm64-musl@4.60.1':
+ resolution: {integrity: sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-loong64-gnu@4.59.0':
- resolution: {integrity: sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==}
+ '@rollup/rollup-linux-loong64-gnu@4.60.1':
+ resolution: {integrity: sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==}
cpu: [loong64]
os: [linux]
- '@rollup/rollup-linux-loong64-musl@4.59.0':
- resolution: {integrity: sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==}
+ '@rollup/rollup-linux-loong64-musl@4.60.1':
+ resolution: {integrity: sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==}
cpu: [loong64]
os: [linux]
- '@rollup/rollup-linux-ppc64-gnu@4.59.0':
- resolution: {integrity: sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==}
+ '@rollup/rollup-linux-ppc64-gnu@4.60.1':
+ resolution: {integrity: sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-ppc64-musl@4.59.0':
- resolution: {integrity: sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==}
+ '@rollup/rollup-linux-ppc64-musl@4.60.1':
+ resolution: {integrity: sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.59.0':
- resolution: {integrity: sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.60.1':
+ resolution: {integrity: sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-riscv64-musl@4.59.0':
- resolution: {integrity: sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==}
+ '@rollup/rollup-linux-riscv64-musl@4.60.1':
+ resolution: {integrity: sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.59.0':
- resolution: {integrity: sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==}
+ '@rollup/rollup-linux-s390x-gnu@4.60.1':
+ resolution: {integrity: sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.59.0':
- resolution: {integrity: sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==}
+ '@rollup/rollup-linux-x64-gnu@4.60.1':
+ resolution: {integrity: sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.59.0':
- resolution: {integrity: sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==}
+ '@rollup/rollup-linux-x64-musl@4.60.1':
+ resolution: {integrity: sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-openbsd-x64@4.59.0':
- resolution: {integrity: sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==}
+ '@rollup/rollup-openbsd-x64@4.60.1':
+ resolution: {integrity: sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==}
cpu: [x64]
os: [openbsd]
- '@rollup/rollup-openharmony-arm64@4.59.0':
- resolution: {integrity: sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==}
+ '@rollup/rollup-openharmony-arm64@4.60.1':
+ resolution: {integrity: sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==}
cpu: [arm64]
os: [openharmony]
- '@rollup/rollup-win32-arm64-msvc@4.59.0':
- resolution: {integrity: sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==}
+ '@rollup/rollup-win32-arm64-msvc@4.60.1':
+ resolution: {integrity: sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.59.0':
- resolution: {integrity: sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==}
+ '@rollup/rollup-win32-ia32-msvc@4.60.1':
+ resolution: {integrity: sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-gnu@4.59.0':
- resolution: {integrity: sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==}
+ '@rollup/rollup-win32-x64-gnu@4.60.1':
+ resolution: {integrity: sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==}
cpu: [x64]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.59.0':
- resolution: {integrity: sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==}
+ '@rollup/rollup-win32-x64-msvc@4.60.1':
+ resolution: {integrity: sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==}
cpu: [x64]
os: [win32]
@@ -799,8 +799,8 @@ packages:
resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==}
engines: {node: '>=18'}
- '@speed-highlight/core@1.2.14':
- resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==}
+ '@speed-highlight/core@1.2.15':
+ resolution: {integrity: sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==}
'@types/estree@1.0.8':
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
@@ -820,8 +820,8 @@ packages:
'@types/mdurl@2.0.0':
resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==}
- '@types/node@25.4.0':
- resolution: {integrity: sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw==}
+ '@types/node@25.5.2':
+ resolution: {integrity: sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==}
'@types/unist@3.0.3':
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
@@ -839,17 +839,17 @@ packages:
vite: ^5.0.0 || ^6.0.0
vue: ^3.2.25
- '@vue/compiler-core@3.5.30':
- resolution: {integrity: sha512-s3DfdZkcu/qExZ+td75015ljzHc6vE+30cFMGRPROYjqkroYI5NV2X1yAMX9UeyBNWB9MxCfPcsjpLS11nzkkw==}
+ '@vue/compiler-core@3.5.32':
+ resolution: {integrity: sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==}
- '@vue/compiler-dom@3.5.30':
- resolution: {integrity: sha512-eCFYESUEVYHhiMuK4SQTldO3RYxyMR/UQL4KdGD1Yrkfdx4m/HYuZ9jSfPdA+nWJY34VWndiYdW/wZXyiPEB9g==}
+ '@vue/compiler-dom@3.5.32':
+ resolution: {integrity: sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==}
- '@vue/compiler-sfc@3.5.30':
- resolution: {integrity: sha512-LqmFPDn89dtU9vI3wHJnwaV6GfTRD87AjWpTWpyrdVOObVtjIuSeZr181z5C4PmVx/V3j2p+0f7edFKGRMpQ5A==}
+ '@vue/compiler-sfc@3.5.32':
+ resolution: {integrity: sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==}
- '@vue/compiler-ssr@3.5.30':
- resolution: {integrity: sha512-NsYK6OMTnx109PSL2IAyf62JP6EUdk4Dmj6AkWcJGBvN0dQoMYtVekAmdqgTtWQgEJo+Okstbf/1p7qZr5H+bA==}
+ '@vue/compiler-ssr@3.5.32':
+ resolution: {integrity: sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==}
'@vue/devtools-api@7.7.9':
resolution: {integrity: sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==}
@@ -860,22 +860,22 @@ packages:
'@vue/devtools-shared@7.7.9':
resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==}
- '@vue/reactivity@3.5.30':
- resolution: {integrity: sha512-179YNgKATuwj9gB+66snskRDOitDiuOZqkYia7mHKJaidOMo/WJxHKF8DuGc4V4XbYTJANlfEKb0yxTQotnx4Q==}
+ '@vue/reactivity@3.5.32':
+ resolution: {integrity: sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==}
- '@vue/runtime-core@3.5.30':
- resolution: {integrity: sha512-e0Z+8PQsUTdwV8TtEsLzUM7SzC7lQwYKePydb7K2ZnmS6jjND+WJXkmmfh/swYzRyfP1EY3fpdesyYoymCzYfg==}
+ '@vue/runtime-core@3.5.32':
+ resolution: {integrity: sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==}
- '@vue/runtime-dom@3.5.30':
- resolution: {integrity: sha512-2UIGakjU4WSQ0T4iwDEW0W7vQj6n7AFn7taqZ9Cvm0Q/RA2FFOziLESrDL4GmtI1wV3jXg5nMoJSYO66egDUBw==}
+ '@vue/runtime-dom@3.5.32':
+ resolution: {integrity: sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==}
- '@vue/server-renderer@3.5.30':
- resolution: {integrity: sha512-v+R34icapydRwbZRD0sXwtHqrQJv38JuMB4JxbOxd8NEpGLny7cncMp53W9UH/zo4j8eDHjQ1dEJXwzFQknjtQ==}
+ '@vue/server-renderer@3.5.32':
+ resolution: {integrity: sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==}
peerDependencies:
- vue: 3.5.30
+ vue: 3.5.32
- '@vue/shared@3.5.30':
- resolution: {integrity: sha512-YXgQ7JjaO18NeK2K9VTbDHaFy62WrObMa6XERNfNOkAhD1F1oDSf3ZJ7K6GqabZ0BvSDHajp8qfS5Sa2I9n8uQ==}
+ '@vue/shared@3.5.32':
+ resolution: {integrity: sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==}
'@vueuse/core@12.8.2':
resolution: {integrity: sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==}
@@ -927,8 +927,8 @@ packages:
'@vueuse/shared@12.8.2':
resolution: {integrity: sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==}
- algoliasearch@5.49.2:
- resolution: {integrity: sha512-1K0wtDaRONwfhL4h8bbJ9qTjmY6rhGgRvvagXkMBsAOMNr+3Q2SffHECh9DIuNVrMA1JwA0zCwhyepgBZVakng==}
+ algoliasearch@5.50.1:
+ resolution: {integrity: sha512-/bwdue1/8LWELn/DBalGRfuLsXBLXULJo/yOeavJtDu8rBwxIzC6/Rz9Jg19S21VkJvRuZO1k8CZXBMS73mYbA==}
engines: {node: '>= 14.0.0'}
birpc@2.9.0:
@@ -1064,8 +1064,8 @@ packages:
micromark-util-types@2.0.2:
resolution: {integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==}
- miniflare@4.20260310.0:
- resolution: {integrity: sha512-uC5vNPenFpDSj5aUU3wGSABG6UUqMr+Xs1m4AkCrTHo37F4Z6xcQw5BXqViTfPDVT/zcYH1UgTVoXhr1l6ZMXw==}
+ miniflare@4.20260401.0:
+ resolution: {integrity: sha512-lngHPzZFN9sxYG/mhzvnWiBMNVAN5MsO/7g32ttJ07rymtiK/ZBalODTKb8Od+BQdlU5DOR4CjVt9NydjnUyYg==}
engines: {node: '>=18.0.0'}
hasBin: true
@@ -1102,8 +1102,8 @@ packages:
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
engines: {node: ^10 || ^12 || >=14}
- preact@10.29.0:
- resolution: {integrity: sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==}
+ preact@10.29.1:
+ resolution: {integrity: sha512-gQCLc/vWroE8lIpleXtdJhTFDogTdZG9AjMUpVkDf2iTCNwYNWA+u16dL41TqUDJO4gm2IgrcMv3uTpjd4Pwmg==}
process-nextick-args@2.0.1:
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
@@ -1126,8 +1126,8 @@ packages:
rfdc@1.4.1:
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
- rollup@4.59.0:
- resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==}
+ rollup@4.60.1:
+ resolution: {integrity: sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -1194,8 +1194,8 @@ packages:
undici-types@7.18.2:
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
- undici@7.18.2:
- resolution: {integrity: sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==}
+ undici@7.24.4:
+ resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==}
engines: {node: '>=20.18.1'}
unenv@2.0.0-rc.24:
@@ -1268,25 +1268,25 @@ packages:
postcss:
optional: true
- vue@3.5.30:
- resolution: {integrity: sha512-hTHLc6VNZyzzEH/l7PFGjpcTvUgiaPK5mdLkbjrTeWSRcEfxFrv56g/XckIYlE9ckuobsdwqd5mk2g1sBkMewg==}
+ vue@3.5.32:
+ resolution: {integrity: sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- workerd@1.20260310.1:
- resolution: {integrity: sha512-yawXhypXXHtArikJj15HOMknNGikpBbSg2ZDe6lddUbqZnJXuCVSkgc/0ArUeVMG1jbbGvpst+REFtKwILvRTQ==}
+ workerd@1.20260401.1:
+ resolution: {integrity: sha512-mUYCd+ohaWJWF5nhDzxugWaAD/DM8Dw0ze3B7bu8JaA7S70+XQJXcvcvwE8C4qGcxSdCyqjsrFzqxKubECDwzg==}
engines: {node: '>=16'}
hasBin: true
- wrangler@4.72.0:
- resolution: {integrity: sha512-bKkb8150JGzJZJWiNB2nu/33smVfawmfYiecA6rW4XH7xS23/jqMbgpdelM34W/7a1IhR66qeQGVqTRXROtAZg==}
- engines: {node: '>=20.0.0'}
+ wrangler@4.80.0:
+ resolution: {integrity: sha512-2ZKF7uPeOZy65BGk3YfvqBCPo/xH1MrAlMmH9mVP+tCNBrTUMnwOHSj1HrZHgR8LttkAqhko0fGz+I4ax1rzyQ==}
+ engines: {node: '>=20.3.0'}
hasBin: true
peerDependencies:
- '@cloudflare/workers-types': ^4.20260310.1
+ '@cloudflare/workers-types': ^4.20260401.1
peerDependenciesMeta:
'@cloudflare/workers-types':
optional: true
@@ -1314,123 +1314,123 @@ packages:
snapshots:
- '@algolia/abtesting@1.15.2':
+ '@algolia/abtesting@1.16.1':
dependencies:
- '@algolia/client-common': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/client-common': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
- '@algolia/autocomplete-core@1.17.7(@algolia/client-search@5.49.2)(algoliasearch@5.49.2)(search-insights@2.13.0)':
+ '@algolia/autocomplete-core@1.17.7(@algolia/client-search@5.50.1)(algoliasearch@5.50.1)(search-insights@2.13.0)':
dependencies:
- '@algolia/autocomplete-plugin-algolia-insights': 1.17.7(@algolia/client-search@5.49.2)(algoliasearch@5.49.2)(search-insights@2.13.0)
- '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.49.2)(algoliasearch@5.49.2)
+ '@algolia/autocomplete-plugin-algolia-insights': 1.17.7(@algolia/client-search@5.50.1)(algoliasearch@5.50.1)(search-insights@2.13.0)
+ '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.50.1)(algoliasearch@5.50.1)
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- search-insights
- '@algolia/autocomplete-plugin-algolia-insights@1.17.7(@algolia/client-search@5.49.2)(algoliasearch@5.49.2)(search-insights@2.13.0)':
+ '@algolia/autocomplete-plugin-algolia-insights@1.17.7(@algolia/client-search@5.50.1)(algoliasearch@5.50.1)(search-insights@2.13.0)':
dependencies:
- '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.49.2)(algoliasearch@5.49.2)
+ '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.50.1)(algoliasearch@5.50.1)
search-insights: 2.13.0
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- '@algolia/autocomplete-preset-algolia@1.17.7(@algolia/client-search@5.49.2)(algoliasearch@5.49.2)':
+ '@algolia/autocomplete-preset-algolia@1.17.7(@algolia/client-search@5.50.1)(algoliasearch@5.50.1)':
dependencies:
- '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.49.2)(algoliasearch@5.49.2)
- '@algolia/client-search': 5.49.2
- algoliasearch: 5.49.2
+ '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.50.1)(algoliasearch@5.50.1)
+ '@algolia/client-search': 5.50.1
+ algoliasearch: 5.50.1
- '@algolia/autocomplete-shared@1.17.7(@algolia/client-search@5.49.2)(algoliasearch@5.49.2)':
+ '@algolia/autocomplete-shared@1.17.7(@algolia/client-search@5.50.1)(algoliasearch@5.50.1)':
dependencies:
- '@algolia/client-search': 5.49.2
- algoliasearch: 5.49.2
+ '@algolia/client-search': 5.50.1
+ algoliasearch: 5.50.1
- '@algolia/client-abtesting@5.49.2':
+ '@algolia/client-abtesting@5.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/client-common': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
- '@algolia/client-analytics@5.49.2':
+ '@algolia/client-analytics@5.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/client-common': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
- '@algolia/client-common@5.49.2': {}
+ '@algolia/client-common@5.50.1': {}
- '@algolia/client-insights@5.49.2':
+ '@algolia/client-insights@5.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/client-common': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
- '@algolia/client-personalization@5.49.2':
+ '@algolia/client-personalization@5.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/client-common': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
- '@algolia/client-query-suggestions@5.49.2':
+ '@algolia/client-query-suggestions@5.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/client-common': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
- '@algolia/client-search@5.49.2':
+ '@algolia/client-search@5.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/client-common': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
- '@algolia/ingestion@1.49.2':
+ '@algolia/ingestion@1.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/client-common': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
- '@algolia/monitoring@1.49.2':
+ '@algolia/monitoring@1.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/client-common': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
- '@algolia/recommend@5.49.2':
+ '@algolia/recommend@5.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/client-common': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
- '@algolia/requester-browser-xhr@5.49.2':
+ '@algolia/requester-browser-xhr@5.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
+ '@algolia/client-common': 5.50.1
- '@algolia/requester-fetch@5.49.2':
+ '@algolia/requester-fetch@5.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
+ '@algolia/client-common': 5.50.1
- '@algolia/requester-node-http@5.49.2':
+ '@algolia/requester-node-http@5.50.1':
dependencies:
- '@algolia/client-common': 5.49.2
+ '@algolia/client-common': 5.50.1
'@babel/helper-string-parser@7.27.1': {}
'@babel/helper-validator-identifier@7.28.5': {}
- '@babel/parser@7.29.0':
+ '@babel/parser@7.29.2':
dependencies:
'@babel/types': 7.29.0
@@ -1441,25 +1441,25 @@ snapshots:
'@cloudflare/kv-asset-handler@0.4.2': {}
- '@cloudflare/unenv-preset@2.15.0(unenv@2.0.0-rc.24)(workerd@1.20260310.1)':
+ '@cloudflare/unenv-preset@2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260401.1)':
dependencies:
unenv: 2.0.0-rc.24
optionalDependencies:
- workerd: 1.20260310.1
+ workerd: 1.20260401.1
- '@cloudflare/workerd-darwin-64@1.20260310.1':
+ '@cloudflare/workerd-darwin-64@1.20260401.1':
optional: true
- '@cloudflare/workerd-darwin-arm64@1.20260310.1':
+ '@cloudflare/workerd-darwin-arm64@1.20260401.1':
optional: true
- '@cloudflare/workerd-linux-64@1.20260310.1':
+ '@cloudflare/workerd-linux-64@1.20260401.1':
optional: true
- '@cloudflare/workerd-linux-arm64@1.20260310.1':
+ '@cloudflare/workerd-linux-arm64@1.20260401.1':
optional: true
- '@cloudflare/workerd-windows-64@1.20260310.1':
+ '@cloudflare/workerd-windows-64@1.20260401.1':
optional: true
'@cspotcode/source-map-support@0.8.1':
@@ -1468,10 +1468,10 @@ snapshots:
'@docsearch/css@3.8.2': {}
- '@docsearch/js@3.8.2(@algolia/client-search@5.49.2)(search-insights@2.13.0)':
+ '@docsearch/js@3.8.2(@algolia/client-search@5.50.1)(search-insights@2.13.0)':
dependencies:
- '@docsearch/react': 3.8.2(@algolia/client-search@5.49.2)(search-insights@2.13.0)
- preact: 10.29.0
+ '@docsearch/react': 3.8.2(@algolia/client-search@5.50.1)(search-insights@2.13.0)
+ preact: 10.29.1
transitivePeerDependencies:
- '@algolia/client-search'
- '@types/react'
@@ -1479,18 +1479,18 @@ snapshots:
- react-dom
- search-insights
- '@docsearch/react@3.8.2(@algolia/client-search@5.49.2)(search-insights@2.13.0)':
+ '@docsearch/react@3.8.2(@algolia/client-search@5.50.1)(search-insights@2.13.0)':
dependencies:
- '@algolia/autocomplete-core': 1.17.7(@algolia/client-search@5.49.2)(algoliasearch@5.49.2)(search-insights@2.13.0)
- '@algolia/autocomplete-preset-algolia': 1.17.7(@algolia/client-search@5.49.2)(algoliasearch@5.49.2)
+ '@algolia/autocomplete-core': 1.17.7(@algolia/client-search@5.50.1)(algoliasearch@5.50.1)(search-insights@2.13.0)
+ '@algolia/autocomplete-preset-algolia': 1.17.7(@algolia/client-search@5.50.1)(algoliasearch@5.50.1)
'@docsearch/css': 3.8.2
- algoliasearch: 5.49.2
+ algoliasearch: 5.50.1
optionalDependencies:
search-insights: 2.13.0
transitivePeerDependencies:
- '@algolia/client-search'
- '@emnapi/runtime@1.8.1':
+ '@emnapi/runtime@1.9.2':
dependencies:
tslib: 2.8.1
optional: true
@@ -1642,7 +1642,7 @@ snapshots:
'@esbuild/win32-x64@0.27.3':
optional: true
- '@iconify-json/simple-icons@1.2.73':
+ '@iconify-json/simple-icons@1.2.76':
dependencies:
'@iconify/types': 2.0.0
@@ -1732,7 +1732,7 @@ snapshots:
'@img/sharp-wasm32@0.34.5':
dependencies:
- '@emnapi/runtime': 1.8.1
+ '@emnapi/runtime': 1.9.2
optional: true
'@img/sharp-win32-arm64@0.34.5':
@@ -1765,79 +1765,79 @@ snapshots:
'@poppinss/exception@1.2.3': {}
- '@rollup/rollup-android-arm-eabi@4.59.0':
+ '@rollup/rollup-android-arm-eabi@4.60.1':
optional: true
- '@rollup/rollup-android-arm64@4.59.0':
+ '@rollup/rollup-android-arm64@4.60.1':
optional: true
- '@rollup/rollup-darwin-arm64@4.59.0':
+ '@rollup/rollup-darwin-arm64@4.60.1':
optional: true
- '@rollup/rollup-darwin-x64@4.59.0':
+ '@rollup/rollup-darwin-x64@4.60.1':
optional: true
- '@rollup/rollup-freebsd-arm64@4.59.0':
+ '@rollup/rollup-freebsd-arm64@4.60.1':
optional: true
- '@rollup/rollup-freebsd-x64@4.59.0':
+ '@rollup/rollup-freebsd-x64@4.60.1':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.59.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.60.1':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.59.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.60.1':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.59.0':
+ '@rollup/rollup-linux-arm64-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.59.0':
+ '@rollup/rollup-linux-arm64-musl@4.60.1':
optional: true
- '@rollup/rollup-linux-loong64-gnu@4.59.0':
+ '@rollup/rollup-linux-loong64-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-loong64-musl@4.59.0':
+ '@rollup/rollup-linux-loong64-musl@4.60.1':
optional: true
- '@rollup/rollup-linux-ppc64-gnu@4.59.0':
+ '@rollup/rollup-linux-ppc64-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-ppc64-musl@4.59.0':
+ '@rollup/rollup-linux-ppc64-musl@4.60.1':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.59.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-riscv64-musl@4.59.0':
+ '@rollup/rollup-linux-riscv64-musl@4.60.1':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.59.0':
+ '@rollup/rollup-linux-s390x-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.59.0':
+ '@rollup/rollup-linux-x64-gnu@4.60.1':
optional: true
- '@rollup/rollup-linux-x64-musl@4.59.0':
+ '@rollup/rollup-linux-x64-musl@4.60.1':
optional: true
- '@rollup/rollup-openbsd-x64@4.59.0':
+ '@rollup/rollup-openbsd-x64@4.60.1':
optional: true
- '@rollup/rollup-openharmony-arm64@4.59.0':
+ '@rollup/rollup-openharmony-arm64@4.60.1':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.59.0':
+ '@rollup/rollup-win32-arm64-msvc@4.60.1':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.59.0':
+ '@rollup/rollup-win32-ia32-msvc@4.60.1':
optional: true
- '@rollup/rollup-win32-x64-gnu@4.59.0':
+ '@rollup/rollup-win32-x64-gnu@4.60.1':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.59.0':
+ '@rollup/rollup-win32-x64-msvc@4.60.1':
optional: true
'@shikijs/core@2.5.0':
@@ -1882,7 +1882,7 @@ snapshots:
'@sindresorhus/is@7.2.0': {}
- '@speed-highlight/core@1.2.14': {}
+ '@speed-highlight/core@1.2.15': {}
'@types/estree@1.0.8': {}
@@ -1903,7 +1903,7 @@ snapshots:
'@types/mdurl@2.0.0': {}
- '@types/node@25.4.0':
+ '@types/node@25.5.2':
dependencies:
undici-types: 7.18.2
@@ -1913,40 +1913,40 @@ snapshots:
'@ungap/structured-clone@1.3.0': {}
- '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@25.4.0))(vue@3.5.30(typescript@5.4.5))':
+ '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@25.5.2))(vue@3.5.32(typescript@5.4.5))':
dependencies:
- vite: 5.4.21(@types/node@25.4.0)
- vue: 3.5.30(typescript@5.4.5)
+ vite: 5.4.21(@types/node@25.5.2)
+ vue: 3.5.32(typescript@5.4.5)
- '@vue/compiler-core@3.5.30':
+ '@vue/compiler-core@3.5.32':
dependencies:
- '@babel/parser': 7.29.0
- '@vue/shared': 3.5.30
+ '@babel/parser': 7.29.2
+ '@vue/shared': 3.5.32
entities: 7.0.1
estree-walker: 2.0.2
source-map-js: 1.2.1
- '@vue/compiler-dom@3.5.30':
+ '@vue/compiler-dom@3.5.32':
dependencies:
- '@vue/compiler-core': 3.5.30
- '@vue/shared': 3.5.30
+ '@vue/compiler-core': 3.5.32
+ '@vue/shared': 3.5.32
- '@vue/compiler-sfc@3.5.30':
+ '@vue/compiler-sfc@3.5.32':
dependencies:
- '@babel/parser': 7.29.0
- '@vue/compiler-core': 3.5.30
- '@vue/compiler-dom': 3.5.30
- '@vue/compiler-ssr': 3.5.30
- '@vue/shared': 3.5.30
+ '@babel/parser': 7.29.2
+ '@vue/compiler-core': 3.5.32
+ '@vue/compiler-dom': 3.5.32
+ '@vue/compiler-ssr': 3.5.32
+ '@vue/shared': 3.5.32
estree-walker: 2.0.2
magic-string: 0.30.21
postcss: 8.5.8
source-map-js: 1.2.1
- '@vue/compiler-ssr@3.5.30':
+ '@vue/compiler-ssr@3.5.32':
dependencies:
- '@vue/compiler-dom': 3.5.30
- '@vue/shared': 3.5.30
+ '@vue/compiler-dom': 3.5.32
+ '@vue/shared': 3.5.32
'@vue/devtools-api@7.7.9':
dependencies:
@@ -1966,36 +1966,36 @@ snapshots:
dependencies:
rfdc: 1.4.1
- '@vue/reactivity@3.5.30':
+ '@vue/reactivity@3.5.32':
dependencies:
- '@vue/shared': 3.5.30
+ '@vue/shared': 3.5.32
- '@vue/runtime-core@3.5.30':
+ '@vue/runtime-core@3.5.32':
dependencies:
- '@vue/reactivity': 3.5.30
- '@vue/shared': 3.5.30
+ '@vue/reactivity': 3.5.32
+ '@vue/shared': 3.5.32
- '@vue/runtime-dom@3.5.30':
+ '@vue/runtime-dom@3.5.32':
dependencies:
- '@vue/reactivity': 3.5.30
- '@vue/runtime-core': 3.5.30
- '@vue/shared': 3.5.30
+ '@vue/reactivity': 3.5.32
+ '@vue/runtime-core': 3.5.32
+ '@vue/shared': 3.5.32
csstype: 3.2.3
- '@vue/server-renderer@3.5.30(vue@3.5.30(typescript@5.4.5))':
+ '@vue/server-renderer@3.5.32(vue@3.5.32(typescript@5.4.5))':
dependencies:
- '@vue/compiler-ssr': 3.5.30
- '@vue/shared': 3.5.30
- vue: 3.5.30(typescript@5.4.5)
+ '@vue/compiler-ssr': 3.5.32
+ '@vue/shared': 3.5.32
+ vue: 3.5.32(typescript@5.4.5)
- '@vue/shared@3.5.30': {}
+ '@vue/shared@3.5.32': {}
'@vueuse/core@12.8.2(typescript@5.4.5)':
dependencies:
'@types/web-bluetooth': 0.0.21
'@vueuse/metadata': 12.8.2
'@vueuse/shared': 12.8.2(typescript@5.4.5)
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
transitivePeerDependencies:
- typescript
@@ -2003,7 +2003,7 @@ snapshots:
dependencies:
'@vueuse/core': 12.8.2(typescript@5.4.5)
'@vueuse/shared': 12.8.2(typescript@5.4.5)
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
optionalDependencies:
focus-trap: 7.8.0
transitivePeerDependencies:
@@ -2013,26 +2013,26 @@ snapshots:
'@vueuse/shared@12.8.2(typescript@5.4.5)':
dependencies:
- vue: 3.5.30(typescript@5.4.5)
+ vue: 3.5.32(typescript@5.4.5)
transitivePeerDependencies:
- typescript
- algoliasearch@5.49.2:
+ algoliasearch@5.50.1:
dependencies:
- '@algolia/abtesting': 1.15.2
- '@algolia/client-abtesting': 5.49.2
- '@algolia/client-analytics': 5.49.2
- '@algolia/client-common': 5.49.2
- '@algolia/client-insights': 5.49.2
- '@algolia/client-personalization': 5.49.2
- '@algolia/client-query-suggestions': 5.49.2
- '@algolia/client-search': 5.49.2
- '@algolia/ingestion': 1.49.2
- '@algolia/monitoring': 1.49.2
- '@algolia/recommend': 5.49.2
- '@algolia/requester-browser-xhr': 5.49.2
- '@algolia/requester-fetch': 5.49.2
- '@algolia/requester-node-http': 5.49.2
+ '@algolia/abtesting': 1.16.1
+ '@algolia/client-abtesting': 5.50.1
+ '@algolia/client-analytics': 5.50.1
+ '@algolia/client-common': 5.50.1
+ '@algolia/client-insights': 5.50.1
+ '@algolia/client-personalization': 5.50.1
+ '@algolia/client-query-suggestions': 5.50.1
+ '@algolia/client-search': 5.50.1
+ '@algolia/ingestion': 1.50.1
+ '@algolia/monitoring': 1.50.1
+ '@algolia/recommend': 5.50.1
+ '@algolia/requester-browser-xhr': 5.50.1
+ '@algolia/requester-fetch': 5.50.1
+ '@algolia/requester-node-http': 5.50.1
birpc@2.9.0: {}
@@ -2212,12 +2212,12 @@ snapshots:
micromark-util-types@2.0.2: {}
- miniflare@4.20260310.0:
+ miniflare@4.20260401.0:
dependencies:
'@cspotcode/source-map-support': 0.8.1
sharp: 0.34.5
- undici: 7.18.2
- workerd: 1.20260310.1
+ undici: 7.24.4
+ workerd: 1.20260401.1
ws: 8.18.0
youch: 4.1.0-beta.10
transitivePeerDependencies:
@@ -2252,7 +2252,7 @@ snapshots:
picocolors: 1.1.1
source-map-js: 1.2.1
- preact@10.29.0: {}
+ preact@10.29.1: {}
process-nextick-args@2.0.1: {}
@@ -2280,35 +2280,35 @@ snapshots:
rfdc@1.4.1: {}
- rollup@4.59.0:
+ rollup@4.60.1:
dependencies:
'@types/estree': 1.0.8
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.59.0
- '@rollup/rollup-android-arm64': 4.59.0
- '@rollup/rollup-darwin-arm64': 4.59.0
- '@rollup/rollup-darwin-x64': 4.59.0
- '@rollup/rollup-freebsd-arm64': 4.59.0
- '@rollup/rollup-freebsd-x64': 4.59.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.59.0
- '@rollup/rollup-linux-arm-musleabihf': 4.59.0
- '@rollup/rollup-linux-arm64-gnu': 4.59.0
- '@rollup/rollup-linux-arm64-musl': 4.59.0
- '@rollup/rollup-linux-loong64-gnu': 4.59.0
- '@rollup/rollup-linux-loong64-musl': 4.59.0
- '@rollup/rollup-linux-ppc64-gnu': 4.59.0
- '@rollup/rollup-linux-ppc64-musl': 4.59.0
- '@rollup/rollup-linux-riscv64-gnu': 4.59.0
- '@rollup/rollup-linux-riscv64-musl': 4.59.0
- '@rollup/rollup-linux-s390x-gnu': 4.59.0
- '@rollup/rollup-linux-x64-gnu': 4.59.0
- '@rollup/rollup-linux-x64-musl': 4.59.0
- '@rollup/rollup-openbsd-x64': 4.59.0
- '@rollup/rollup-openharmony-arm64': 4.59.0
- '@rollup/rollup-win32-arm64-msvc': 4.59.0
- '@rollup/rollup-win32-ia32-msvc': 4.59.0
- '@rollup/rollup-win32-x64-gnu': 4.59.0
- '@rollup/rollup-win32-x64-msvc': 4.59.0
+ '@rollup/rollup-android-arm-eabi': 4.60.1
+ '@rollup/rollup-android-arm64': 4.60.1
+ '@rollup/rollup-darwin-arm64': 4.60.1
+ '@rollup/rollup-darwin-x64': 4.60.1
+ '@rollup/rollup-freebsd-arm64': 4.60.1
+ '@rollup/rollup-freebsd-x64': 4.60.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.60.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.60.1
+ '@rollup/rollup-linux-arm64-gnu': 4.60.1
+ '@rollup/rollup-linux-arm64-musl': 4.60.1
+ '@rollup/rollup-linux-loong64-gnu': 4.60.1
+ '@rollup/rollup-linux-loong64-musl': 4.60.1
+ '@rollup/rollup-linux-ppc64-gnu': 4.60.1
+ '@rollup/rollup-linux-ppc64-musl': 4.60.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.60.1
+ '@rollup/rollup-linux-riscv64-musl': 4.60.1
+ '@rollup/rollup-linux-s390x-gnu': 4.60.1
+ '@rollup/rollup-linux-x64-gnu': 4.60.1
+ '@rollup/rollup-linux-x64-musl': 4.60.1
+ '@rollup/rollup-openbsd-x64': 4.60.1
+ '@rollup/rollup-openharmony-arm64': 4.60.1
+ '@rollup/rollup-win32-arm64-msvc': 4.60.1
+ '@rollup/rollup-win32-ia32-msvc': 4.60.1
+ '@rollup/rollup-win32-x64-gnu': 4.60.1
+ '@rollup/rollup-win32-x64-msvc': 4.60.1
fsevents: 2.3.3
safe-buffer@5.1.2: {}
@@ -2394,7 +2394,7 @@ snapshots:
undici-types@7.18.2: {}
- undici@7.18.2: {}
+ undici@7.24.4: {}
unenv@2.0.0-rc.24:
dependencies:
@@ -2435,35 +2435,35 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.3
- vite@5.4.21(@types/node@25.4.0):
+ vite@5.4.21(@types/node@25.5.2):
dependencies:
esbuild: 0.21.5
postcss: 8.5.8
- rollup: 4.59.0
+ rollup: 4.60.1
optionalDependencies:
- '@types/node': 25.4.0
+ '@types/node': 25.5.2
fsevents: 2.3.3
- vitepress@1.6.4(@algolia/client-search@5.49.2)(@types/node@25.4.0)(postcss@8.5.8)(search-insights@2.13.0)(typescript@5.4.5):
+ vitepress@1.6.4(@algolia/client-search@5.50.1)(@types/node@25.5.2)(postcss@8.5.8)(search-insights@2.13.0)(typescript@5.4.5):
dependencies:
'@docsearch/css': 3.8.2
- '@docsearch/js': 3.8.2(@algolia/client-search@5.49.2)(search-insights@2.13.0)
- '@iconify-json/simple-icons': 1.2.73
+ '@docsearch/js': 3.8.2(@algolia/client-search@5.50.1)(search-insights@2.13.0)
+ '@iconify-json/simple-icons': 1.2.76
'@shikijs/core': 2.5.0
'@shikijs/transformers': 2.5.0
'@shikijs/types': 2.5.0
'@types/markdown-it': 14.1.2
- '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@25.4.0))(vue@3.5.30(typescript@5.4.5))
+ '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@25.5.2))(vue@3.5.32(typescript@5.4.5))
'@vue/devtools-api': 7.7.9
- '@vue/shared': 3.5.30
+ '@vue/shared': 3.5.32
'@vueuse/core': 12.8.2(typescript@5.4.5)
'@vueuse/integrations': 12.8.2(focus-trap@7.8.0)(typescript@5.4.5)
focus-trap: 7.8.0
mark.js: 8.11.1
minisearch: 7.2.0
shiki: 2.5.0
- vite: 5.4.21(@types/node@25.4.0)
- vue: 3.5.30(typescript@5.4.5)
+ vite: 5.4.21(@types/node@25.5.2)
+ vue: 3.5.32(typescript@5.4.5)
optionalDependencies:
postcss: 8.5.8
transitivePeerDependencies:
@@ -2493,34 +2493,34 @@ snapshots:
- typescript
- universal-cookie
- vue@3.5.30(typescript@5.4.5):
+ vue@3.5.32(typescript@5.4.5):
dependencies:
- '@vue/compiler-dom': 3.5.30
- '@vue/compiler-sfc': 3.5.30
- '@vue/runtime-dom': 3.5.30
- '@vue/server-renderer': 3.5.30(vue@3.5.30(typescript@5.4.5))
- '@vue/shared': 3.5.30
+ '@vue/compiler-dom': 3.5.32
+ '@vue/compiler-sfc': 3.5.32
+ '@vue/runtime-dom': 3.5.32
+ '@vue/server-renderer': 3.5.32(vue@3.5.32(typescript@5.4.5))
+ '@vue/shared': 3.5.32
optionalDependencies:
typescript: 5.4.5
- workerd@1.20260310.1:
+ workerd@1.20260401.1:
optionalDependencies:
- '@cloudflare/workerd-darwin-64': 1.20260310.1
- '@cloudflare/workerd-darwin-arm64': 1.20260310.1
- '@cloudflare/workerd-linux-64': 1.20260310.1
- '@cloudflare/workerd-linux-arm64': 1.20260310.1
- '@cloudflare/workerd-windows-64': 1.20260310.1
+ '@cloudflare/workerd-darwin-64': 1.20260401.1
+ '@cloudflare/workerd-darwin-arm64': 1.20260401.1
+ '@cloudflare/workerd-linux-64': 1.20260401.1
+ '@cloudflare/workerd-linux-arm64': 1.20260401.1
+ '@cloudflare/workerd-windows-64': 1.20260401.1
- wrangler@4.72.0:
+ wrangler@4.80.0:
dependencies:
'@cloudflare/kv-asset-handler': 0.4.2
- '@cloudflare/unenv-preset': 2.15.0(unenv@2.0.0-rc.24)(workerd@1.20260310.1)
+ '@cloudflare/unenv-preset': 2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260401.1)
blake3-wasm: 2.1.5
esbuild: 0.27.3
- miniflare: 4.20260310.0
+ miniflare: 4.20260401.0
path-to-regexp: 6.3.0
unenv: 2.0.0-rc.24
- workerd: 1.20260310.1
+ workerd: 1.20260401.1
optionalDependencies:
fsevents: 2.3.3
transitivePeerDependencies:
@@ -2538,7 +2538,7 @@ snapshots:
dependencies:
'@poppinss/colors': 4.1.6
'@poppinss/dumper': 0.6.5
- '@speed-highlight/core': 1.2.14
+ '@speed-highlight/core': 1.2.15
cookie: 1.1.1
youch-core: 0.3.3
diff --git a/worker/package.json b/worker/package.json
index f2d6c405..7b5bc4cb 100644
--- a/worker/package.json
+++ b/worker/package.json
@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
- "version": "1.5.0",
+ "version": "1.6.0",
"private": true,
"type": "module",
"scripts": {
@@ -11,23 +11,23 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
- "@cloudflare/workers-types": "^4.20260310.1",
+ "@cloudflare/workers-types": "^4.20260404.1",
"@eslint/js": "9.39.1",
- "@types/node": "^25.4.0",
+ "@types/node": "^25.5.2",
"eslint": "9.39.1",
"globals": "^16.5.0",
- "typescript-eslint": "^8.57.0",
- "wrangler": "^4.72.0"
+ "typescript-eslint": "^8.58.0",
+ "wrangler": "^4.80.0"
},
"dependencies": {
"@aws-sdk/client-s3": "3.888.0",
"@aws-sdk/s3-request-presigner": "3.888.0",
"@simplewebauthn/server": "13.2.3",
- "hono": "^4.12.7",
+ "hono": "^4.12.10",
"jsonpath-plus": "^10.4.0",
"mimetext": "^3.0.28",
- "postal-mime": "^2.7.3",
- "resend": "^6.9.3",
+ "postal-mime": "^2.7.4",
+ "resend": "^6.10.0",
"telegraf": "4.16.3",
"worker-mailer": "^1.2.1"
},
diff --git a/worker/pnpm-lock.yaml b/worker/pnpm-lock.yaml
index 89f0287d..9b101776 100644
--- a/worker/pnpm-lock.yaml
+++ b/worker/pnpm-lock.yaml
@@ -23,8 +23,8 @@ importers:
specifier: 13.2.3
version: 13.2.3
hono:
- specifier: ^4.12.7
- version: 4.12.7
+ specifier: ^4.12.10
+ version: 4.12.10
jsonpath-plus:
specifier: ^10.4.0
version: 10.4.0
@@ -32,11 +32,11 @@ importers:
specifier: ^3.0.28
version: 3.0.28
postal-mime:
- specifier: ^2.7.3
- version: 2.7.3
+ specifier: ^2.7.4
+ version: 2.7.4
resend:
- specifier: ^6.9.3
- version: 6.9.3(@react-email/render@1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
+ specifier: ^6.10.0
+ version: 6.10.0(@react-email/render@1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
telegraf:
specifier: 4.16.3
version: 4.16.3(patch_hash=4ce8461c7f21d886ddd30d13d2be4fc8c72134fd7ffa5da3b27319c883447eed)
@@ -45,14 +45,14 @@ importers:
version: 1.2.1
devDependencies:
'@cloudflare/workers-types':
- specifier: ^4.20260310.1
- version: 4.20260310.1
+ specifier: ^4.20260404.1
+ version: 4.20260404.1
'@eslint/js':
specifier: 9.39.1
version: 9.39.1
'@types/node':
- specifier: ^25.4.0
- version: 25.4.0
+ specifier: ^25.5.2
+ version: 25.5.2
eslint:
specifier: 9.39.1
version: 9.39.1
@@ -60,11 +60,11 @@ importers:
specifier: ^16.5.0
version: 16.5.0
typescript-eslint:
- specifier: ^8.57.0
- version: 8.57.0(eslint@9.39.1)(typescript@5.4.5)
+ specifier: ^8.58.0
+ version: 8.58.0(eslint@9.39.1)(typescript@5.4.5)
wrangler:
- specifier: ^4.72.0
- version: 4.72.0(@cloudflare/workers-types@4.20260310.1)
+ specifier: ^4.80.0
+ version: 4.80.0(@cloudflare/workers-types@4.20260404.1)
packages:
@@ -231,20 +231,20 @@ packages:
resolution: {integrity: sha512-ORHRQ2tmvnBXc8t/X9Z8IcSbBA4xTLKuN873FopzklHMeqBst7YG0d+AX97inkvDX+NChYtSr+qGfcqGFaI8Zw==}
engines: {node: '>=18.0.0'}
- '@babel/runtime-corejs3@7.29.0':
- resolution: {integrity: sha512-TgUkdp71C9pIbBcHudc+gXZnihEDOjUAmXO1VO4HHGES7QLZcShR0stfKIxLSNIYx2fqhmJChOjm/wkF8wv4gA==}
+ '@babel/runtime-corejs3@7.29.2':
+ resolution: {integrity: sha512-Lc94FOD5+0aXhdb0Tdg3RUtqT6yWbI/BbFWvlaSJ3gAb9Ks+99nHRDKADVqC37er4eCB0fHyWT+y+K3QOvJKbw==}
engines: {node: '>=6.9.0'}
- '@babel/runtime@7.28.6':
- resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
+ '@babel/runtime@7.29.2':
+ resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==}
engines: {node: '>=6.9.0'}
'@cloudflare/kv-asset-handler@0.4.2':
resolution: {integrity: sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==}
engines: {node: '>=18.0.0'}
- '@cloudflare/unenv-preset@2.15.0':
- resolution: {integrity: sha512-EGYmJaGZKWl+X8tXxcnx4v2bOZSjQeNI5dWFeXivgX9+YCT69AkzHHwlNbVpqtEUTbew8eQurpyOpeN8fg00nw==}
+ '@cloudflare/unenv-preset@2.16.0':
+ resolution: {integrity: sha512-8ovsRpwzPoEqPUzoErAYVv8l3FMZNeBVQfJTvtzP4AgLSRGZISRfuChFxHWUQd3n6cnrwkuTGxT+2cGo8EsyYg==}
peerDependencies:
unenv: 2.0.0-rc.24
workerd: 1.20260301.1 || ~1.20260302.1 || ~1.20260303.1 || ~1.20260304.1 || >1.20260305.0 <2.0.0-0
@@ -252,45 +252,45 @@ packages:
workerd:
optional: true
- '@cloudflare/workerd-darwin-64@1.20260310.1':
- resolution: {integrity: sha512-hF2VpoWaMb1fiGCQJqCY6M8I+2QQqjkyY4LiDYdTL5D/w6C1l5v1zhc0/jrjdD1DXfpJtpcSMSmEPjHse4p9Ig==}
+ '@cloudflare/workerd-darwin-64@1.20260401.1':
+ resolution: {integrity: sha512-ZSmceM70jH6k+/62VkEcmMNzrpr4kSctkX5Lsgqv38KktfhPY/hsh75y1lRoPWS3H3kgMa4p2pUSlidZR1u2hw==}
engines: {node: '>=16'}
cpu: [x64]
os: [darwin]
- '@cloudflare/workerd-darwin-arm64@1.20260310.1':
- resolution: {integrity: sha512-h/Vl3XrYYPI6yFDE27XO1QPq/1G1lKIM8tzZGIWYpntK3IN5XtH3Ee/sLaegpJ49aIJoqhF2mVAZ6Yw+Vk2gJw==}
+ '@cloudflare/workerd-darwin-arm64@1.20260401.1':
+ resolution: {integrity: sha512-7UKWF+IUZ3NXMVPsDg8Cjg0r58b+uYlfvs5Yt8bvtU+geCtW4P2MxRHmRSEo8SryckXOJjb/b8tcncgCykFu8g==}
engines: {node: '>=16'}
cpu: [arm64]
os: [darwin]
- '@cloudflare/workerd-linux-64@1.20260310.1':
- resolution: {integrity: sha512-XzQ0GZ8G5P4d74bQYOIP2Su4CLdNPpYidrInaSOuSxMw+HamsHaFrjVsrV2mPy/yk2hi6SY2yMbgKFK9YjA7vw==}
+ '@cloudflare/workerd-linux-64@1.20260401.1':
+ resolution: {integrity: sha512-MDWUH/0bvL/l9aauN8zEddyYOXId1OueqrUCXXENNJ95R/lSmF6OgGVuXaYhoIhxQkNiEJ/0NOlnVYj9mJq4dw==}
engines: {node: '>=16'}
cpu: [x64]
os: [linux]
- '@cloudflare/workerd-linux-arm64@1.20260310.1':
- resolution: {integrity: sha512-sxv4CxnN4ZR0uQGTFVGa0V4KTqwdej/czpIc5tYS86G8FQQoGIBiAIs2VvU7b8EROPcandxYHDBPTb+D9HIMPw==}
+ '@cloudflare/workerd-linux-arm64@1.20260401.1':
+ resolution: {integrity: sha512-UgkzpMzVWM/bwbo3vjCTg2aoKfGcUhiEoQoDdo6RGWvbHRJyLVZ4VQCG9ZcISiztkiS2ICCoYOtPy6M/lV6Gcw==}
engines: {node: '>=16'}
cpu: [arm64]
os: [linux]
- '@cloudflare/workerd-windows-64@1.20260310.1':
- resolution: {integrity: sha512-+1ZTViWKJypLfgH/luAHCqkent0DEBjAjvO40iAhOMHRLYP/SPphLvr4Jpi6lb+sIocS8Q1QZL4uM5Etg1Wskg==}
+ '@cloudflare/workerd-windows-64@1.20260401.1':
+ resolution: {integrity: sha512-HBLzcQF5iF4Qv20tQ++pG7xs3OsCnaIbc+GAi6fmhUKZhvmzvml/jwrQzLJ+MPm0cQo41K5OO/U3T4S8tvJetQ==}
engines: {node: '>=16'}
cpu: [x64]
os: [win32]
- '@cloudflare/workers-types@4.20260310.1':
- resolution: {integrity: sha512-Cg4gyGDtfimNMgBr2h06aGR5Bt8puUbblyzPNZN55mBfVYCTWwQiUd9PrbkcoddKrWHlsy0ACH/16dAeGf5BQg==}
+ '@cloudflare/workers-types@4.20260404.1':
+ resolution: {integrity: sha512-jfZfktdn3D0ceA59i4lkMgPUR9p5Wd6trtNLQR1RTgF59iVt9/yegkiEZv0TQvJPXlmQOU1D0pAYz7cMztqErg==}
'@cspotcode/source-map-support@0.8.1':
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
engines: {node: '>=12'}
- '@emnapi/runtime@1.8.1':
- resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
+ '@emnapi/runtime@1.9.2':
+ resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==}
'@esbuild/aix-ppc64@0.27.3':
resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==}
@@ -731,10 +731,6 @@ packages:
resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==}
engines: {node: '>=18'}
- '@smithy/abort-controller@4.2.11':
- resolution: {integrity: sha512-Hj4WoYWMJnSpM6/kchsm4bUNTL9XiSyhvoMb2KIq4VJzyDt7JpGHUZHkVNPZVC7YE1tf8tPeVauxpFBKGW4/KQ==}
- engines: {node: '>=18.0.0'}
-
'@smithy/chunked-blob-reader-native@4.2.3':
resolution: {integrity: sha512-jA5k5Udn7Y5717L86h4EIv06wIr3xn8GM1qHRi/Nf31annXcXHJjBKvgztnbn2TxH3xWrPBfgwHsOwZf0UmQWw==}
engines: {node: '>=18.0.0'}
@@ -743,56 +739,56 @@ packages:
resolution: {integrity: sha512-St+kVicSyayWQca+I1rGitaOEH6uKgE8IUWoYnnEX26SWdWQcL6LvMSD19Lg+vYHKdT9B2Zuu7rd3i6Wnyb/iw==}
engines: {node: '>=18.0.0'}
- '@smithy/config-resolver@4.4.10':
- resolution: {integrity: sha512-IRTkd6ps0ru+lTWnfnsbXzW80A8Od8p3pYiZnW98K2Hb20rqfsX7VTlfUwhrcOeSSy68Gn9WBofwPuw3e5CCsg==}
+ '@smithy/config-resolver@4.4.13':
+ resolution: {integrity: sha512-iIzMC5NmOUP6WL6o8iPBjFhUhBZ9pPjpUpQYWMUFQqKyXXzOftbfK8zcQCz/jFV1Psmf05BK5ypx4K2r4Tnwdg==}
engines: {node: '>=18.0.0'}
- '@smithy/core@3.23.9':
- resolution: {integrity: sha512-1Vcut4LEL9HZsdpI0vFiRYIsaoPwZLjAxnVQDUMQK8beMS+EYPLDQCXtbzfxmM5GzSgjfe2Q9M7WaXwIMQllyQ==}
+ '@smithy/core@3.23.13':
+ resolution: {integrity: sha512-J+2TT9D6oGsUVXVEMvz8h2EmdVnkBiy2auCie4aSJMvKlzUtO5hqjEzXhoCUkIMo7gAYjbQcN0g/MMSXEhDs1Q==}
engines: {node: '>=18.0.0'}
- '@smithy/credential-provider-imds@4.2.11':
- resolution: {integrity: sha512-lBXrS6ku0kTj3xLmsJW0WwqWbGQ6ueooYyp/1L9lkyT0M02C+DWwYwc5aTyXFbRaK38ojALxNixg+LxKSHZc0g==}
+ '@smithy/credential-provider-imds@4.2.12':
+ resolution: {integrity: sha512-cr2lR792vNZcYMriSIj+Um3x9KWrjcu98kn234xA6reOAFMmbRpQMOv8KPgEmLLtx3eldU6c5wALKFqNOhugmg==}
engines: {node: '>=18.0.0'}
- '@smithy/eventstream-codec@4.2.11':
- resolution: {integrity: sha512-Sf39Ml0iVX+ba/bgMPxaXWAAFmHqYLTmbjAPfLPLY8CrYkRDEqZdUsKC1OwVMCdJXfAt0v4j49GIJ8DoSYAe6w==}
+ '@smithy/eventstream-codec@4.2.12':
+ resolution: {integrity: sha512-FE3bZdEl62ojmy8x4FHqxq2+BuOHlcxiH5vaZ6aqHJr3AIZzwF5jfx8dEiU/X0a8RboyNDjmXjlbr8AdEyLgiA==}
engines: {node: '>=18.0.0'}
- '@smithy/eventstream-serde-browser@4.2.11':
- resolution: {integrity: sha512-3rEpo3G6f/nRS7fQDsZmxw/ius6rnlIpz4UX6FlALEzz8JoSxFmdBt0SZnthis+km7sQo6q5/3e+UJcuQivoXA==}
+ '@smithy/eventstream-serde-browser@4.2.12':
+ resolution: {integrity: sha512-XUSuMxlTxV5pp4VpqZf6Sa3vT/Q75FVkLSpSSE3KkWBvAQWeuWt1msTv8fJfgA4/jcJhrbrbMzN1AC/hvPmm5A==}
engines: {node: '>=18.0.0'}
- '@smithy/eventstream-serde-config-resolver@4.3.11':
- resolution: {integrity: sha512-XeNIA8tcP/GDWnnKkO7qEm/bg0B/bP9lvIXZBXcGZwZ+VYM8h8k9wuDvUODtdQ2Wcp2RcBkPTCSMmaniVHrMlA==}
+ '@smithy/eventstream-serde-config-resolver@4.3.12':
+ resolution: {integrity: sha512-7epsAZ3QvfHkngz6RXQYseyZYHlmWXSTPOfPmXkiS+zA6TBNo1awUaMFL9vxyXlGdoELmCZyZe1nQE+imbmV+Q==}
engines: {node: '>=18.0.0'}
- '@smithy/eventstream-serde-node@4.2.11':
- resolution: {integrity: sha512-fzbCh18rscBDTQSCrsp1fGcclLNF//nJyhjldsEl/5wCYmgpHblv5JSppQAyQI24lClsFT0wV06N1Porn0IsEw==}
+ '@smithy/eventstream-serde-node@4.2.12':
+ resolution: {integrity: sha512-D1pFuExo31854eAvg89KMn9Oab/wEeJR6Buy32B49A9Ogdtx5fwZPqBHUlDzaCDpycTFk2+fSQgX689Qsk7UGA==}
engines: {node: '>=18.0.0'}
- '@smithy/eventstream-serde-universal@4.2.11':
- resolution: {integrity: sha512-MJ7HcI+jEkqoWT5vp+uoVaAjBrmxBtKhZTeynDRG/seEjJfqyg3SiqMMqyPnAMzmIfLaeJ/uiuSDP/l9AnMy/Q==}
+ '@smithy/eventstream-serde-universal@4.2.12':
+ resolution: {integrity: sha512-+yNuTiyBACxOJUTvbsNsSOfH9G9oKbaJE1lNL3YHpGcuucl6rPZMi3nrpehpVOVR2E07YqFFmtwpImtpzlouHQ==}
engines: {node: '>=18.0.0'}
- '@smithy/fetch-http-handler@5.3.13':
- resolution: {integrity: sha512-U2Hcfl2s3XaYjikN9cT4mPu8ybDbImV3baXR0PkVlC0TTx808bRP3FaPGAzPtB8OByI+JqJ1kyS+7GEgae7+qQ==}
+ '@smithy/fetch-http-handler@5.3.15':
+ resolution: {integrity: sha512-T4jFU5N/yiIfrtrsb9uOQn7RdELdM/7HbyLNr6uO/mpkj1ctiVs7CihVr51w4LyQlXWDpXFn4BElf1WmQvZu/A==}
engines: {node: '>=18.0.0'}
- '@smithy/hash-blob-browser@4.2.12':
- resolution: {integrity: sha512-1wQE33DsxkM/waftAhCH9VtJbUGyt1PJ9YRDpOu+q9FUi73LLFUZ2fD8A61g2mT1UY9k7b99+V1xZ41Rz4SHRQ==}
+ '@smithy/hash-blob-browser@4.2.13':
+ resolution: {integrity: sha512-YrF4zWKh+ghLuquldj6e/RzE3xZYL8wIPfkt0MqCRphVICjyyjH8OwKD7LLlKpVEbk4FLizFfC1+gwK6XQdR3g==}
engines: {node: '>=18.0.0'}
- '@smithy/hash-node@4.2.11':
- resolution: {integrity: sha512-T+p1pNynRkydpdL015ruIoyPSRw9e/SQOWmSAMmmprfswMrd5Ow5igOWNVlvyVFZlxXqGmyH3NQwfwy8r5Jx0A==}
+ '@smithy/hash-node@4.2.12':
+ resolution: {integrity: sha512-QhBYbGrbxTkZ43QoTPrK72DoYviDeg6YKDrHTMJbbC+A0sml3kSjzFtXP7BtbyJnXojLfTQldGdUR0RGD8dA3w==}
engines: {node: '>=18.0.0'}
- '@smithy/hash-stream-node@4.2.11':
- resolution: {integrity: sha512-hQsTjwPCRY8w9GK07w1RqJi3e+myh0UaOWBBhZ1UMSDgofH/Q1fEYzU1teaX6HkpX/eWDdm7tAGR0jBPlz9QEQ==}
+ '@smithy/hash-stream-node@4.2.12':
+ resolution: {integrity: sha512-O3YbmGExeafuM/kP7Y8r6+1y0hIh3/zn6GROx0uNlB54K9oihAL75Qtc+jFfLNliTi6pxOAYZrRKD9A7iA6UFw==}
engines: {node: '>=18.0.0'}
- '@smithy/invalid-dependency@4.2.11':
- resolution: {integrity: sha512-cGNMrgykRmddrNhYy1yBdrp5GwIgEkniS7k9O1VLB38yxQtlvrxpZtUVvo6T4cKpeZsriukBuuxfJcdZQc/f/g==}
+ '@smithy/invalid-dependency@4.2.12':
+ resolution: {integrity: sha512-/4F1zb7Z8LOu1PalTdESFHR0RbPwHd3FcaG1sI3UEIriQTWakysgJr65lc1jj6QY5ye7aFsisajotH6UhWfm/g==}
engines: {node: '>=18.0.0'}
'@smithy/is-array-buffer@2.2.0':
@@ -803,76 +799,76 @@ packages:
resolution: {integrity: sha512-n6rQ4N8Jj4YTQO3YFrlgZuwKodf4zUFs7EJIWH86pSCWBaAtAGBFfCM7Wx6D2bBJ2xqFNxGBSrUWswT3M0VJow==}
engines: {node: '>=18.0.0'}
- '@smithy/md5-js@4.2.11':
- resolution: {integrity: sha512-350X4kGIrty0Snx2OWv7rPM6p6vM7RzryvFs6B/56Cux3w3sChOb3bymo5oidXJlPcP9fIRxGUCk7GqpiSOtng==}
+ '@smithy/md5-js@4.2.12':
+ resolution: {integrity: sha512-W/oIpHCpWU2+iAkfZYyGWE+qkpuf3vEXHLxQQDx9FPNZTTdnul0dZ2d/gUFrtQ5je1G2kp4cjG0/24YueG2LbQ==}
engines: {node: '>=18.0.0'}
- '@smithy/middleware-content-length@4.2.11':
- resolution: {integrity: sha512-UvIfKYAKhCzr4p6jFevPlKhQwyQwlJ6IeKLDhmV1PlYfcW3RL4ROjNEDtSik4NYMi9kDkH7eSwyTP3vNJ/u/Dw==}
+ '@smithy/middleware-content-length@4.2.12':
+ resolution: {integrity: sha512-YE58Yz+cvFInWI/wOTrB+DbvUVz/pLn5mC5MvOV4fdRUc6qGwygyngcucRQjAhiCEbmfLOXX0gntSIcgMvAjmA==}
engines: {node: '>=18.0.0'}
- '@smithy/middleware-endpoint@4.4.23':
- resolution: {integrity: sha512-UEFIejZy54T1EJn2aWJ45voB7RP2T+IRzUqocIdM6GFFa5ClZncakYJfcYnoXt3UsQrZZ9ZRauGm77l9UCbBLw==}
+ '@smithy/middleware-endpoint@4.4.28':
+ resolution: {integrity: sha512-p1gfYpi91CHcs5cBq982UlGlDrxoYUX6XdHSo91cQ2KFuz6QloHosO7Jc60pJiVmkWrKOV8kFYlGFFbQ2WUKKQ==}
engines: {node: '>=18.0.0'}
- '@smithy/middleware-retry@4.4.40':
- resolution: {integrity: sha512-YhEMakG1Ae57FajERdHNZ4ShOPIY7DsgV+ZoAxo/5BT0KIe+f6DDU2rtIymNNFIj22NJfeeI6LWIifrwM0f+rA==}
+ '@smithy/middleware-retry@4.4.46':
+ resolution: {integrity: sha512-SpvWNNOPOrKQGUqZbEPO+es+FRXMWvIyzUKUOYdDgdlA6BdZj/R58p4umoQ76c2oJC44PiM7mKizyyex1IJzow==}
engines: {node: '>=18.0.0'}
- '@smithy/middleware-serde@4.2.12':
- resolution: {integrity: sha512-W9g1bOLui7Xn5FABRVS0o3rXL0gfN37d/8I/W7i0N7oxjx9QecUmXEMSUMADTODwdtka9cN43t5BI2CodLJpng==}
+ '@smithy/middleware-serde@4.2.16':
+ resolution: {integrity: sha512-beqfV+RZ9RSv+sQqor3xroUUYgRFCGRw6niGstPG8zO9LgTl0B0MCucxjmrH/2WwksQN7UUgI7KNANoZv+KALA==}
engines: {node: '>=18.0.0'}
- '@smithy/middleware-stack@4.2.11':
- resolution: {integrity: sha512-s+eenEPW6RgliDk2IhjD2hWOxIx1NKrOHxEwNUaUXxYBxIyCcDfNULZ2Mu15E3kwcJWBedTET/kEASPV1A1Akg==}
+ '@smithy/middleware-stack@4.2.12':
+ resolution: {integrity: sha512-kruC5gRHwsCOuyCd4ouQxYjgRAym2uDlCvQ5acuMtRrcdfg7mFBg6blaxcJ09STpt3ziEkis6bhg1uwrWU7txw==}
engines: {node: '>=18.0.0'}
- '@smithy/node-config-provider@4.3.11':
- resolution: {integrity: sha512-xD17eE7kaLgBBGf5CZQ58hh2YmwK1Z0O8YhffwB/De2jsL0U3JklmhVYJ9Uf37OtUDLF2gsW40Xwwag9U869Gg==}
+ '@smithy/node-config-provider@4.3.12':
+ resolution: {integrity: sha512-tr2oKX2xMcO+rBOjobSwVAkV05SIfUKz8iI53rzxEmgW3GOOPOv0UioSDk+J8OpRQnpnhsO3Af6IEBabQBVmiw==}
engines: {node: '>=18.0.0'}
- '@smithy/node-http-handler@4.4.14':
- resolution: {integrity: sha512-DamSqaU8nuk0xTJDrYnRzZndHwwRnyj/n/+RqGGCcBKB4qrQem0mSDiWdupaNWdwxzyMU91qxDmHOCazfhtO3A==}
+ '@smithy/node-http-handler@4.5.1':
+ resolution: {integrity: sha512-ejjxdAXjkPIs9lyYyVutOGNOraqUE9v/NjGMKwwFrfOM354wfSD8lmlj8hVwUzQmlLLF4+udhfCX9Exnbmvfzw==}
engines: {node: '>=18.0.0'}
- '@smithy/property-provider@4.2.11':
- resolution: {integrity: sha512-14T1V64o6/ndyrnl1ze1ZhyLzIeYNN47oF/QU6P5m82AEtyOkMJTb0gO1dPubYjyyKuPD6OSVMPDKe+zioOnCg==}
+ '@smithy/property-provider@4.2.12':
+ resolution: {integrity: sha512-jqve46eYU1v7pZ5BM+fmkbq3DerkSluPr5EhvOcHxygxzD05ByDRppRwRPPpFrsFo5yDtCYLKu+kreHKVrvc7A==}
engines: {node: '>=18.0.0'}
- '@smithy/protocol-http@5.3.11':
- resolution: {integrity: sha512-hI+barOVDJBkNt4y0L2mu3Ugc0w7+BpJ2CZuLwXtSltGAAwCb3IvnalGlbDV/UCS6a9ZuT3+exd1WxNdLb5IlQ==}
+ '@smithy/protocol-http@5.3.12':
+ resolution: {integrity: sha512-fit0GZK9I1xoRlR4jXmbLhoN0OdEpa96ul8M65XdmXnxXkuMxM0Y8HDT0Fh0Xb4I85MBvBClOzgSrV1X2s1Hxw==}
engines: {node: '>=18.0.0'}
- '@smithy/querystring-builder@4.2.11':
- resolution: {integrity: sha512-7spdikrYiljpket6u0up2Ck2mxhy7dZ0+TDd+S53Dg2DHd6wg+YNJrTCHiLdgZmEXZKI7LJZcwL3721ZRDFiqA==}
+ '@smithy/querystring-builder@4.2.12':
+ resolution: {integrity: sha512-6wTZjGABQufekycfDGMEB84BgtdOE/rCVTov+EDXQ8NHKTUNIp/j27IliwP7tjIU9LR+sSzyGBOXjeEtVgzCHg==}
engines: {node: '>=18.0.0'}
- '@smithy/querystring-parser@4.2.11':
- resolution: {integrity: sha512-nE3IRNjDltvGcoThD2abTozI1dkSy8aX+a2N1Rs55en5UsdyyIXgGEmevUL3okZFoJC77JgRGe99xYohhsjivQ==}
+ '@smithy/querystring-parser@4.2.12':
+ resolution: {integrity: sha512-P2OdvrgiAKpkPNKlKUtWbNZKB1XjPxM086NeVhK+W+wI46pIKdWBe5QyXvhUm3MEcyS/rkLvY8rZzyUdmyDZBw==}
engines: {node: '>=18.0.0'}
- '@smithy/service-error-classification@4.2.11':
- resolution: {integrity: sha512-HkMFJZJUhzU3HvND1+Yw/kYWXp4RPDLBWLcK1n+Vqw8xn4y2YiBhdww8IxhkQjP/QlZun5bwm3vcHc8AqIU3zw==}
+ '@smithy/service-error-classification@4.2.12':
+ resolution: {integrity: sha512-LlP29oSQN0Tw0b6D0Xo6BIikBswuIiGYbRACy5ujw/JgWSzTdYj46U83ssf6Ux0GyNJVivs2uReU8pt7Eu9okQ==}
engines: {node: '>=18.0.0'}
- '@smithy/shared-ini-file-loader@4.4.6':
- resolution: {integrity: sha512-IB/M5I8G0EeXZTHsAxpx51tMQ5R719F3aq+fjEB6VtNcCHDc0ajFDIGDZw+FW9GxtEkgTduiPpjveJdA/CX7sw==}
+ '@smithy/shared-ini-file-loader@4.4.7':
+ resolution: {integrity: sha512-HrOKWsUb+otTeo1HxVWeEb99t5ER1XrBi/xka2Wv6NVmTbuCUC1dvlrksdvxFtODLBjsC+PHK+fuy2x/7Ynyiw==}
engines: {node: '>=18.0.0'}
- '@smithy/signature-v4@5.3.11':
- resolution: {integrity: sha512-V1L6N9aKOBAN4wEHLyqjLBnAz13mtILU0SeDrjOaIZEeN6IFa6DxwRt1NNpOdmSpQUfkBj0qeD3m6P77uzMhgQ==}
+ '@smithy/signature-v4@5.3.12':
+ resolution: {integrity: sha512-B/FBwO3MVOL00DaRSXfXfa/TRXRheagt/q5A2NM13u7q+sHS59EOVGQNfG7DkmVtdQm5m3vOosoKAXSqn/OEgw==}
engines: {node: '>=18.0.0'}
- '@smithy/smithy-client@4.12.3':
- resolution: {integrity: sha512-7k4UxjSpHmPN2AxVhvIazRSzFQjWnud3sOsXcFStzagww17j1cFQYqTSiQ8xuYK3vKLR1Ni8FzuT3VlKr3xCNw==}
+ '@smithy/smithy-client@4.12.8':
+ resolution: {integrity: sha512-aJaAX7vHe5i66smoSSID7t4rKY08PbD8EBU7DOloixvhOozfYWdcSYE4l6/tjkZ0vBZhGjheWzB2mh31sLgCMA==}
engines: {node: '>=18.0.0'}
- '@smithy/types@4.13.0':
- resolution: {integrity: sha512-COuLsZILbbQsdrwKQpkkpyep7lCsByxwj7m0Mg5v66/ZTyenlfBc40/QFQ5chO0YN/PNEH1Bi3fGtfXPnYNeDw==}
+ '@smithy/types@4.13.1':
+ resolution: {integrity: sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g==}
engines: {node: '>=18.0.0'}
- '@smithy/url-parser@4.2.11':
- resolution: {integrity: sha512-oTAGGHo8ZYc5VZsBREzuf5lf2pAurJQsccMusVZ85wDkX66ojEc/XauiGjzCj50A61ObFTPe6d7Pyt6UBYaing==}
+ '@smithy/url-parser@4.2.12':
+ resolution: {integrity: sha512-wOPKPEpso+doCZGIlr+e1lVI6+9VAKfL4kZWFgzVgGWY2hZxshNKod4l2LXS3PRC9otH/JRSjtEHqQ/7eLciRA==}
engines: {node: '>=18.0.0'}
'@smithy/util-base64@4.3.2':
@@ -899,32 +895,32 @@ packages:
resolution: {integrity: sha512-dWU03V3XUprJwaUIFVv4iOnS1FC9HnMHDfUrlNDSh4315v0cWyaIErP8KiqGVbf5z+JupoVpNM7ZB3jFiTejvQ==}
engines: {node: '>=18.0.0'}
- '@smithy/util-defaults-mode-browser@4.3.39':
- resolution: {integrity: sha512-ui7/Ho/+VHqS7Km2wBw4/Ab4RktoiSshgcgpJzC4keFPs6tLJS4IQwbeahxQS3E/w98uq6E1mirCH/id9xIXeQ==}
+ '@smithy/util-defaults-mode-browser@4.3.44':
+ resolution: {integrity: sha512-eZg6XzaCbVr2S5cAErU5eGBDaOVTuTo1I65i4tQcHENRcZ8rMWhQy1DaIYUSLyZjsfXvmCqZrstSMYyGFocvHA==}
engines: {node: '>=18.0.0'}
- '@smithy/util-defaults-mode-node@4.2.42':
- resolution: {integrity: sha512-QDA84CWNe8Akpj15ofLO+1N3Rfg8qa2K5uX0y6HnOp4AnRYRgWrKx/xzbYNbVF9ZsyJUYOfcoaN3y93wA/QJ2A==}
+ '@smithy/util-defaults-mode-node@4.2.48':
+ resolution: {integrity: sha512-FqOKTlqSaoV3nzO55pMs5NBnZX8EhoI0DGmn9kbYeXWppgHD6dchyuj2HLqp4INJDJbSrj6OFYJkAh/WhSzZPg==}
engines: {node: '>=18.0.0'}
- '@smithy/util-endpoints@3.3.2':
- resolution: {integrity: sha512-+4HFLpE5u29AbFlTdlKIT7jfOzZ8PDYZKTb3e+AgLz986OYwqTourQ5H+jg79/66DB69Un1+qKecLnkZdAsYcA==}
+ '@smithy/util-endpoints@3.3.3':
+ resolution: {integrity: sha512-VACQVe50j0HZPjpwWcjyT51KUQ4AnsvEaQ2lKHOSL4mNLD0G9BjEniQ+yCt1qqfKfiAHRAts26ud7hBjamrwig==}
engines: {node: '>=18.0.0'}
'@smithy/util-hex-encoding@4.2.2':
resolution: {integrity: sha512-Qcz3W5vuHK4sLQdyT93k/rfrUwdJ8/HZ+nMUOyGdpeGA1Wxt65zYwi3oEl9kOM+RswvYq90fzkNDahPS8K0OIg==}
engines: {node: '>=18.0.0'}
- '@smithy/util-middleware@4.2.11':
- resolution: {integrity: sha512-r3dtF9F+TpSZUxpOVVtPfk09Rlo4lT6ORBqEvX3IBT6SkQAdDSVKR5GcfmZbtl7WKhKnmb3wbDTQ6ibR2XHClw==}
+ '@smithy/util-middleware@4.2.12':
+ resolution: {integrity: sha512-Er805uFUOvgc0l8nv0e0su0VFISoxhJ/AwOn3gL2NWNY2LUEldP5WtVcRYSQBcjg0y9NfG8JYrCJaYDpupBHJQ==}
engines: {node: '>=18.0.0'}
- '@smithy/util-retry@4.2.11':
- resolution: {integrity: sha512-XSZULmL5x6aCTTii59wJqKsY1l3eMIAomRAccW7Tzh9r8s7T/7rdo03oektuH5jeYRlJMPcNP92EuRDvk9aXbw==}
+ '@smithy/util-retry@4.2.13':
+ resolution: {integrity: sha512-qQQsIvL0MGIbUjeSrg0/VlQ3jGNKyM3/2iU3FPNgy01z+Sp4OvcaxbgIoFOTvB61ZoohtutuOvOcgmhbD0katQ==}
engines: {node: '>=18.0.0'}
- '@smithy/util-stream@4.5.17':
- resolution: {integrity: sha512-793BYZ4h2JAQkNHcEnyFxDTcZbm9bVybD0UV/LEWmZ5bkTms7JqjfrLMi2Qy0E5WFcCzLwCAPgcvcvxoeALbAQ==}
+ '@smithy/util-stream@4.5.21':
+ resolution: {integrity: sha512-KzSg+7KKywLnkoKejRtIBXDmwBfjGvg1U1i/etkC7XSWUyFCoLno1IohV2c74IzQqdhX5y3uE44r/8/wuK+A7Q==}
engines: {node: '>=18.0.0'}
'@smithy/util-uri-escape@4.2.2':
@@ -939,16 +935,16 @@ packages:
resolution: {integrity: sha512-75MeYpjdWRe8M5E3AW0O4Cx3UadweS+cwdXjwYGBW5h/gxxnbeZ877sLPX/ZJA9GVTlL/qG0dXP29JWFCD1Ayw==}
engines: {node: '>=18.0.0'}
- '@smithy/util-waiter@4.2.12':
- resolution: {integrity: sha512-ek5hyDrzS6mBFsNCEX8LpM+EWSLq6b9FdmPRlkpXXhiJE6aIZehKT9clC6+nFpZAA+i/Yg0xlaPeWGNbf5rzQA==}
+ '@smithy/util-waiter@4.2.14':
+ resolution: {integrity: sha512-2zqq5o/oizvMaFUlNiTyZ7dbgYv1a893aGut2uaxtbzTx/VYYnRxWzDHuD/ftgcw94ffenua+ZNLrbqwUYE+Bg==}
engines: {node: '>=18.0.0'}
'@smithy/uuid@1.1.2':
resolution: {integrity: sha512-O/IEdcCUKkubz60tFbGA7ceITTAJsty+lBjNoorP4Z6XRqaFb/OjQjZODophEcuq68nKm6/0r+6/lLQ+XVpk8g==}
engines: {node: '>=18.0.0'}
- '@speed-highlight/core@1.2.14':
- resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==}
+ '@speed-highlight/core@1.2.15':
+ resolution: {integrity: sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==}
'@stablelib/base64@1.0.1':
resolution: {integrity: sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==}
@@ -962,69 +958,69 @@ packages:
'@types/json-schema@7.0.15':
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
- '@types/node@25.4.0':
- resolution: {integrity: sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw==}
+ '@types/node@25.5.2':
+ resolution: {integrity: sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==}
'@types/uuid@9.0.8':
resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==}
- '@typescript-eslint/eslint-plugin@8.57.0':
- resolution: {integrity: sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==}
+ '@typescript-eslint/eslint-plugin@8.58.0':
+ resolution: {integrity: sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.57.0
+ '@typescript-eslint/parser': ^8.58.0
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
- typescript: '>=4.8.4 <6.0.0'
+ typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/parser@8.57.0':
- resolution: {integrity: sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==}
+ '@typescript-eslint/parser@8.58.0':
+ resolution: {integrity: sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
- typescript: '>=4.8.4 <6.0.0'
+ typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/project-service@8.57.0':
- resolution: {integrity: sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==}
+ '@typescript-eslint/project-service@8.58.0':
+ resolution: {integrity: sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- typescript: '>=4.8.4 <6.0.0'
+ typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/scope-manager@8.57.0':
- resolution: {integrity: sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==}
+ '@typescript-eslint/scope-manager@8.58.0':
+ resolution: {integrity: sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/tsconfig-utils@8.57.0':
- resolution: {integrity: sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==}
+ '@typescript-eslint/tsconfig-utils@8.58.0':
+ resolution: {integrity: sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- typescript: '>=4.8.4 <6.0.0'
+ typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/type-utils@8.57.0':
- resolution: {integrity: sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==}
+ '@typescript-eslint/type-utils@8.58.0':
+ resolution: {integrity: sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
- typescript: '>=4.8.4 <6.0.0'
+ typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/types@8.57.0':
- resolution: {integrity: sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==}
+ '@typescript-eslint/types@8.58.0':
+ resolution: {integrity: sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.57.0':
- resolution: {integrity: sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==}
+ '@typescript-eslint/typescript-estree@8.58.0':
+ resolution: {integrity: sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- typescript: '>=4.8.4 <6.0.0'
+ typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/utils@8.57.0':
- resolution: {integrity: sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==}
+ '@typescript-eslint/utils@8.58.0':
+ resolution: {integrity: sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
- typescript: '>=4.8.4 <6.0.0'
+ typescript: '>=4.8.4 <6.1.0'
- '@typescript-eslint/visitor-keys@8.57.0':
- resolution: {integrity: sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==}
+ '@typescript-eslint/visitor-keys@8.58.0':
+ resolution: {integrity: sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
abort-controller@3.0.0:
@@ -1068,11 +1064,11 @@ packages:
bowser@2.14.1:
resolution: {integrity: sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==}
- brace-expansion@1.1.12:
- resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
+ brace-expansion@1.1.13:
+ resolution: {integrity: sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==}
- brace-expansion@5.0.4:
- resolution: {integrity: sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==}
+ brace-expansion@5.0.5:
+ resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==}
engines: {node: 18 || 20 || >=22}
buffer-alloc-unsafe@1.1.0:
@@ -1106,8 +1102,8 @@ packages:
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
engines: {node: '>=18'}
- core-js-pure@3.48.0:
- resolution: {integrity: sha512-1slJgk89tWC51HQ1AEqG+s2VuwpTRr8ocu4n20QUcH1v9lAN0RXen0Q0AABa/DK1I7RrNWLucplOHMx8hfTGTw==}
+ core-js-pure@3.49.0:
+ resolution: {integrity: sha512-XM4RFka59xATyJv/cS3O3Kml72hQXUeGRuuTmMYFxwzc9/7C8OYTaIR/Ji+Yt8DXzsFLNhat15cE/JP15HrCgw==}
cross-spawn@7.0.6:
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
@@ -1252,8 +1248,8 @@ packages:
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
engines: {node: '>=16'}
- flatted@3.4.1:
- resolution: {integrity: sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==}
+ flatted@3.4.2:
+ resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
fsevents@2.3.3:
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
@@ -1276,8 +1272,8 @@ packages:
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
engines: {node: '>=8'}
- hono@4.12.7:
- resolution: {integrity: sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==}
+ hono@4.12.10:
+ resolution: {integrity: sha512-mx/p18PLy5og9ufies2GOSUqep98Td9q4i/EF6X7yJgAiIopxqdfIO3jbqsi3jRgTgw88jMDEzVKi+V2EF+27w==}
engines: {node: '>=16.9.0'}
html-to-text@9.0.5:
@@ -1378,13 +1374,13 @@ packages:
mimetext@3.0.28:
resolution: {integrity: sha512-eQXpbNrtxLCjUtiVbR/qR09dbPgZ2o+KR1uA7QKqGhbn8QV7HIL16mXXsobBL4/8TqoYh1us31kfz+dNfCev9g==}
- miniflare@4.20260310.0:
- resolution: {integrity: sha512-uC5vNPenFpDSj5aUU3wGSABG6UUqMr+Xs1m4AkCrTHo37F4Z6xcQw5BXqViTfPDVT/zcYH1UgTVoXhr1l6ZMXw==}
+ miniflare@4.20260401.0:
+ resolution: {integrity: sha512-lngHPzZFN9sxYG/mhzvnWiBMNVAN5MsO/7g32ttJ07rymtiK/ZBalODTKb8Od+BQdlU5DOR4CjVt9NydjnUyYg==}
engines: {node: '>=18.0.0'}
hasBin: true
- minimatch@10.2.4:
- resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==}
+ minimatch@10.2.5:
+ resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
engines: {node: 18 || 20 || >=22}
minimatch@3.1.5:
@@ -1449,12 +1445,12 @@ packages:
peberminta@0.9.0:
resolution: {integrity: sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==}
- picomatch@4.0.3:
- resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
+ picomatch@4.0.4:
+ resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
engines: {node: '>=12'}
- postal-mime@2.7.3:
- resolution: {integrity: sha512-MjhXadAJaWgYzevi46+3kLak8y6gbg0ku14O1gO/LNOuay8dO+1PtcSGvAdgDR0DoIsSaiIA8y/Ddw6MnrO0Tw==}
+ postal-mime@2.7.4:
+ resolution: {integrity: sha512-0WdnFQYUrPGGTFu1uOqD2s7omwua8xaeYGdO6rb88oD5yJ/4pPHDA4sdWqfD8wQVfCny563n/HQS7zTFft+f/g==}
prelude-ls@1.2.1:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
@@ -1491,8 +1487,8 @@ packages:
reflect-metadata@0.2.2:
resolution: {integrity: sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==}
- resend@6.9.3:
- resolution: {integrity: sha512-GRXjH9XZBJA+daH7bBVDuTShr22iWCxXA8P7t495G4dM/RC+d+3gHBK/6bz9K6Vpcq11zRQKmD+B+jECwQlyGQ==}
+ resend@6.10.0:
+ resolution: {integrity: sha512-i7CwZpYj4Oho1RxsTpLcCUkO08+HiL4NXrm6jLJ2WzJ89UGI8eROSieLONJA3hnUrf1OYnCyfq5F6POnHUMv1Q==}
engines: {node: '>=20'}
peerDependencies:
'@react-email/render': '*'
@@ -1541,8 +1537,8 @@ packages:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
- strnum@2.2.0:
- resolution: {integrity: sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==}
+ strnum@2.2.2:
+ resolution: {integrity: sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==}
supports-color@10.2.2:
resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==}
@@ -1552,8 +1548,8 @@ packages:
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
engines: {node: '>=8'}
- svix@1.84.1:
- resolution: {integrity: sha512-K8DPPSZaW/XqXiz1kEyzSHYgmGLnhB43nQCMeKjWGCUpLIpAMMM8kx3rVVOSm6Bo6EHyK1RQLPT4R06skM/MlQ==}
+ svix@1.88.0:
+ resolution: {integrity: sha512-vm/JrrUd3bVyBE+3L33TIyVSs8gS5fYx7lrISvKlDJXTYX1ACH4REX8P1tHxsSKoZi/rvifM1t0XRc5Vc45THw==}
telegraf@4.16.3:
resolution: {integrity: sha512-yjEu2NwkHlXu0OARWoNhJlIjX09dRktiMQFsM678BAH/PEPVwctzL67+tvXqLCRQQvm3SDtki2saGO9hLlz68w==}
@@ -1567,8 +1563,8 @@ packages:
tr46@0.0.3:
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
- ts-api-utils@2.4.0:
- resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==}
+ ts-api-utils@2.5.0:
+ resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
engines: {node: '>=18.12'}
peerDependencies:
typescript: '>=4.8.4'
@@ -1587,12 +1583,12 @@ packages:
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
engines: {node: '>= 0.8.0'}
- typescript-eslint@8.57.0:
- resolution: {integrity: sha512-W8GcigEMEeB07xEZol8oJ26rigm3+bfPHxHvwbYUlu1fUDsGuQ7Hiskx5xGW/xM4USc9Ephe3jtv7ZYPQntHeA==}
+ typescript-eslint@8.58.0:
+ resolution: {integrity: sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
- typescript: '>=4.8.4 <6.0.0'
+ typescript: '>=4.8.4 <6.1.0'
typescript@5.4.5:
resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
@@ -1602,8 +1598,8 @@ packages:
undici-types@7.18.2:
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
- undici@7.18.2:
- resolution: {integrity: sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==}
+ undici@7.24.4:
+ resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==}
engines: {node: '>=20.18.1'}
unenv@2.0.0-rc.24:
@@ -1638,17 +1634,17 @@ packages:
worker-mailer@1.2.1:
resolution: {integrity: sha512-gS2ei/mrpRqNs+AHmqxhT6vFPwCLw2qnz5ShmyGD0ULaU0Q9hxnFAcx9jhAip/MnD6+MjgnQu6hQQgA8mlOkVA==}
- workerd@1.20260310.1:
- resolution: {integrity: sha512-yawXhypXXHtArikJj15HOMknNGikpBbSg2ZDe6lddUbqZnJXuCVSkgc/0ArUeVMG1jbbGvpst+REFtKwILvRTQ==}
+ workerd@1.20260401.1:
+ resolution: {integrity: sha512-mUYCd+ohaWJWF5nhDzxugWaAD/DM8Dw0ze3B7bu8JaA7S70+XQJXcvcvwE8C4qGcxSdCyqjsrFzqxKubECDwzg==}
engines: {node: '>=16'}
hasBin: true
- wrangler@4.72.0:
- resolution: {integrity: sha512-bKkb8150JGzJZJWiNB2nu/33smVfawmfYiecA6rW4XH7xS23/jqMbgpdelM34W/7a1IhR66qeQGVqTRXROtAZg==}
- engines: {node: '>=20.0.0'}
+ wrangler@4.80.0:
+ resolution: {integrity: sha512-2ZKF7uPeOZy65BGk3YfvqBCPo/xH1MrAlMmH9mVP+tCNBrTUMnwOHSj1HrZHgR8LttkAqhko0fGz+I4ax1rzyQ==}
+ engines: {node: '>=20.3.0'}
hasBin: true
peerDependencies:
- '@cloudflare/workers-types': ^4.20260310.1
+ '@cloudflare/workers-types': ^4.20260401.1
peerDependenciesMeta:
'@cloudflare/workers-types':
optional: true
@@ -1748,39 +1744,39 @@ snapshots:
'@aws-sdk/util-user-agent-browser': 3.887.0
'@aws-sdk/util-user-agent-node': 3.888.0
'@aws-sdk/xml-builder': 3.887.0
- '@smithy/config-resolver': 4.4.10
- '@smithy/core': 3.23.9
- '@smithy/eventstream-serde-browser': 4.2.11
- '@smithy/eventstream-serde-config-resolver': 4.3.11
- '@smithy/eventstream-serde-node': 4.2.11
- '@smithy/fetch-http-handler': 5.3.13
- '@smithy/hash-blob-browser': 4.2.12
- '@smithy/hash-node': 4.2.11
- '@smithy/hash-stream-node': 4.2.11
- '@smithy/invalid-dependency': 4.2.11
- '@smithy/md5-js': 4.2.11
- '@smithy/middleware-content-length': 4.2.11
- '@smithy/middleware-endpoint': 4.4.23
- '@smithy/middleware-retry': 4.4.40
- '@smithy/middleware-serde': 4.2.12
- '@smithy/middleware-stack': 4.2.11
- '@smithy/node-config-provider': 4.3.11
- '@smithy/node-http-handler': 4.4.14
- '@smithy/protocol-http': 5.3.11
- '@smithy/smithy-client': 4.12.3
- '@smithy/types': 4.13.0
- '@smithy/url-parser': 4.2.11
+ '@smithy/config-resolver': 4.4.13
+ '@smithy/core': 3.23.13
+ '@smithy/eventstream-serde-browser': 4.2.12
+ '@smithy/eventstream-serde-config-resolver': 4.3.12
+ '@smithy/eventstream-serde-node': 4.2.12
+ '@smithy/fetch-http-handler': 5.3.15
+ '@smithy/hash-blob-browser': 4.2.13
+ '@smithy/hash-node': 4.2.12
+ '@smithy/hash-stream-node': 4.2.12
+ '@smithy/invalid-dependency': 4.2.12
+ '@smithy/md5-js': 4.2.12
+ '@smithy/middleware-content-length': 4.2.12
+ '@smithy/middleware-endpoint': 4.4.28
+ '@smithy/middleware-retry': 4.4.46
+ '@smithy/middleware-serde': 4.2.16
+ '@smithy/middleware-stack': 4.2.12
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/node-http-handler': 4.5.1
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/smithy-client': 4.12.8
+ '@smithy/types': 4.13.1
+ '@smithy/url-parser': 4.2.12
'@smithy/util-base64': 4.3.2
'@smithy/util-body-length-browser': 4.2.2
'@smithy/util-body-length-node': 4.2.3
- '@smithy/util-defaults-mode-browser': 4.3.39
- '@smithy/util-defaults-mode-node': 4.2.42
- '@smithy/util-endpoints': 3.3.2
- '@smithy/util-middleware': 4.2.11
- '@smithy/util-retry': 4.2.11
- '@smithy/util-stream': 4.5.17
+ '@smithy/util-defaults-mode-browser': 4.3.44
+ '@smithy/util-defaults-mode-node': 4.2.48
+ '@smithy/util-endpoints': 3.3.3
+ '@smithy/util-middleware': 4.2.12
+ '@smithy/util-retry': 4.2.13
+ '@smithy/util-stream': 4.5.21
'@smithy/util-utf8': 4.2.2
- '@smithy/util-waiter': 4.2.12
+ '@smithy/util-waiter': 4.2.14
'@types/uuid': 9.0.8
tslib: 2.8.1
uuid: 9.0.1
@@ -1801,30 +1797,30 @@ snapshots:
'@aws-sdk/util-endpoints': 3.887.0
'@aws-sdk/util-user-agent-browser': 3.887.0
'@aws-sdk/util-user-agent-node': 3.888.0
- '@smithy/config-resolver': 4.4.10
- '@smithy/core': 3.23.9
- '@smithy/fetch-http-handler': 5.3.13
- '@smithy/hash-node': 4.2.11
- '@smithy/invalid-dependency': 4.2.11
- '@smithy/middleware-content-length': 4.2.11
- '@smithy/middleware-endpoint': 4.4.23
- '@smithy/middleware-retry': 4.4.40
- '@smithy/middleware-serde': 4.2.12
- '@smithy/middleware-stack': 4.2.11
- '@smithy/node-config-provider': 4.3.11
- '@smithy/node-http-handler': 4.4.14
- '@smithy/protocol-http': 5.3.11
- '@smithy/smithy-client': 4.12.3
- '@smithy/types': 4.13.0
- '@smithy/url-parser': 4.2.11
+ '@smithy/config-resolver': 4.4.13
+ '@smithy/core': 3.23.13
+ '@smithy/fetch-http-handler': 5.3.15
+ '@smithy/hash-node': 4.2.12
+ '@smithy/invalid-dependency': 4.2.12
+ '@smithy/middleware-content-length': 4.2.12
+ '@smithy/middleware-endpoint': 4.4.28
+ '@smithy/middleware-retry': 4.4.46
+ '@smithy/middleware-serde': 4.2.16
+ '@smithy/middleware-stack': 4.2.12
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/node-http-handler': 4.5.1
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/smithy-client': 4.12.8
+ '@smithy/types': 4.13.1
+ '@smithy/url-parser': 4.2.12
'@smithy/util-base64': 4.3.2
'@smithy/util-body-length-browser': 4.2.2
'@smithy/util-body-length-node': 4.2.3
- '@smithy/util-defaults-mode-browser': 4.3.39
- '@smithy/util-defaults-mode-node': 4.2.42
- '@smithy/util-endpoints': 3.3.2
- '@smithy/util-middleware': 4.2.11
- '@smithy/util-retry': 4.2.11
+ '@smithy/util-defaults-mode-browser': 4.3.44
+ '@smithy/util-defaults-mode-node': 4.2.48
+ '@smithy/util-endpoints': 3.3.3
+ '@smithy/util-middleware': 4.2.12
+ '@smithy/util-retry': 4.2.13
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -1834,16 +1830,16 @@ snapshots:
dependencies:
'@aws-sdk/types': 3.887.0
'@aws-sdk/xml-builder': 3.887.0
- '@smithy/core': 3.23.9
- '@smithy/node-config-provider': 4.3.11
- '@smithy/property-provider': 4.2.11
- '@smithy/protocol-http': 5.3.11
- '@smithy/signature-v4': 5.3.11
- '@smithy/smithy-client': 4.12.3
- '@smithy/types': 4.13.0
+ '@smithy/core': 3.23.13
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/property-provider': 4.2.12
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/signature-v4': 5.3.12
+ '@smithy/smithy-client': 4.12.8
+ '@smithy/types': 4.13.1
'@smithy/util-base64': 4.3.2
'@smithy/util-body-length-browser': 4.2.2
- '@smithy/util-middleware': 4.2.11
+ '@smithy/util-middleware': 4.2.12
'@smithy/util-utf8': 4.2.2
fast-xml-parser: 5.2.5
tslib: 2.8.1
@@ -1852,21 +1848,21 @@ snapshots:
dependencies:
'@aws-sdk/core': 3.888.0
'@aws-sdk/types': 3.887.0
- '@smithy/property-provider': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/property-provider': 4.2.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/credential-provider-http@3.888.0':
dependencies:
'@aws-sdk/core': 3.888.0
'@aws-sdk/types': 3.887.0
- '@smithy/fetch-http-handler': 5.3.13
- '@smithy/node-http-handler': 4.4.14
- '@smithy/property-provider': 4.2.11
- '@smithy/protocol-http': 5.3.11
- '@smithy/smithy-client': 4.12.3
- '@smithy/types': 4.13.0
- '@smithy/util-stream': 4.5.17
+ '@smithy/fetch-http-handler': 5.3.15
+ '@smithy/node-http-handler': 4.5.1
+ '@smithy/property-provider': 4.2.12
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/smithy-client': 4.12.8
+ '@smithy/types': 4.13.1
+ '@smithy/util-stream': 4.5.21
tslib: 2.8.1
'@aws-sdk/credential-provider-ini@3.888.0':
@@ -1879,10 +1875,10 @@ snapshots:
'@aws-sdk/credential-provider-web-identity': 3.888.0
'@aws-sdk/nested-clients': 3.888.0
'@aws-sdk/types': 3.887.0
- '@smithy/credential-provider-imds': 4.2.11
- '@smithy/property-provider': 4.2.11
- '@smithy/shared-ini-file-loader': 4.4.6
- '@smithy/types': 4.13.0
+ '@smithy/credential-provider-imds': 4.2.12
+ '@smithy/property-provider': 4.2.12
+ '@smithy/shared-ini-file-loader': 4.4.7
+ '@smithy/types': 4.13.1
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -1896,10 +1892,10 @@ snapshots:
'@aws-sdk/credential-provider-sso': 3.888.0
'@aws-sdk/credential-provider-web-identity': 3.888.0
'@aws-sdk/types': 3.887.0
- '@smithy/credential-provider-imds': 4.2.11
- '@smithy/property-provider': 4.2.11
- '@smithy/shared-ini-file-loader': 4.4.6
- '@smithy/types': 4.13.0
+ '@smithy/credential-provider-imds': 4.2.12
+ '@smithy/property-provider': 4.2.12
+ '@smithy/shared-ini-file-loader': 4.4.7
+ '@smithy/types': 4.13.1
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -1908,9 +1904,9 @@ snapshots:
dependencies:
'@aws-sdk/core': 3.888.0
'@aws-sdk/types': 3.887.0
- '@smithy/property-provider': 4.2.11
- '@smithy/shared-ini-file-loader': 4.4.6
- '@smithy/types': 4.13.0
+ '@smithy/property-provider': 4.2.12
+ '@smithy/shared-ini-file-loader': 4.4.7
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/credential-provider-sso@3.888.0':
@@ -1919,9 +1915,9 @@ snapshots:
'@aws-sdk/core': 3.888.0
'@aws-sdk/token-providers': 3.888.0
'@aws-sdk/types': 3.887.0
- '@smithy/property-provider': 4.2.11
- '@smithy/shared-ini-file-loader': 4.4.6
- '@smithy/types': 4.13.0
+ '@smithy/property-provider': 4.2.12
+ '@smithy/shared-ini-file-loader': 4.4.7
+ '@smithy/types': 4.13.1
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -1931,8 +1927,8 @@ snapshots:
'@aws-sdk/core': 3.888.0
'@aws-sdk/nested-clients': 3.888.0
'@aws-sdk/types': 3.887.0
- '@smithy/property-provider': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/property-provider': 4.2.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -1941,17 +1937,17 @@ snapshots:
dependencies:
'@aws-sdk/types': 3.887.0
'@aws-sdk/util-arn-parser': 3.873.0
- '@smithy/node-config-provider': 4.3.11
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
'@smithy/util-config-provider': 4.2.2
tslib: 2.8.1
'@aws-sdk/middleware-expect-continue@3.887.0':
dependencies:
'@aws-sdk/types': 3.887.0
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/middleware-flexible-checksums@3.888.0':
@@ -1962,39 +1958,39 @@ snapshots:
'@aws-sdk/core': 3.888.0
'@aws-sdk/types': 3.887.0
'@smithy/is-array-buffer': 4.2.2
- '@smithy/node-config-provider': 4.3.11
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
- '@smithy/util-middleware': 4.2.11
- '@smithy/util-stream': 4.5.17
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
+ '@smithy/util-middleware': 4.2.12
+ '@smithy/util-stream': 4.5.21
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
'@aws-sdk/middleware-host-header@3.887.0':
dependencies:
'@aws-sdk/types': 3.887.0
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/middleware-location-constraint@3.887.0':
dependencies:
'@aws-sdk/types': 3.887.0
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/middleware-logger@3.887.0':
dependencies:
'@aws-sdk/types': 3.887.0
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/middleware-recursion-detection@3.887.0':
dependencies:
'@aws-sdk/types': 3.887.0
'@aws/lambda-invoke-store': 0.0.1
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/middleware-sdk-s3@3.888.0':
@@ -2002,22 +1998,22 @@ snapshots:
'@aws-sdk/core': 3.888.0
'@aws-sdk/types': 3.887.0
'@aws-sdk/util-arn-parser': 3.873.0
- '@smithy/core': 3.23.9
- '@smithy/node-config-provider': 4.3.11
- '@smithy/protocol-http': 5.3.11
- '@smithy/signature-v4': 5.3.11
- '@smithy/smithy-client': 4.12.3
- '@smithy/types': 4.13.0
+ '@smithy/core': 3.23.13
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/signature-v4': 5.3.12
+ '@smithy/smithy-client': 4.12.8
+ '@smithy/types': 4.13.1
'@smithy/util-config-provider': 4.2.2
- '@smithy/util-middleware': 4.2.11
- '@smithy/util-stream': 4.5.17
+ '@smithy/util-middleware': 4.2.12
+ '@smithy/util-stream': 4.5.21
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
'@aws-sdk/middleware-ssec@3.887.0':
dependencies:
'@aws-sdk/types': 3.887.0
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/middleware-user-agent@3.888.0':
@@ -2025,9 +2021,9 @@ snapshots:
'@aws-sdk/core': 3.888.0
'@aws-sdk/types': 3.887.0
'@aws-sdk/util-endpoints': 3.887.0
- '@smithy/core': 3.23.9
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
+ '@smithy/core': 3.23.13
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/nested-clients@3.888.0':
@@ -2044,30 +2040,30 @@ snapshots:
'@aws-sdk/util-endpoints': 3.887.0
'@aws-sdk/util-user-agent-browser': 3.887.0
'@aws-sdk/util-user-agent-node': 3.888.0
- '@smithy/config-resolver': 4.4.10
- '@smithy/core': 3.23.9
- '@smithy/fetch-http-handler': 5.3.13
- '@smithy/hash-node': 4.2.11
- '@smithy/invalid-dependency': 4.2.11
- '@smithy/middleware-content-length': 4.2.11
- '@smithy/middleware-endpoint': 4.4.23
- '@smithy/middleware-retry': 4.4.40
- '@smithy/middleware-serde': 4.2.12
- '@smithy/middleware-stack': 4.2.11
- '@smithy/node-config-provider': 4.3.11
- '@smithy/node-http-handler': 4.4.14
- '@smithy/protocol-http': 5.3.11
- '@smithy/smithy-client': 4.12.3
- '@smithy/types': 4.13.0
- '@smithy/url-parser': 4.2.11
+ '@smithy/config-resolver': 4.4.13
+ '@smithy/core': 3.23.13
+ '@smithy/fetch-http-handler': 5.3.15
+ '@smithy/hash-node': 4.2.12
+ '@smithy/invalid-dependency': 4.2.12
+ '@smithy/middleware-content-length': 4.2.12
+ '@smithy/middleware-endpoint': 4.4.28
+ '@smithy/middleware-retry': 4.4.46
+ '@smithy/middleware-serde': 4.2.16
+ '@smithy/middleware-stack': 4.2.12
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/node-http-handler': 4.5.1
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/smithy-client': 4.12.8
+ '@smithy/types': 4.13.1
+ '@smithy/url-parser': 4.2.12
'@smithy/util-base64': 4.3.2
'@smithy/util-body-length-browser': 4.2.2
'@smithy/util-body-length-node': 4.2.3
- '@smithy/util-defaults-mode-browser': 4.3.39
- '@smithy/util-defaults-mode-node': 4.2.42
- '@smithy/util-endpoints': 3.3.2
- '@smithy/util-middleware': 4.2.11
- '@smithy/util-retry': 4.2.11
+ '@smithy/util-defaults-mode-browser': 4.3.44
+ '@smithy/util-defaults-mode-node': 4.2.48
+ '@smithy/util-endpoints': 3.3.3
+ '@smithy/util-middleware': 4.2.12
+ '@smithy/util-retry': 4.2.13
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
transitivePeerDependencies:
@@ -2076,10 +2072,10 @@ snapshots:
'@aws-sdk/region-config-resolver@3.887.0':
dependencies:
'@aws-sdk/types': 3.887.0
- '@smithy/node-config-provider': 4.3.11
- '@smithy/types': 4.13.0
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/types': 4.13.1
'@smithy/util-config-provider': 4.2.2
- '@smithy/util-middleware': 4.2.11
+ '@smithy/util-middleware': 4.2.12
tslib: 2.8.1
'@aws-sdk/s3-request-presigner@3.888.0':
@@ -2087,19 +2083,19 @@ snapshots:
'@aws-sdk/signature-v4-multi-region': 3.888.0
'@aws-sdk/types': 3.887.0
'@aws-sdk/util-format-url': 3.887.0
- '@smithy/middleware-endpoint': 4.4.23
- '@smithy/protocol-http': 5.3.11
- '@smithy/smithy-client': 4.12.3
- '@smithy/types': 4.13.0
+ '@smithy/middleware-endpoint': 4.4.28
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/smithy-client': 4.12.8
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/signature-v4-multi-region@3.888.0':
dependencies:
'@aws-sdk/middleware-sdk-s3': 3.888.0
'@aws-sdk/types': 3.887.0
- '@smithy/protocol-http': 5.3.11
- '@smithy/signature-v4': 5.3.11
- '@smithy/types': 4.13.0
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/signature-v4': 5.3.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/token-providers@3.888.0':
@@ -2107,16 +2103,16 @@ snapshots:
'@aws-sdk/core': 3.888.0
'@aws-sdk/nested-clients': 3.888.0
'@aws-sdk/types': 3.887.0
- '@smithy/property-provider': 4.2.11
- '@smithy/shared-ini-file-loader': 4.4.6
- '@smithy/types': 4.13.0
+ '@smithy/property-provider': 4.2.12
+ '@smithy/shared-ini-file-loader': 4.4.7
+ '@smithy/types': 4.13.1
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
'@aws-sdk/types@3.887.0':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/util-arn-parser@3.873.0':
@@ -2126,16 +2122,16 @@ snapshots:
'@aws-sdk/util-endpoints@3.887.0':
dependencies:
'@aws-sdk/types': 3.887.0
- '@smithy/types': 4.13.0
- '@smithy/url-parser': 4.2.11
- '@smithy/util-endpoints': 3.3.2
+ '@smithy/types': 4.13.1
+ '@smithy/url-parser': 4.2.12
+ '@smithy/util-endpoints': 3.3.3
tslib: 2.8.1
'@aws-sdk/util-format-url@3.887.0':
dependencies:
'@aws-sdk/types': 3.887.0
- '@smithy/querystring-builder': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/querystring-builder': 4.2.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/util-locate-window@3.965.5':
@@ -2145,7 +2141,7 @@ snapshots:
'@aws-sdk/util-user-agent-browser@3.887.0':
dependencies:
'@aws-sdk/types': 3.887.0
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
bowser: 2.14.1
tslib: 2.8.1
@@ -2153,53 +2149,53 @@ snapshots:
dependencies:
'@aws-sdk/middleware-user-agent': 3.888.0
'@aws-sdk/types': 3.887.0
- '@smithy/node-config-provider': 4.3.11
- '@smithy/types': 4.13.0
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws-sdk/xml-builder@3.887.0':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@aws/lambda-invoke-store@0.0.1': {}
- '@babel/runtime-corejs3@7.29.0':
+ '@babel/runtime-corejs3@7.29.2':
dependencies:
- core-js-pure: 3.48.0
+ core-js-pure: 3.49.0
- '@babel/runtime@7.28.6': {}
+ '@babel/runtime@7.29.2': {}
'@cloudflare/kv-asset-handler@0.4.2': {}
- '@cloudflare/unenv-preset@2.15.0(unenv@2.0.0-rc.24)(workerd@1.20260310.1)':
+ '@cloudflare/unenv-preset@2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260401.1)':
dependencies:
unenv: 2.0.0-rc.24
optionalDependencies:
- workerd: 1.20260310.1
+ workerd: 1.20260401.1
- '@cloudflare/workerd-darwin-64@1.20260310.1':
+ '@cloudflare/workerd-darwin-64@1.20260401.1':
optional: true
- '@cloudflare/workerd-darwin-arm64@1.20260310.1':
+ '@cloudflare/workerd-darwin-arm64@1.20260401.1':
optional: true
- '@cloudflare/workerd-linux-64@1.20260310.1':
+ '@cloudflare/workerd-linux-64@1.20260401.1':
optional: true
- '@cloudflare/workerd-linux-arm64@1.20260310.1':
+ '@cloudflare/workerd-linux-arm64@1.20260401.1':
optional: true
- '@cloudflare/workerd-windows-64@1.20260310.1':
+ '@cloudflare/workerd-windows-64@1.20260401.1':
optional: true
- '@cloudflare/workers-types@4.20260310.1': {}
+ '@cloudflare/workers-types@4.20260404.1': {}
'@cspotcode/source-map-support@0.8.1':
dependencies:
'@jridgewell/trace-mapping': 0.3.9
- '@emnapi/runtime@1.8.1':
+ '@emnapi/runtime@1.9.2':
dependencies:
tslib: 2.8.1
optional: true
@@ -2425,7 +2421,7 @@ snapshots:
'@img/sharp-wasm32@0.34.5':
dependencies:
- '@emnapi/runtime': 1.8.1
+ '@emnapi/runtime': 1.9.2
optional: true
'@img/sharp-win32-arm64@0.34.5':
@@ -2592,11 +2588,6 @@ snapshots:
'@sindresorhus/is@7.2.0': {}
- '@smithy/abort-controller@4.2.11':
- dependencies:
- '@smithy/types': 4.13.0
- tslib: 2.8.1
-
'@smithy/chunked-blob-reader-native@4.2.3':
dependencies:
'@smithy/util-base64': 4.3.2
@@ -2606,97 +2597,97 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@smithy/config-resolver@4.4.10':
+ '@smithy/config-resolver@4.4.13':
dependencies:
- '@smithy/node-config-provider': 4.3.11
- '@smithy/types': 4.13.0
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/types': 4.13.1
'@smithy/util-config-provider': 4.2.2
- '@smithy/util-endpoints': 3.3.2
- '@smithy/util-middleware': 4.2.11
+ '@smithy/util-endpoints': 3.3.3
+ '@smithy/util-middleware': 4.2.12
tslib: 2.8.1
- '@smithy/core@3.23.9':
+ '@smithy/core@3.23.13':
dependencies:
- '@smithy/middleware-serde': 4.2.12
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
+ '@smithy/url-parser': 4.2.12
'@smithy/util-base64': 4.3.2
'@smithy/util-body-length-browser': 4.2.2
- '@smithy/util-middleware': 4.2.11
- '@smithy/util-stream': 4.5.17
+ '@smithy/util-middleware': 4.2.12
+ '@smithy/util-stream': 4.5.21
'@smithy/util-utf8': 4.2.2
'@smithy/uuid': 1.1.2
tslib: 2.8.1
- '@smithy/credential-provider-imds@4.2.11':
+ '@smithy/credential-provider-imds@4.2.12':
dependencies:
- '@smithy/node-config-provider': 4.3.11
- '@smithy/property-provider': 4.2.11
- '@smithy/types': 4.13.0
- '@smithy/url-parser': 4.2.11
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/property-provider': 4.2.12
+ '@smithy/types': 4.13.1
+ '@smithy/url-parser': 4.2.12
tslib: 2.8.1
- '@smithy/eventstream-codec@4.2.11':
+ '@smithy/eventstream-codec@4.2.12':
dependencies:
'@aws-crypto/crc32': 5.2.0
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
'@smithy/util-hex-encoding': 4.2.2
tslib: 2.8.1
- '@smithy/eventstream-serde-browser@4.2.11':
+ '@smithy/eventstream-serde-browser@4.2.12':
dependencies:
- '@smithy/eventstream-serde-universal': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/eventstream-serde-universal': 4.2.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/eventstream-serde-config-resolver@4.3.11':
+ '@smithy/eventstream-serde-config-resolver@4.3.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/eventstream-serde-node@4.2.11':
+ '@smithy/eventstream-serde-node@4.2.12':
dependencies:
- '@smithy/eventstream-serde-universal': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/eventstream-serde-universal': 4.2.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/eventstream-serde-universal@4.2.11':
+ '@smithy/eventstream-serde-universal@4.2.12':
dependencies:
- '@smithy/eventstream-codec': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/eventstream-codec': 4.2.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/fetch-http-handler@5.3.13':
+ '@smithy/fetch-http-handler@5.3.15':
dependencies:
- '@smithy/protocol-http': 5.3.11
- '@smithy/querystring-builder': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/querystring-builder': 4.2.12
+ '@smithy/types': 4.13.1
'@smithy/util-base64': 4.3.2
tslib: 2.8.1
- '@smithy/hash-blob-browser@4.2.12':
+ '@smithy/hash-blob-browser@4.2.13':
dependencies:
'@smithy/chunked-blob-reader': 5.2.2
'@smithy/chunked-blob-reader-native': 4.2.3
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/hash-node@4.2.11':
+ '@smithy/hash-node@4.2.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
'@smithy/util-buffer-from': 4.2.2
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
- '@smithy/hash-stream-node@4.2.11':
+ '@smithy/hash-stream-node@4.2.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
- '@smithy/invalid-dependency@4.2.11':
+ '@smithy/invalid-dependency@4.2.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@smithy/is-array-buffer@2.2.0':
@@ -2707,126 +2698,126 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@smithy/md5-js@4.2.11':
+ '@smithy/md5-js@4.2.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
- '@smithy/middleware-content-length@4.2.11':
+ '@smithy/middleware-content-length@4.2.12':
dependencies:
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/middleware-endpoint@4.4.23':
+ '@smithy/middleware-endpoint@4.4.28':
dependencies:
- '@smithy/core': 3.23.9
- '@smithy/middleware-serde': 4.2.12
- '@smithy/node-config-provider': 4.3.11
- '@smithy/shared-ini-file-loader': 4.4.6
- '@smithy/types': 4.13.0
- '@smithy/url-parser': 4.2.11
- '@smithy/util-middleware': 4.2.11
+ '@smithy/core': 3.23.13
+ '@smithy/middleware-serde': 4.2.16
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/shared-ini-file-loader': 4.4.7
+ '@smithy/types': 4.13.1
+ '@smithy/url-parser': 4.2.12
+ '@smithy/util-middleware': 4.2.12
tslib: 2.8.1
- '@smithy/middleware-retry@4.4.40':
+ '@smithy/middleware-retry@4.4.46':
dependencies:
- '@smithy/node-config-provider': 4.3.11
- '@smithy/protocol-http': 5.3.11
- '@smithy/service-error-classification': 4.2.11
- '@smithy/smithy-client': 4.12.3
- '@smithy/types': 4.13.0
- '@smithy/util-middleware': 4.2.11
- '@smithy/util-retry': 4.2.11
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/service-error-classification': 4.2.12
+ '@smithy/smithy-client': 4.12.8
+ '@smithy/types': 4.13.1
+ '@smithy/util-middleware': 4.2.12
+ '@smithy/util-retry': 4.2.13
'@smithy/uuid': 1.1.2
tslib: 2.8.1
- '@smithy/middleware-serde@4.2.12':
+ '@smithy/middleware-serde@4.2.16':
dependencies:
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
+ '@smithy/core': 3.23.13
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/middleware-stack@4.2.11':
+ '@smithy/middleware-stack@4.2.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/node-config-provider@4.3.11':
+ '@smithy/node-config-provider@4.3.12':
dependencies:
- '@smithy/property-provider': 4.2.11
- '@smithy/shared-ini-file-loader': 4.4.6
- '@smithy/types': 4.13.0
+ '@smithy/property-provider': 4.2.12
+ '@smithy/shared-ini-file-loader': 4.4.7
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/node-http-handler@4.4.14':
+ '@smithy/node-http-handler@4.5.1':
dependencies:
- '@smithy/abort-controller': 4.2.11
- '@smithy/protocol-http': 5.3.11
- '@smithy/querystring-builder': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/querystring-builder': 4.2.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/property-provider@4.2.11':
+ '@smithy/property-provider@4.2.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/protocol-http@5.3.11':
+ '@smithy/protocol-http@5.3.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/querystring-builder@4.2.11':
+ '@smithy/querystring-builder@4.2.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
'@smithy/util-uri-escape': 4.2.2
tslib: 2.8.1
- '@smithy/querystring-parser@4.2.11':
+ '@smithy/querystring-parser@4.2.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/service-error-classification@4.2.11':
+ '@smithy/service-error-classification@4.2.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
- '@smithy/shared-ini-file-loader@4.4.6':
+ '@smithy/shared-ini-file-loader@4.4.7':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/signature-v4@5.3.11':
+ '@smithy/signature-v4@5.3.12':
dependencies:
'@smithy/is-array-buffer': 4.2.2
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
'@smithy/util-hex-encoding': 4.2.2
- '@smithy/util-middleware': 4.2.11
+ '@smithy/util-middleware': 4.2.12
'@smithy/util-uri-escape': 4.2.2
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
- '@smithy/smithy-client@4.12.3':
+ '@smithy/smithy-client@4.12.8':
dependencies:
- '@smithy/core': 3.23.9
- '@smithy/middleware-endpoint': 4.4.23
- '@smithy/middleware-stack': 4.2.11
- '@smithy/protocol-http': 5.3.11
- '@smithy/types': 4.13.0
- '@smithy/util-stream': 4.5.17
+ '@smithy/core': 3.23.13
+ '@smithy/middleware-endpoint': 4.4.28
+ '@smithy/middleware-stack': 4.2.12
+ '@smithy/protocol-http': 5.3.12
+ '@smithy/types': 4.13.1
+ '@smithy/util-stream': 4.5.21
tslib: 2.8.1
- '@smithy/types@4.13.0':
+ '@smithy/types@4.13.1':
dependencies:
tslib: 2.8.1
- '@smithy/url-parser@4.2.11':
+ '@smithy/url-parser@4.2.12':
dependencies:
- '@smithy/querystring-parser': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/querystring-parser': 4.2.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@smithy/util-base64@4.3.2':
@@ -2857,49 +2848,49 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@smithy/util-defaults-mode-browser@4.3.39':
+ '@smithy/util-defaults-mode-browser@4.3.44':
dependencies:
- '@smithy/property-provider': 4.2.11
- '@smithy/smithy-client': 4.12.3
- '@smithy/types': 4.13.0
+ '@smithy/property-provider': 4.2.12
+ '@smithy/smithy-client': 4.12.8
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/util-defaults-mode-node@4.2.42':
+ '@smithy/util-defaults-mode-node@4.2.48':
dependencies:
- '@smithy/config-resolver': 4.4.10
- '@smithy/credential-provider-imds': 4.2.11
- '@smithy/node-config-provider': 4.3.11
- '@smithy/property-provider': 4.2.11
- '@smithy/smithy-client': 4.12.3
- '@smithy/types': 4.13.0
+ '@smithy/config-resolver': 4.4.13
+ '@smithy/credential-provider-imds': 4.2.12
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/property-provider': 4.2.12
+ '@smithy/smithy-client': 4.12.8
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/util-endpoints@3.3.2':
+ '@smithy/util-endpoints@3.3.3':
dependencies:
- '@smithy/node-config-provider': 4.3.11
- '@smithy/types': 4.13.0
+ '@smithy/node-config-provider': 4.3.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@smithy/util-hex-encoding@4.2.2':
dependencies:
tslib: 2.8.1
- '@smithy/util-middleware@4.2.11':
+ '@smithy/util-middleware@4.2.12':
dependencies:
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/util-retry@4.2.11':
+ '@smithy/util-retry@4.2.13':
dependencies:
- '@smithy/service-error-classification': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/service-error-classification': 4.2.12
+ '@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/util-stream@4.5.17':
+ '@smithy/util-stream@4.5.21':
dependencies:
- '@smithy/fetch-http-handler': 5.3.13
- '@smithy/node-http-handler': 4.4.14
- '@smithy/types': 4.13.0
+ '@smithy/fetch-http-handler': 5.3.15
+ '@smithy/node-http-handler': 4.5.1
+ '@smithy/types': 4.13.1
'@smithy/util-base64': 4.3.2
'@smithy/util-buffer-from': 4.2.2
'@smithy/util-hex-encoding': 4.2.2
@@ -2920,17 +2911,16 @@ snapshots:
'@smithy/util-buffer-from': 4.2.2
tslib: 2.8.1
- '@smithy/util-waiter@4.2.12':
+ '@smithy/util-waiter@4.2.14':
dependencies:
- '@smithy/abort-controller': 4.2.11
- '@smithy/types': 4.13.0
+ '@smithy/types': 4.13.1
tslib: 2.8.1
'@smithy/uuid@1.1.2':
dependencies:
tslib: 2.8.1
- '@speed-highlight/core@1.2.14': {}
+ '@speed-highlight/core@1.2.15': {}
'@stablelib/base64@1.0.1': {}
@@ -2940,101 +2930,101 @@ snapshots:
'@types/json-schema@7.0.15': {}
- '@types/node@25.4.0':
+ '@types/node@25.5.2':
dependencies:
undici-types: 7.18.2
'@types/uuid@9.0.8': {}
- '@typescript-eslint/eslint-plugin@8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.1)(typescript@5.4.5))(eslint@9.39.1)(typescript@5.4.5)':
+ '@typescript-eslint/eslint-plugin@8.58.0(@typescript-eslint/parser@8.58.0(eslint@9.39.1)(typescript@5.4.5))(eslint@9.39.1)(typescript@5.4.5)':
dependencies:
'@eslint-community/regexpp': 4.12.2
- '@typescript-eslint/parser': 8.57.0(eslint@9.39.1)(typescript@5.4.5)
- '@typescript-eslint/scope-manager': 8.57.0
- '@typescript-eslint/type-utils': 8.57.0(eslint@9.39.1)(typescript@5.4.5)
- '@typescript-eslint/utils': 8.57.0(eslint@9.39.1)(typescript@5.4.5)
- '@typescript-eslint/visitor-keys': 8.57.0
+ '@typescript-eslint/parser': 8.58.0(eslint@9.39.1)(typescript@5.4.5)
+ '@typescript-eslint/scope-manager': 8.58.0
+ '@typescript-eslint/type-utils': 8.58.0(eslint@9.39.1)(typescript@5.4.5)
+ '@typescript-eslint/utils': 8.58.0(eslint@9.39.1)(typescript@5.4.5)
+ '@typescript-eslint/visitor-keys': 8.58.0
eslint: 9.39.1
ignore: 7.0.5
natural-compare: 1.4.0
- ts-api-utils: 2.4.0(typescript@5.4.5)
+ ts-api-utils: 2.5.0(typescript@5.4.5)
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.57.0(eslint@9.39.1)(typescript@5.4.5)':
+ '@typescript-eslint/parser@8.58.0(eslint@9.39.1)(typescript@5.4.5)':
dependencies:
- '@typescript-eslint/scope-manager': 8.57.0
- '@typescript-eslint/types': 8.57.0
- '@typescript-eslint/typescript-estree': 8.57.0(typescript@5.4.5)
- '@typescript-eslint/visitor-keys': 8.57.0
+ '@typescript-eslint/scope-manager': 8.58.0
+ '@typescript-eslint/types': 8.58.0
+ '@typescript-eslint/typescript-estree': 8.58.0(typescript@5.4.5)
+ '@typescript-eslint/visitor-keys': 8.58.0
debug: 4.4.3
eslint: 9.39.1
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.57.0(typescript@5.4.5)':
+ '@typescript-eslint/project-service@8.58.0(typescript@5.4.5)':
dependencies:
- '@typescript-eslint/tsconfig-utils': 8.57.0(typescript@5.4.5)
- '@typescript-eslint/types': 8.57.0
+ '@typescript-eslint/tsconfig-utils': 8.58.0(typescript@5.4.5)
+ '@typescript-eslint/types': 8.58.0
debug: 4.4.3
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.57.0':
+ '@typescript-eslint/scope-manager@8.58.0':
dependencies:
- '@typescript-eslint/types': 8.57.0
- '@typescript-eslint/visitor-keys': 8.57.0
+ '@typescript-eslint/types': 8.58.0
+ '@typescript-eslint/visitor-keys': 8.58.0
- '@typescript-eslint/tsconfig-utils@8.57.0(typescript@5.4.5)':
+ '@typescript-eslint/tsconfig-utils@8.58.0(typescript@5.4.5)':
dependencies:
typescript: 5.4.5
- '@typescript-eslint/type-utils@8.57.0(eslint@9.39.1)(typescript@5.4.5)':
+ '@typescript-eslint/type-utils@8.58.0(eslint@9.39.1)(typescript@5.4.5)':
dependencies:
- '@typescript-eslint/types': 8.57.0
- '@typescript-eslint/typescript-estree': 8.57.0(typescript@5.4.5)
- '@typescript-eslint/utils': 8.57.0(eslint@9.39.1)(typescript@5.4.5)
+ '@typescript-eslint/types': 8.58.0
+ '@typescript-eslint/typescript-estree': 8.58.0(typescript@5.4.5)
+ '@typescript-eslint/utils': 8.58.0(eslint@9.39.1)(typescript@5.4.5)
debug: 4.4.3
eslint: 9.39.1
- ts-api-utils: 2.4.0(typescript@5.4.5)
+ ts-api-utils: 2.5.0(typescript@5.4.5)
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@8.57.0': {}
+ '@typescript-eslint/types@8.58.0': {}
- '@typescript-eslint/typescript-estree@8.57.0(typescript@5.4.5)':
+ '@typescript-eslint/typescript-estree@8.58.0(typescript@5.4.5)':
dependencies:
- '@typescript-eslint/project-service': 8.57.0(typescript@5.4.5)
- '@typescript-eslint/tsconfig-utils': 8.57.0(typescript@5.4.5)
- '@typescript-eslint/types': 8.57.0
- '@typescript-eslint/visitor-keys': 8.57.0
+ '@typescript-eslint/project-service': 8.58.0(typescript@5.4.5)
+ '@typescript-eslint/tsconfig-utils': 8.58.0(typescript@5.4.5)
+ '@typescript-eslint/types': 8.58.0
+ '@typescript-eslint/visitor-keys': 8.58.0
debug: 4.4.3
- minimatch: 10.2.4
+ minimatch: 10.2.5
semver: 7.7.4
tinyglobby: 0.2.15
- ts-api-utils: 2.4.0(typescript@5.4.5)
+ ts-api-utils: 2.5.0(typescript@5.4.5)
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.57.0(eslint@9.39.1)(typescript@5.4.5)':
+ '@typescript-eslint/utils@8.58.0(eslint@9.39.1)(typescript@5.4.5)':
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.1)
- '@typescript-eslint/scope-manager': 8.57.0
- '@typescript-eslint/types': 8.57.0
- '@typescript-eslint/typescript-estree': 8.57.0(typescript@5.4.5)
+ '@typescript-eslint/scope-manager': 8.58.0
+ '@typescript-eslint/types': 8.58.0
+ '@typescript-eslint/typescript-estree': 8.58.0(typescript@5.4.5)
eslint: 9.39.1
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.57.0':
+ '@typescript-eslint/visitor-keys@8.58.0':
dependencies:
- '@typescript-eslint/types': 8.57.0
+ '@typescript-eslint/types': 8.58.0
eslint-visitor-keys: 5.0.1
abort-controller@3.0.0:
@@ -3074,12 +3064,12 @@ snapshots:
bowser@2.14.1: {}
- brace-expansion@1.1.12:
+ brace-expansion@1.1.13:
dependencies:
balanced-match: 1.0.2
concat-map: 0.0.1
- brace-expansion@5.0.4:
+ brace-expansion@5.0.5:
dependencies:
balanced-match: 4.0.4
@@ -3109,7 +3099,7 @@ snapshots:
cookie@1.1.1: {}
- core-js-pure@3.48.0: {}
+ core-js-pure@3.49.0: {}
cross-spawn@7.0.6:
dependencies:
@@ -3269,11 +3259,11 @@ snapshots:
fast-xml-parser@5.2.5:
dependencies:
- strnum: 2.2.0
+ strnum: 2.2.2
- fdir@6.5.0(picomatch@4.0.3):
+ fdir@6.5.0(picomatch@4.0.4):
optionalDependencies:
- picomatch: 4.0.3
+ picomatch: 4.0.4
file-entry-cache@8.0.0:
dependencies:
@@ -3286,10 +3276,10 @@ snapshots:
flat-cache@4.0.1:
dependencies:
- flatted: 3.4.1
+ flatted: 3.4.2
keyv: 4.5.4
- flatted@3.4.1: {}
+ flatted@3.4.2: {}
fsevents@2.3.3:
optional: true
@@ -3304,7 +3294,7 @@ snapshots:
has-flag@4.0.0: {}
- hono@4.12.7: {}
+ hono@4.12.10: {}
html-to-text@9.0.5:
dependencies:
@@ -3398,30 +3388,30 @@ snapshots:
mimetext@3.0.28:
dependencies:
- '@babel/runtime': 7.28.6
- '@babel/runtime-corejs3': 7.29.0
+ '@babel/runtime': 7.29.2
+ '@babel/runtime-corejs3': 7.29.2
js-base64: 3.7.8
mime-types: 2.1.35
- miniflare@4.20260310.0:
+ miniflare@4.20260401.0:
dependencies:
'@cspotcode/source-map-support': 0.8.1
sharp: 0.34.5
- undici: 7.18.2
- workerd: 1.20260310.1
+ undici: 7.24.4
+ workerd: 1.20260401.1
ws: 8.18.0
youch: 4.1.0-beta.10
transitivePeerDependencies:
- bufferutil
- utf-8-validate
- minimatch@10.2.4:
+ minimatch@10.2.5:
dependencies:
- brace-expansion: 5.0.4
+ brace-expansion: 5.0.5
minimatch@3.1.5:
dependencies:
- brace-expansion: 1.1.12
+ brace-expansion: 1.1.13
mri@1.2.0: {}
@@ -3473,9 +3463,9 @@ snapshots:
peberminta@0.9.0:
optional: true
- picomatch@4.0.3: {}
+ picomatch@4.0.4: {}
- postal-mime@2.7.3: {}
+ postal-mime@2.7.4: {}
prelude-ls@1.2.1: {}
@@ -3509,10 +3499,10 @@ snapshots:
reflect-metadata@0.2.2: {}
- resend@6.9.3(@react-email/render@1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)):
+ resend@6.10.0(@react-email/render@1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)):
dependencies:
- postal-mime: 2.7.3
- svix: 1.84.1
+ postal-mime: 2.7.4
+ svix: 1.88.0
optionalDependencies:
'@react-email/render': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -3580,7 +3570,7 @@ snapshots:
strip-json-comments@3.1.1: {}
- strnum@2.2.0: {}
+ strnum@2.2.2: {}
supports-color@10.2.2: {}
@@ -3588,7 +3578,7 @@ snapshots:
dependencies:
has-flag: 4.0.0
- svix@1.84.1:
+ svix@1.88.0:
dependencies:
standardwebhooks: 1.0.0
uuid: 10.0.0
@@ -3609,12 +3599,12 @@ snapshots:
tinyglobby@0.2.15:
dependencies:
- fdir: 6.5.0(picomatch@4.0.3)
- picomatch: 4.0.3
+ fdir: 6.5.0(picomatch@4.0.4)
+ picomatch: 4.0.4
tr46@0.0.3: {}
- ts-api-utils@2.4.0(typescript@5.4.5):
+ ts-api-utils@2.5.0(typescript@5.4.5):
dependencies:
typescript: 5.4.5
@@ -3630,12 +3620,12 @@ snapshots:
dependencies:
prelude-ls: 1.2.1
- typescript-eslint@8.57.0(eslint@9.39.1)(typescript@5.4.5):
+ typescript-eslint@8.58.0(eslint@9.39.1)(typescript@5.4.5):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.1)(typescript@5.4.5))(eslint@9.39.1)(typescript@5.4.5)
- '@typescript-eslint/parser': 8.57.0(eslint@9.39.1)(typescript@5.4.5)
- '@typescript-eslint/typescript-estree': 8.57.0(typescript@5.4.5)
- '@typescript-eslint/utils': 8.57.0(eslint@9.39.1)(typescript@5.4.5)
+ '@typescript-eslint/eslint-plugin': 8.58.0(@typescript-eslint/parser@8.58.0(eslint@9.39.1)(typescript@5.4.5))(eslint@9.39.1)(typescript@5.4.5)
+ '@typescript-eslint/parser': 8.58.0(eslint@9.39.1)(typescript@5.4.5)
+ '@typescript-eslint/typescript-estree': 8.58.0(typescript@5.4.5)
+ '@typescript-eslint/utils': 8.58.0(eslint@9.39.1)(typescript@5.4.5)
eslint: 9.39.1
typescript: 5.4.5
transitivePeerDependencies:
@@ -3645,7 +3635,7 @@ snapshots:
undici-types@7.18.2: {}
- undici@7.18.2: {}
+ undici@7.24.4: {}
unenv@2.0.0-rc.24:
dependencies:
@@ -3674,26 +3664,26 @@ snapshots:
worker-mailer@1.2.1: {}
- workerd@1.20260310.1:
+ workerd@1.20260401.1:
optionalDependencies:
- '@cloudflare/workerd-darwin-64': 1.20260310.1
- '@cloudflare/workerd-darwin-arm64': 1.20260310.1
- '@cloudflare/workerd-linux-64': 1.20260310.1
- '@cloudflare/workerd-linux-arm64': 1.20260310.1
- '@cloudflare/workerd-windows-64': 1.20260310.1
+ '@cloudflare/workerd-darwin-64': 1.20260401.1
+ '@cloudflare/workerd-darwin-arm64': 1.20260401.1
+ '@cloudflare/workerd-linux-64': 1.20260401.1
+ '@cloudflare/workerd-linux-arm64': 1.20260401.1
+ '@cloudflare/workerd-windows-64': 1.20260401.1
- wrangler@4.72.0(@cloudflare/workers-types@4.20260310.1):
+ wrangler@4.80.0(@cloudflare/workers-types@4.20260404.1):
dependencies:
'@cloudflare/kv-asset-handler': 0.4.2
- '@cloudflare/unenv-preset': 2.15.0(unenv@2.0.0-rc.24)(workerd@1.20260310.1)
+ '@cloudflare/unenv-preset': 2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260401.1)
blake3-wasm: 2.1.5
esbuild: 0.27.3
- miniflare: 4.20260310.0
+ miniflare: 4.20260401.0
path-to-regexp: 6.3.0
unenv: 2.0.0-rc.24
- workerd: 1.20260310.1
+ workerd: 1.20260401.1
optionalDependencies:
- '@cloudflare/workers-types': 4.20260310.1
+ '@cloudflare/workers-types': 4.20260404.1
fsevents: 2.3.3
transitivePeerDependencies:
- bufferutil
@@ -3712,6 +3702,6 @@ snapshots:
dependencies:
'@poppinss/colors': 4.1.6
'@poppinss/dumper': 0.6.5
- '@speed-highlight/core': 1.2.14
+ '@speed-highlight/core': 1.2.15
cookie: 1.1.1
youch-core: 0.3.3
diff --git a/worker/src/constants.ts b/worker/src/constants.ts
index 9c89ecac..567576a6 100644
--- a/worker/src/constants.ts
+++ b/worker/src/constants.ts
@@ -1,5 +1,5 @@
export const CONSTANTS = {
- VERSION: 'v' + '1.5.0',
+ VERSION: 'v' + '1.6.0',
// DB Version
DB_VERSION_KEY: 'db_version',