feature: update dependencies (#674)

This commit is contained in:
Dream Hunter
2025-06-21 01:06:37 +08:00
committed by GitHub
parent de4646876a
commit da5482e095
7 changed files with 682 additions and 680 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
"naive-ui": "^2.42.0", "naive-ui": "^2.42.0",
"postal-mime": "^2.4.3", "postal-mime": "^2.4.3",
"vooks": "^0.2.12", "vooks": "^0.2.12",
"vue": "^3.5.16", "vue": "^3.5.17",
"vue-clipboard3": "^2.0.0", "vue-clipboard3": "^2.0.0",
"vue-i18n": "^11.1.6", "vue-i18n": "^11.1.6",
"vue-router": "^4.5.1" "vue-router": "^4.5.1"
@@ -47,7 +47,7 @@
"vite-plugin-wasm": "^3.4.1", "vite-plugin-wasm": "^3.4.1",
"workbox-build": "^7.3.0", "workbox-build": "^7.3.0",
"workbox-window": "^7.3.0", "workbox-window": "^7.3.0",
"wrangler": "^4.20.1" "wrangler": "^4.20.4"
}, },
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
} }
+292 -297
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -11,7 +11,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"wrangler": "^4.20.1" "wrangler": "^4.20.4"
}, },
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
} }
+1 -1
View File
@@ -6,7 +6,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "^24.0.3", "@types/node": "^24.0.3",
"vitepress": "^1.6.3", "vitepress": "^1.6.3",
"wrangler": "^4.20.1" "wrangler": "^4.20.4"
}, },
"scripts": { "scripts": {
"dev": "vitepress dev docs", "dev": "vitepress dev docs",
+311 -311
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -11,20 +11,20 @@
"build": "wrangler deploy --dry-run --outdir dist --minify" "build": "wrangler deploy --dry-run --outdir dist --minify"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20250618.0", "@cloudflare/workers-types": "^4.20250620.0",
"@eslint/js": "9.18.0", "@eslint/js": "9.18.0",
"@simplewebauthn/types": "10.0.0", "@simplewebauthn/types": "10.0.0",
"@types/node": "^22.15.32", "@types/node": "^22.15.32",
"eslint": "9.18.0", "eslint": "9.18.0",
"globals": "^15.15.0", "globals": "^15.15.0",
"typescript-eslint": "^8.34.1", "typescript-eslint": "^8.34.1",
"wrangler": "^4.20.1" "wrangler": "^4.20.4"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.830.0", "@aws-sdk/client-s3": "^3.832.0",
"@aws-sdk/s3-request-presigner": "^3.830.0", "@aws-sdk/s3-request-presigner": "^3.832.0",
"@simplewebauthn/server": "10.0.1", "@simplewebauthn/server": "10.0.1",
"hono": "^4.8.0", "hono": "^4.8.1",
"jsonpath-plus": "^10.3.0", "jsonpath-plus": "^10.3.0",
"mimetext": "^3.0.27", "mimetext": "^3.0.27",
"postal-mime": "^2.4.3", "postal-mime": "^2.4.3",
+70 -63
View File
@@ -14,17 +14,17 @@ importers:
.: .:
dependencies: dependencies:
'@aws-sdk/client-s3': '@aws-sdk/client-s3':
specifier: ^3.830.0 specifier: ^3.832.0
version: 3.830.0 version: 3.832.0
'@aws-sdk/s3-request-presigner': '@aws-sdk/s3-request-presigner':
specifier: ^3.830.0 specifier: ^3.832.0
version: 3.830.0 version: 3.832.0
'@simplewebauthn/server': '@simplewebauthn/server':
specifier: 10.0.1 specifier: 10.0.1
version: 10.0.1 version: 10.0.1
hono: hono:
specifier: ^4.8.0 specifier: ^4.8.1
version: 4.8.0 version: 4.8.1
jsonpath-plus: jsonpath-plus:
specifier: ^10.3.0 specifier: ^10.3.0
version: 10.3.0 version: 10.3.0
@@ -45,8 +45,8 @@ importers:
version: 1.1.4 version: 1.1.4
devDependencies: devDependencies:
'@cloudflare/workers-types': '@cloudflare/workers-types':
specifier: ^4.20250618.0 specifier: ^4.20250620.0
version: 4.20250618.0 version: 4.20250620.0
'@eslint/js': '@eslint/js':
specifier: 9.18.0 specifier: 9.18.0
version: 9.18.0 version: 9.18.0
@@ -66,8 +66,8 @@ importers:
specifier: ^8.34.1 specifier: ^8.34.1
version: 8.34.1(eslint@9.18.0)(typescript@5.4.5) version: 8.34.1(eslint@9.18.0)(typescript@5.4.5)
wrangler: wrangler:
specifier: ^4.20.1 specifier: ^4.20.4
version: 4.20.1(@cloudflare/workers-types@4.20250618.0) version: 4.20.4(@cloudflare/workers-types@4.20250620.0)
packages: packages:
@@ -94,8 +94,8 @@ packages:
'@aws-crypto/util@5.2.0': '@aws-crypto/util@5.2.0':
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==} resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
'@aws-sdk/client-s3@3.830.0': '@aws-sdk/client-s3@3.832.0':
resolution: {integrity: sha512-Cti+zj1lqvQIScXFQv8/t1xo3pvcvk/ObmGIbyLzfgcYpKMHaIWhzhi6aN+z4dYEv1EwrukC9tNoqScyShc5tw==} resolution: {integrity: sha512-S+md1zCe71SEuaRDuLHq4mzhYYkVxR1ENa8NwrgInfYoC4xo8/pESoR6i0ZZpcLs0Jw4EyVInWYs4GgDHW70qQ==}
engines: {node: '>=18.0.0'} engines: {node: '>=18.0.0'}
'@aws-sdk/client-sso@3.830.0': '@aws-sdk/client-sso@3.830.0':
@@ -182,8 +182,8 @@ packages:
resolution: {integrity: sha512-t8og+lRCIIy5nlId0bScNpCkif8sc0LhmtaKsbm0ZPm3sCa/WhCbSZibjbZ28FNjVCV+p0D9RYZx0VDDbtWyjw==} resolution: {integrity: sha512-t8og+lRCIIy5nlId0bScNpCkif8sc0LhmtaKsbm0ZPm3sCa/WhCbSZibjbZ28FNjVCV+p0D9RYZx0VDDbtWyjw==}
engines: {node: '>=18.0.0'} engines: {node: '>=18.0.0'}
'@aws-sdk/s3-request-presigner@3.830.0': '@aws-sdk/s3-request-presigner@3.832.0':
resolution: {integrity: sha512-IEiSJfuf/hcf9WvCmvV35ci1yGcV3IYKS0e6l5xPRLYDNBrAWao9j8mrp0N4WCD3Nr+3xZRY5JglEFAH6CN3OQ==} resolution: {integrity: sha512-zXuwfaAYu99LUF7/6iBr3UlKCMaMImBwfmLXJQlvtE3ebrERXQuISME9Vjd2oG+hJ6XcX6RJqkeIvZBytMzvRw==}
engines: {node: '>=18.0.0'} engines: {node: '>=18.0.0'}
'@aws-sdk/signature-v4-multi-region@3.826.0': '@aws-sdk/signature-v4-multi-region@3.826.0':
@@ -251,38 +251,38 @@ packages:
workerd: workerd:
optional: true optional: true
'@cloudflare/workerd-darwin-64@1.20250612.0': '@cloudflare/workerd-darwin-64@1.20250617.0':
resolution: {integrity: sha512-IpL/tOvNY04n2hvp/XGdOGjeMDycEjbwJL8gJ0kenBFBa13EE82I61ceA56kuCiEdb1vBv3O+xiD9zN6AuQlmQ==} resolution: {integrity: sha512-toG8JUKVLIks4oOJLe9FeuixE84pDpMZ32ip7mCpE7JaFc5BqGFvevk0YC/db3T71AQlialjRwioH3jS/dzItA==}
engines: {node: '>=16'} engines: {node: '>=16'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
'@cloudflare/workerd-darwin-arm64@1.20250612.0': '@cloudflare/workerd-darwin-arm64@1.20250617.0':
resolution: {integrity: sha512-Hb9GWzLT4ydBYfGE29jxZFkx58NEA+oRMuGP358A6PUZ9UEDYWTDhskVQovhjELZMgOppUYXN2v/Je3sO1anpg==} resolution: {integrity: sha512-JTX0exbC9/ZtMmQQA8tDZEZFMXZrxOpTUj2hHnsUkErWYkr5SSZH04RBhPg6dU4VL8bXuB5/eJAh7+P9cZAp7g==}
engines: {node: '>=16'} engines: {node: '>=16'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
'@cloudflare/workerd-linux-64@1.20250612.0': '@cloudflare/workerd-linux-64@1.20250617.0':
resolution: {integrity: sha512-7kOA1sCfl9m2osolplDM9XqyBPf5KupvDs4UbD2kQq0zfd+u6acLz/YB9Q5tsVQIyhQoP32Oe+kr6IZJBImq9A==} resolution: {integrity: sha512-8jkSoVRJ+1bOx3tuWlZCGaGCV2ew7/jFMl6V3CPXOoEtERUHsZBQLVkQIGKcmC/LKSj7f/mpyBUeu2EPTo2HEg==}
engines: {node: '>=16'} engines: {node: '>=16'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@cloudflare/workerd-linux-arm64@1.20250612.0': '@cloudflare/workerd-linux-arm64@1.20250617.0':
resolution: {integrity: sha512-x2UsZhfacZftD/kpDE2mtAlrLZPmkwRInFHJc7uIl8mvovQqVKMBkexH7dkfrgvBV98S2hOjxqFKP9mETuQQAQ==} resolution: {integrity: sha512-YAzcOyu897z5dQKFzme1oujGWMGEJCR7/Wrrm1nSP6dqutxFPTubRADM8BHn2CV3ij//vaPnAeLmZE3jVwOwig==}
engines: {node: '>=16'} engines: {node: '>=16'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@cloudflare/workerd-windows-64@1.20250612.0': '@cloudflare/workerd-windows-64@1.20250617.0':
resolution: {integrity: sha512-CeYe4OM5doIVGsOtrmDTrIBV2/wa/SPREEXH/N7ZCEs7mRhsTNFOwmctC0CYe3ZiutJ02dJmmyh/CIij2mkOLQ==} resolution: {integrity: sha512-XWM/6sagDrO0CYDKhXhPjM23qusvIN1ju9ZEml6gOQs8tNOFnq6Cn6X9FAmnyapRFCGUSEC3HZYJAm7zwVKaMA==}
engines: {node: '>=16'} engines: {node: '>=16'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
'@cloudflare/workers-types@4.20250618.0': '@cloudflare/workers-types@4.20250620.0':
resolution: {integrity: sha512-5c26+nZEXDRrlzsIaVt3npuElwLi6bhLZHyDfMX5JmcM9sogeBMyyXrU3gJG0DII3QenE7DuyMC8uFzJHTcnDA==} resolution: {integrity: sha512-EVvRB/DJEm6jhdKg+A4Qm4y/ry1cIvylSgSO3/f/Bv161vldDRxaXM2YoQQWFhLOJOw0qtrHsKOD51KYxV1XCw==}
'@cspotcode/source-map-support@0.8.1': '@cspotcode/source-map-support@0.8.1':
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
@@ -904,6 +904,9 @@ packages:
'@types/node@22.15.32': '@types/node@22.15.32':
resolution: {integrity: sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==} resolution: {integrity: sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==}
'@types/uuid@9.0.8':
resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==}
'@typescript-eslint/eslint-plugin@8.34.1': '@typescript-eslint/eslint-plugin@8.34.1':
resolution: {integrity: sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==} resolution: {integrity: sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -1172,8 +1175,8 @@ packages:
resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==} resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==}
engines: {node: '>=6'} engines: {node: '>=6'}
exsolve@1.0.5: exsolve@1.0.7:
resolution: {integrity: sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==} resolution: {integrity: sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==}
fast-deep-equal@2.0.1: fast-deep-equal@2.0.1:
resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==} resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==}
@@ -1251,8 +1254,8 @@ packages:
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
engines: {node: '>=8'} engines: {node: '>=8'}
hono@4.8.0: hono@4.8.1:
resolution: {integrity: sha512-NoiHrqJxoe1MYXqW+/0/Q4NCizKj2Ivm4KmX8mOSBtw9UJ7KYaOGKkO7csIwO5UlZpfvVRdcgiMb0GGyjEjtcw==} resolution: {integrity: sha512-ErA2ifywnSmcnB5XDuFqGDfXJ9xuAJR2C/8cZAk6vDaOCzofB8eNlha/wZWIiamREzWk94S9Z7wHsnKQHn7Niw==}
engines: {node: '>=16.9.0'} engines: {node: '>=16.9.0'}
html-to-text@9.0.5: html-to-text@9.0.5:
@@ -1369,8 +1372,8 @@ packages:
mimetext@3.0.27: mimetext@3.0.27:
resolution: {integrity: sha512-mUhWAsZD1N/K6dbN4+a5Yq78OPnYQw1ubOSMasBntsLQ2S7KVNlvDEA8dwpr4a7PszWMzeslKahAprtwYMgaBA==} resolution: {integrity: sha512-mUhWAsZD1N/K6dbN4+a5Yq78OPnYQw1ubOSMasBntsLQ2S7KVNlvDEA8dwpr4a7PszWMzeslKahAprtwYMgaBA==}
miniflare@4.20250612.0: miniflare@4.20250617.2:
resolution: {integrity: sha512-zMUKXBS8Ru1DcmX8dSCmxm7ZjEd7jHQlZpJMNT1/LqxHo3KEye/CHgoEZ1vdsH7T3fe0I0qRcRQx7IWhlXnN1w==} resolution: {integrity: sha512-lx/0RcyX0+/cVDZgoyvh6buuWZoo2aXVZve544hpF1G0Soms3ldleJLeLC7NE2zdFoXRysD0Nz0aaaMxUEO56A==}
engines: {node: '>=18.0.0'} engines: {node: '>=18.0.0'}
hasBin: true hasBin: true
@@ -1637,17 +1640,17 @@ packages:
worker-mailer@1.1.4: worker-mailer@1.1.4:
resolution: {integrity: sha512-hRLnS/pkNFycCAlny2QKXgvgNF16Uc0MMblravtbsTqRRmMEyoqBnmGtrjwRellzH4ey59bAlNSjE/iQlZ7WVQ==} resolution: {integrity: sha512-hRLnS/pkNFycCAlny2QKXgvgNF16Uc0MMblravtbsTqRRmMEyoqBnmGtrjwRellzH4ey59bAlNSjE/iQlZ7WVQ==}
workerd@1.20250612.0: workerd@1.20250617.0:
resolution: {integrity: sha512-YWCjj4uZf3eH32epQy/c7tKWOInAswgFRAJoH6I/EY08OJKDfoJtKvRZj5f675KoJlKTPAoJ1ig/oE+RUKP3uw==} resolution: {integrity: sha512-Uv6p0PYUHp/W/aWfUPLkZVAoAjapisM27JJlwcX9wCPTfCfnuegGOxFMvvlYpmNaX4YCwEdLCwuNn3xkpSkuZw==}
engines: {node: '>=16'} engines: {node: '>=16'}
hasBin: true hasBin: true
wrangler@4.20.1: wrangler@4.20.4:
resolution: {integrity: sha512-XbjBqpi2vTJSxqacovcGK33UtCrnmUAC69kJWLD2UvIZc5Ixeh0jAdjd6N1mcQB2M1/A2jGQSA4Pkoqw/Xw3bQ==} resolution: {integrity: sha512-isjMboea3G7/i2kkyTJvpvtRudgYfXZwxDWuMnfcm+v1N2fS31roEG973f3Z0udDCkcaoV3hjRCFvq3vlCk/NA==}
engines: {node: '>=18.0.0'} engines: {node: '>=18.0.0'}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
'@cloudflare/workers-types': ^4.20250612.0 '@cloudflare/workers-types': ^4.20250617.0
peerDependenciesMeta: peerDependenciesMeta:
'@cloudflare/workers-types': '@cloudflare/workers-types':
optional: true optional: true
@@ -1723,7 +1726,7 @@ snapshots:
'@smithy/util-utf8': 2.3.0 '@smithy/util-utf8': 2.3.0
tslib: 2.8.1 tslib: 2.8.1
'@aws-sdk/client-s3@3.830.0': '@aws-sdk/client-s3@3.832.0':
dependencies: dependencies:
'@aws-crypto/sha1-browser': 5.2.0 '@aws-crypto/sha1-browser': 5.2.0
'@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-browser': 5.2.0
@@ -1780,7 +1783,9 @@ snapshots:
'@smithy/util-stream': 4.2.2 '@smithy/util-stream': 4.2.2
'@smithy/util-utf8': 4.0.0 '@smithy/util-utf8': 4.0.0
'@smithy/util-waiter': 4.0.5 '@smithy/util-waiter': 4.0.5
'@types/uuid': 9.0.8
tslib: 2.8.1 tslib: 2.8.1
uuid: 9.0.1
transitivePeerDependencies: transitivePeerDependencies:
- aws-crt - aws-crt
@@ -2078,7 +2083,7 @@ snapshots:
'@smithy/util-middleware': 4.0.4 '@smithy/util-middleware': 4.0.4
tslib: 2.8.1 tslib: 2.8.1
'@aws-sdk/s3-request-presigner@3.830.0': '@aws-sdk/s3-request-presigner@3.832.0':
dependencies: dependencies:
'@aws-sdk/signature-v4-multi-region': 3.826.0 '@aws-sdk/signature-v4-multi-region': 3.826.0
'@aws-sdk/types': 3.821.0 '@aws-sdk/types': 3.821.0
@@ -2167,28 +2172,28 @@ snapshots:
dependencies: dependencies:
mime: 3.0.0 mime: 3.0.0
'@cloudflare/unenv-preset@2.3.3(unenv@2.0.0-rc.17)(workerd@1.20250612.0)': '@cloudflare/unenv-preset@2.3.3(unenv@2.0.0-rc.17)(workerd@1.20250617.0)':
dependencies: dependencies:
unenv: 2.0.0-rc.17 unenv: 2.0.0-rc.17
optionalDependencies: optionalDependencies:
workerd: 1.20250612.0 workerd: 1.20250617.0
'@cloudflare/workerd-darwin-64@1.20250612.0': '@cloudflare/workerd-darwin-64@1.20250617.0':
optional: true optional: true
'@cloudflare/workerd-darwin-arm64@1.20250612.0': '@cloudflare/workerd-darwin-arm64@1.20250617.0':
optional: true optional: true
'@cloudflare/workerd-linux-64@1.20250612.0': '@cloudflare/workerd-linux-64@1.20250617.0':
optional: true optional: true
'@cloudflare/workerd-linux-arm64@1.20250612.0': '@cloudflare/workerd-linux-arm64@1.20250617.0':
optional: true optional: true
'@cloudflare/workerd-windows-64@1.20250612.0': '@cloudflare/workerd-windows-64@1.20250617.0':
optional: true optional: true
'@cloudflare/workers-types@4.20250618.0': {} '@cloudflare/workers-types@4.20250620.0': {}
'@cspotcode/source-map-support@0.8.1': '@cspotcode/source-map-support@0.8.1':
dependencies: dependencies:
@@ -2848,6 +2853,8 @@ snapshots:
dependencies: dependencies:
undici-types: 6.21.0 undici-types: 6.21.0
'@types/uuid@9.0.8': {}
'@typescript-eslint/eslint-plugin@8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.18.0)(typescript@5.4.5))(eslint@9.18.0)(typescript@5.4.5)': '@typescript-eslint/eslint-plugin@8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.18.0)(typescript@5.4.5))(eslint@9.18.0)(typescript@5.4.5)':
dependencies: dependencies:
'@eslint-community/regexpp': 4.12.1 '@eslint-community/regexpp': 4.12.1
@@ -3180,7 +3187,7 @@ snapshots:
exit-hook@2.2.1: {} exit-hook@2.2.1: {}
exsolve@1.0.5: {} exsolve@1.0.7: {}
fast-deep-equal@2.0.1: {} fast-deep-equal@2.0.1: {}
@@ -3252,7 +3259,7 @@ snapshots:
has-flag@4.0.0: {} has-flag@4.0.0: {}
hono@4.8.0: {} hono@4.8.1: {}
html-to-text@9.0.5: html-to-text@9.0.5:
dependencies: dependencies:
@@ -3357,7 +3364,7 @@ snapshots:
js-base64: 3.7.7 js-base64: 3.7.7
mime-types: 2.1.35 mime-types: 2.1.35
miniflare@4.20250612.0: miniflare@4.20250617.2:
dependencies: dependencies:
'@cspotcode/source-map-support': 0.8.1 '@cspotcode/source-map-support': 0.8.1
acorn: 8.14.0 acorn: 8.14.0
@@ -3367,7 +3374,7 @@ snapshots:
sharp: 0.33.5 sharp: 0.33.5
stoppable: 1.1.0 stoppable: 1.1.0
undici: 5.29.0 undici: 5.29.0
workerd: 1.20250612.0 workerd: 1.20250617.0
ws: 8.18.0 ws: 8.18.0
youch: 3.3.4 youch: 3.3.4
zod: 3.22.3 zod: 3.22.3
@@ -3606,7 +3613,7 @@ snapshots:
unenv@2.0.0-rc.17: unenv@2.0.0-rc.17:
dependencies: dependencies:
defu: 6.1.4 defu: 6.1.4
exsolve: 1.0.5 exsolve: 1.0.7
ohash: 2.0.11 ohash: 2.0.11
pathe: 2.0.3 pathe: 2.0.3
ufo: 1.6.1 ufo: 1.6.1
@@ -3632,26 +3639,26 @@ snapshots:
worker-mailer@1.1.4: {} worker-mailer@1.1.4: {}
workerd@1.20250612.0: workerd@1.20250617.0:
optionalDependencies: optionalDependencies:
'@cloudflare/workerd-darwin-64': 1.20250612.0 '@cloudflare/workerd-darwin-64': 1.20250617.0
'@cloudflare/workerd-darwin-arm64': 1.20250612.0 '@cloudflare/workerd-darwin-arm64': 1.20250617.0
'@cloudflare/workerd-linux-64': 1.20250612.0 '@cloudflare/workerd-linux-64': 1.20250617.0
'@cloudflare/workerd-linux-arm64': 1.20250612.0 '@cloudflare/workerd-linux-arm64': 1.20250617.0
'@cloudflare/workerd-windows-64': 1.20250612.0 '@cloudflare/workerd-windows-64': 1.20250617.0
wrangler@4.20.1(@cloudflare/workers-types@4.20250618.0): wrangler@4.20.4(@cloudflare/workers-types@4.20250620.0):
dependencies: dependencies:
'@cloudflare/kv-asset-handler': 0.4.0 '@cloudflare/kv-asset-handler': 0.4.0
'@cloudflare/unenv-preset': 2.3.3(unenv@2.0.0-rc.17)(workerd@1.20250612.0) '@cloudflare/unenv-preset': 2.3.3(unenv@2.0.0-rc.17)(workerd@1.20250617.0)
blake3-wasm: 2.1.5 blake3-wasm: 2.1.5
esbuild: 0.25.4 esbuild: 0.25.4
miniflare: 4.20250612.0 miniflare: 4.20250617.2
path-to-regexp: 6.3.0 path-to-regexp: 6.3.0
unenv: 2.0.0-rc.17 unenv: 2.0.0-rc.17
workerd: 1.20250612.0 workerd: 1.20250617.0
optionalDependencies: optionalDependencies:
'@cloudflare/workers-types': 4.20250618.0 '@cloudflare/workers-types': 4.20250620.0
fsevents: 2.3.3 fsevents: 2.3.3
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil