mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-06 20:32:55 +08:00
feat: upgrade dependencies (#698)
This commit is contained in:
@@ -24,15 +24,15 @@
|
||||
"@vueuse/core": "^12.8.2",
|
||||
"@wangeditor/editor": "^5.1.23",
|
||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||
"axios": "^1.10.0",
|
||||
"axios": "^1.11.0",
|
||||
"jszip": "^3.10.1",
|
||||
"mail-parser-wasm": "^0.2.1",
|
||||
"naive-ui": "^2.42.0",
|
||||
"postal-mime": "^2.4.4",
|
||||
"vooks": "^0.2.12",
|
||||
"vue": "^3.5.17",
|
||||
"vue": "^3.5.18",
|
||||
"vue-clipboard3": "^2.0.0",
|
||||
"vue-i18n": "^11.1.10",
|
||||
"vue-i18n": "^11.1.11",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -42,12 +42,12 @@
|
||||
"unplugin-auto-import": "^19.3.0",
|
||||
"unplugin-vue-components": "^28.8.0",
|
||||
"vite": "^6.3.5",
|
||||
"vite-plugin-pwa": "^1.0.1",
|
||||
"vite-plugin-pwa": "^1.0.2",
|
||||
"vite-plugin-top-level-await": "^1.6.0",
|
||||
"vite-plugin-wasm": "^3.5.0",
|
||||
"workbox-build": "^7.3.0",
|
||||
"workbox-window": "^7.3.0",
|
||||
"wrangler": "^4.25.0"
|
||||
"wrangler": "^4.26.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
|
||||
}
|
||||
|
||||
810
frontend/pnpm-lock.yaml
generated
810
frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"wrangler": "^4.25.0"
|
||||
"wrangler": "^4.26.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
|
||||
}
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
"version": "1.0.2",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.0.15",
|
||||
"@types/node": "^24.1.0",
|
||||
"vitepress": "^1.6.3",
|
||||
"wrangler": "^4.25.0"
|
||||
"wrangler": "^4.26.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vitepress dev docs",
|
||||
|
||||
592
vitepress-docs/pnpm-lock.yaml
generated
592
vitepress-docs/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -11,20 +11,20 @@
|
||||
"build": "wrangler deploy --dry-run --outdir dist --minify"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20250719.0",
|
||||
"@cloudflare/workers-types": "^4.20250726.0",
|
||||
"@eslint/js": "9.18.0",
|
||||
"@simplewebauthn/types": "10.0.0",
|
||||
"@types/node": "^22.16.5",
|
||||
"eslint": "9.18.0",
|
||||
"globals": "^15.15.0",
|
||||
"typescript-eslint": "^8.37.0",
|
||||
"wrangler": "^4.25.0"
|
||||
"typescript-eslint": "^8.38.0",
|
||||
"wrangler": "^4.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.848.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.848.0",
|
||||
"@aws-sdk/client-s3": "^3.850.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.850.0",
|
||||
"@simplewebauthn/server": "10.0.1",
|
||||
"hono": "^4.8.5",
|
||||
"hono": "^4.8.9",
|
||||
"jsonpath-plus": "^10.3.0",
|
||||
"mimetext": "^3.0.27",
|
||||
"postal-mime": "^2.4.4",
|
||||
|
||||
314
worker/pnpm-lock.yaml
generated
314
worker/pnpm-lock.yaml
generated
@@ -14,17 +14,17 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@aws-sdk/client-s3':
|
||||
specifier: ^3.848.0
|
||||
version: 3.848.0
|
||||
specifier: ^3.850.0
|
||||
version: 3.850.0
|
||||
'@aws-sdk/s3-request-presigner':
|
||||
specifier: ^3.848.0
|
||||
version: 3.848.0
|
||||
specifier: ^3.850.0
|
||||
version: 3.850.0
|
||||
'@simplewebauthn/server':
|
||||
specifier: 10.0.1
|
||||
version: 10.0.1
|
||||
hono:
|
||||
specifier: ^4.8.5
|
||||
version: 4.8.5
|
||||
specifier: ^4.8.9
|
||||
version: 4.8.9
|
||||
jsonpath-plus:
|
||||
specifier: ^10.3.0
|
||||
version: 10.3.0
|
||||
@@ -45,8 +45,8 @@ importers:
|
||||
version: 1.1.4
|
||||
devDependencies:
|
||||
'@cloudflare/workers-types':
|
||||
specifier: ^4.20250719.0
|
||||
version: 4.20250719.0
|
||||
specifier: ^4.20250726.0
|
||||
version: 4.20250726.0
|
||||
'@eslint/js':
|
||||
specifier: 9.18.0
|
||||
version: 9.18.0
|
||||
@@ -63,11 +63,11 @@ importers:
|
||||
specifier: ^15.15.0
|
||||
version: 15.15.0
|
||||
typescript-eslint:
|
||||
specifier: ^8.37.0
|
||||
version: 8.37.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
specifier: ^8.38.0
|
||||
version: 8.38.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
wrangler:
|
||||
specifier: ^4.25.0
|
||||
version: 4.25.0(@cloudflare/workers-types@4.20250719.0)
|
||||
specifier: ^4.26.0
|
||||
version: 4.26.0(@cloudflare/workers-types@4.20250726.0)
|
||||
|
||||
packages:
|
||||
|
||||
@@ -94,8 +94,8 @@ packages:
|
||||
'@aws-crypto/util@5.2.0':
|
||||
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
|
||||
|
||||
'@aws-sdk/client-s3@3.848.0':
|
||||
resolution: {integrity: sha512-6uT+THQfsB92eAH0p5zvpGiSCtO2ZhGwmuw6HWEngui53YIWz7W/GCnN0G7nrKpgD5DPrMaBwqZvKuoAh9NHAQ==}
|
||||
'@aws-sdk/client-s3@3.850.0':
|
||||
resolution: {integrity: sha512-tX5bUfqiLOh6jtAlaiAuOUKFYh8KDG9k9zFLUdgGplC5TP47AYTreUEg+deCTHo4DD3YCvrLuyZ8tIDgKu7neQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@aws-sdk/client-sso@3.848.0':
|
||||
@@ -182,8 +182,8 @@ packages:
|
||||
resolution: {integrity: sha512-Qjnxd/yDv9KpIMWr90ZDPtRj0v75AqGC92Lm9+oHXZ8p1MjG5JE2CW0HL8JRgK9iKzgKBL7pPQRXI8FkvEVfrA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@aws-sdk/s3-request-presigner@3.848.0':
|
||||
resolution: {integrity: sha512-fm75L4M98UOPjFORyLdIgsPOuSXdbfpfOl3bNWcWFmeG8tDhqY+lGOyALYEZw/0O1MzEnyeK7wEGwAOf2PO5ZQ==}
|
||||
'@aws-sdk/s3-request-presigner@3.850.0':
|
||||
resolution: {integrity: sha512-eFvMUCJXoVTkAxkqHKn125mLMGtNa76+oD3wV97ScXUZuL5liaj+kAN9nSqRiQ5vaCz5gsOeB9t/ba/cTGATjg==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@aws-sdk/signature-v4-multi-region@3.846.0':
|
||||
@@ -230,23 +230,23 @@ packages:
|
||||
resolution: {integrity: sha512-DIIotRnefVL6DiaHtO6/21DhJ4JZnnIwdNbpwiAhdt/AVbttcE4yw925gsjur0OGv5BTYXQXU3YnANBYnZjuQA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@babel/runtime-corejs3@7.28.0':
|
||||
resolution: {integrity: sha512-nlIXnSqLcBij8K8TtkxbBJgfzfvi75V1pAKSM7dUXejGw12vJAqez74jZrHTsJ3Z+Aczc5Q/6JgNjKRMsVU44g==}
|
||||
'@babel/runtime-corejs3@7.28.2':
|
||||
resolution: {integrity: sha512-FVFaVs2/dZgD3Y9ZD+AKNKjyGKzwu0C54laAXWUXgLcVXcCX6YZ6GhK2cp7FogSN2OA0Fu+QT8dP3FUdo9ShSQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@babel/runtime@7.27.6':
|
||||
resolution: {integrity: sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==}
|
||||
'@babel/runtime@7.28.2':
|
||||
resolution: {integrity: sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@cloudflare/kv-asset-handler@0.4.0':
|
||||
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@cloudflare/unenv-preset@2.3.3':
|
||||
resolution: {integrity: sha512-/M3MEcj3V2WHIRSW1eAQBPRJ6JnGQHc6JKMAPLkDb7pLs3m6X9ES/+K3ceGqxI6TKeF32AWAi7ls0AYzVxCP0A==}
|
||||
'@cloudflare/unenv-preset@2.4.1':
|
||||
resolution: {integrity: sha512-70mk5GPv+ozJ5XcIhFpq4ps7HvQYu+As7vwasUy9LcBadsTcWA2iFis/7aFJmQehfKerDwVOHfMYpgTTC+u24Q==}
|
||||
peerDependencies:
|
||||
unenv: 2.0.0-rc.17
|
||||
workerd: ^1.20250508.0
|
||||
workerd: ^1.20250521.0
|
||||
peerDependenciesMeta:
|
||||
workerd:
|
||||
optional: true
|
||||
@@ -281,8 +281,8 @@ packages:
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@cloudflare/workers-types@4.20250719.0':
|
||||
resolution: {integrity: sha512-tSc2FM2QPWA8ZmDniQXz+4qVKuf8zrwVwqlkXxxGBsQHxTpcukuMibYcYWxwonzbzK7YzSug+iena2F8gGOuOw==}
|
||||
'@cloudflare/workers-types@4.20250726.0':
|
||||
resolution: {integrity: sha512-NtM1yVBKJFX4LgSoZkVU0EDhWWvSb1vt6REO+uMYZRgx1HAfQz9GDN6bBB0B+fm2ZIxzt6FzlDbmrXpGJ2M/4Q==}
|
||||
|
||||
'@cspotcode/source-map-support@0.8.1':
|
||||
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
|
||||
@@ -705,8 +705,8 @@ packages:
|
||||
resolution: {integrity: sha512-prmU+rDddxHOH0oNcwemL+SwnzcG65sBF2yXRO7aeXIn/xTlq2pX7JLVbkBnVLowHLg4/OL4+jBmv9hVrVGS+w==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@smithy/core@3.7.1':
|
||||
resolution: {integrity: sha512-ExRCsHnXFtBPnM7MkfKBPcBBdHw1h/QS/cbNw4ho95qnyNHvnpmGbR39MIAv9KggTr5qSPxRSEL+hRXlyGyGQw==}
|
||||
'@smithy/core@3.7.2':
|
||||
resolution: {integrity: sha512-JoLw59sT5Bm8SAjFCYZyuCGxK8y3vovmoVbZWLDPTH5XpPEIwpFd9m90jjVMwoypDuB/SdVgje5Y4T7w50lJaw==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@smithy/credential-provider-imds@4.0.6':
|
||||
@@ -769,12 +769,12 @@ packages:
|
||||
resolution: {integrity: sha512-F7gDyfI2BB1Kc+4M6rpuOLne5LOcEknH1n6UQB69qv+HucXBR1rkzXBnQTB2q46sFy1PM/zuSJOB532yc8bg3w==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@smithy/middleware-endpoint@4.1.16':
|
||||
resolution: {integrity: sha512-plpa50PIGLqzMR2ANKAw2yOW5YKS626KYKqae3atwucbz4Ve4uQ9K9BEZxDLIFmCu7hKLcrq2zmj4a+PfmUV5w==}
|
||||
'@smithy/middleware-endpoint@4.1.17':
|
||||
resolution: {integrity: sha512-S3hSGLKmHG1m35p/MObQCBCdRsrpbPU8B129BVzRqRfDvQqPMQ14iO4LyRw+7LNizYc605COYAcjqgawqi+6jA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@smithy/middleware-retry@4.1.17':
|
||||
resolution: {integrity: sha512-gsCimeG6BApj0SBecwa1Be+Z+JOJe46iy3B3m3A8jKJHf7eIihP76Is4LwLrbJ1ygoS7Vg73lfqzejmLOrazUA==}
|
||||
'@smithy/middleware-retry@4.1.18':
|
||||
resolution: {integrity: sha512-bYLZ4DkoxSsPxpdmeapvAKy7rM5+25gR7PGxq2iMiecmbrRGBHj9s75N74Ylg+aBiw9i5jIowC/cLU2NR0qH8w==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@smithy/middleware-serde@4.0.8':
|
||||
@@ -821,8 +821,8 @@ packages:
|
||||
resolution: {integrity: sha512-d3+U/VpX7a60seHziWnVZOHuEgJlclufjkS6zhXvxcJgkJq4UWdH5eOBLzHRMx6gXjsdT9h6lfpmLzbrdupHgQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@smithy/smithy-client@4.4.8':
|
||||
resolution: {integrity: sha512-pcW691/lx7V54gE+dDGC26nxz8nrvnvRSCJaIYD6XLPpOInEZeKdV/SpSux+wqeQ4Ine7LJQu8uxMvobTIBK0w==}
|
||||
'@smithy/smithy-client@4.4.9':
|
||||
resolution: {integrity: sha512-mbMg8mIUAWwMmb74LoYiArP04zWElPzDoA1jVOp3or0cjlDMgoS6WTC3QXK0Vxoc9I4zdrX0tq6qsOmaIoTWEQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@smithy/types@4.3.1':
|
||||
@@ -857,12 +857,12 @@ packages:
|
||||
resolution: {integrity: sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@smithy/util-defaults-mode-browser@4.0.24':
|
||||
resolution: {integrity: sha512-UkQNgaQ+bidw1MgdgPO1z1k95W/v8Ej/5o/T/Is8PiVUYPspl/ZxV6WO/8DrzZQu5ULnmpB9CDdMSRwgRc21AA==}
|
||||
'@smithy/util-defaults-mode-browser@4.0.25':
|
||||
resolution: {integrity: sha512-pxEWsxIsOPLfKNXvpgFHBGFC3pKYKUFhrud1kyooO9CJai6aaKDHfT10Mi5iiipPXN/JhKAu3qX9o75+X85OdQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@smithy/util-defaults-mode-node@4.0.24':
|
||||
resolution: {integrity: sha512-phvGi/15Z4MpuQibTLOYIumvLdXb+XIJu8TA55voGgboln85jytA3wiD7CkUE8SNcWqkkb+uptZKPiuFouX/7g==}
|
||||
'@smithy/util-defaults-mode-node@4.0.25':
|
||||
resolution: {integrity: sha512-+w4n4hKFayeCyELZLfsSQG5mCC3TwSkmRHv4+el5CzFU8ToQpYGhpV7mrRzqlwKkntlPilT1HJy1TVeEvEjWOQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@smithy/util-endpoints@3.0.6':
|
||||
@@ -919,63 +919,63 @@ packages:
|
||||
'@types/uuid@9.0.8':
|
||||
resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.37.0':
|
||||
resolution: {integrity: sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==}
|
||||
'@typescript-eslint/eslint-plugin@8.38.0':
|
||||
resolution: {integrity: sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^8.37.0
|
||||
'@typescript-eslint/parser': ^8.38.0
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/parser@8.37.0':
|
||||
resolution: {integrity: sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==}
|
||||
'@typescript-eslint/parser@8.38.0':
|
||||
resolution: {integrity: sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/project-service@8.37.0':
|
||||
resolution: {integrity: sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==}
|
||||
'@typescript-eslint/project-service@8.38.0':
|
||||
resolution: {integrity: sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/scope-manager@8.37.0':
|
||||
resolution: {integrity: sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==}
|
||||
'@typescript-eslint/scope-manager@8.38.0':
|
||||
resolution: {integrity: sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/tsconfig-utils@8.37.0':
|
||||
resolution: {integrity: sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==}
|
||||
'@typescript-eslint/tsconfig-utils@8.38.0':
|
||||
resolution: {integrity: sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/type-utils@8.37.0':
|
||||
resolution: {integrity: sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==}
|
||||
'@typescript-eslint/type-utils@8.38.0':
|
||||
resolution: {integrity: sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/types@8.37.0':
|
||||
resolution: {integrity: sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==}
|
||||
'@typescript-eslint/types@8.38.0':
|
||||
resolution: {integrity: sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.37.0':
|
||||
resolution: {integrity: sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==}
|
||||
'@typescript-eslint/typescript-estree@8.38.0':
|
||||
resolution: {integrity: sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/utils@8.37.0':
|
||||
resolution: {integrity: sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==}
|
||||
'@typescript-eslint/utils@8.38.0':
|
||||
resolution: {integrity: sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.37.0':
|
||||
resolution: {integrity: sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==}
|
||||
'@typescript-eslint/visitor-keys@8.38.0':
|
||||
resolution: {integrity: sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
abort-controller@3.0.0:
|
||||
@@ -1260,8 +1260,8 @@ packages:
|
||||
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
hono@4.8.5:
|
||||
resolution: {integrity: sha512-Up2cQbtNz1s111qpnnECdTGqSIUIhZJMLikdKkshebQSEBcoUKq6XJayLGqSZWidiH0zfHRCJqFu062Mz5UuRA==}
|
||||
hono@4.8.9:
|
||||
resolution: {integrity: sha512-ERIxkXMRhUxGV7nS/Af52+j2KL60B1eg+k6cPtgzrGughS+espS9KQ7QO0SMnevtmRlBfAcN0mf1jKtO6j/doA==}
|
||||
engines: {node: '>=16.9.0'}
|
||||
|
||||
html-to-text@9.0.5:
|
||||
@@ -1382,8 +1382,8 @@ packages:
|
||||
mimetext@3.0.27:
|
||||
resolution: {integrity: sha512-mUhWAsZD1N/K6dbN4+a5Yq78OPnYQw1ubOSMasBntsLQ2S7KVNlvDEA8dwpr4a7PszWMzeslKahAprtwYMgaBA==}
|
||||
|
||||
miniflare@4.20250712.0:
|
||||
resolution: {integrity: sha512-o7zYqG4pMi3gQTjiGhgZ82bQfexNwK+bzAaNlu8f7m3Kra4DcU5LC9nznfq2rfIBnUnMgwtU2VUfMlN1TuI8Og==}
|
||||
miniflare@4.20250712.2:
|
||||
resolution: {integrity: sha512-cZ8WyQBwqfjYLjd61fDR4/j0nAVbjB3Wxbun/brL9S5FAi4RlTR0LyMTKsIVA0s+nL4Pg9VjVMki4M/Jk2cz+Q==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
|
||||
@@ -1590,8 +1590,8 @@ packages:
|
||||
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
||||
typescript-eslint@8.37.0:
|
||||
resolution: {integrity: sha512-TnbEjzkE9EmcO0Q2zM+GE8NQLItNAJpMmED1BdgoBMYNdqMhzlbqfdSwiRlAzEK2pA9UzVW0gzaaIzXWg2BjfA==}
|
||||
typescript-eslint@8.38.0:
|
||||
resolution: {integrity: sha512-FsZlrYK6bPDGoLeZRuvx2v6qrM03I0U0SnfCLPs/XCCPCFD80xU9Pg09H/K+XFa68uJuZo7l/Xhs+eDRg2l3hg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
@@ -1645,8 +1645,8 @@ packages:
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
|
||||
wrangler@4.25.0:
|
||||
resolution: {integrity: sha512-SepXQbzWkdp0O7qAx3i0go+fw5I0VkDqLV2G3ewbffO5k8kpvuCkhalS23KO+7+o8+Oa3vfC7x+16IL3rj2n4w==}
|
||||
wrangler@4.26.0:
|
||||
resolution: {integrity: sha512-EXuwyWlgYQZv6GJlyE0lVGk9hHqASssuECECT1XC5aIijTwNLQhsj/TOZ0hKSFlMbVr1E+OAdevAxd0kaF4ovA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -1729,7 +1729,7 @@ snapshots:
|
||||
'@smithy/util-utf8': 2.3.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@aws-sdk/client-s3@3.848.0':
|
||||
'@aws-sdk/client-s3@3.850.0':
|
||||
dependencies:
|
||||
'@aws-crypto/sha1-browser': 5.2.0
|
||||
'@aws-crypto/sha256-browser': 5.2.0
|
||||
@@ -1754,7 +1754,7 @@ snapshots:
|
||||
'@aws-sdk/util-user-agent-node': 3.848.0
|
||||
'@aws-sdk/xml-builder': 3.821.0
|
||||
'@smithy/config-resolver': 4.1.4
|
||||
'@smithy/core': 3.7.1
|
||||
'@smithy/core': 3.7.2
|
||||
'@smithy/eventstream-serde-browser': 4.0.4
|
||||
'@smithy/eventstream-serde-config-resolver': 4.1.2
|
||||
'@smithy/eventstream-serde-node': 4.0.4
|
||||
@@ -1765,21 +1765,21 @@ snapshots:
|
||||
'@smithy/invalid-dependency': 4.0.4
|
||||
'@smithy/md5-js': 4.0.4
|
||||
'@smithy/middleware-content-length': 4.0.4
|
||||
'@smithy/middleware-endpoint': 4.1.16
|
||||
'@smithy/middleware-retry': 4.1.17
|
||||
'@smithy/middleware-endpoint': 4.1.17
|
||||
'@smithy/middleware-retry': 4.1.18
|
||||
'@smithy/middleware-serde': 4.0.8
|
||||
'@smithy/middleware-stack': 4.0.4
|
||||
'@smithy/node-config-provider': 4.1.3
|
||||
'@smithy/node-http-handler': 4.1.0
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
'@smithy/smithy-client': 4.4.8
|
||||
'@smithy/smithy-client': 4.4.9
|
||||
'@smithy/types': 4.3.1
|
||||
'@smithy/url-parser': 4.0.4
|
||||
'@smithy/util-base64': 4.0.0
|
||||
'@smithy/util-body-length-browser': 4.0.0
|
||||
'@smithy/util-body-length-node': 4.0.0
|
||||
'@smithy/util-defaults-mode-browser': 4.0.24
|
||||
'@smithy/util-defaults-mode-node': 4.0.24
|
||||
'@smithy/util-defaults-mode-browser': 4.0.25
|
||||
'@smithy/util-defaults-mode-node': 4.0.25
|
||||
'@smithy/util-endpoints': 3.0.6
|
||||
'@smithy/util-middleware': 4.0.4
|
||||
'@smithy/util-retry': 4.0.6
|
||||
@@ -1807,26 +1807,26 @@ snapshots:
|
||||
'@aws-sdk/util-user-agent-browser': 3.840.0
|
||||
'@aws-sdk/util-user-agent-node': 3.848.0
|
||||
'@smithy/config-resolver': 4.1.4
|
||||
'@smithy/core': 3.7.1
|
||||
'@smithy/core': 3.7.2
|
||||
'@smithy/fetch-http-handler': 5.1.0
|
||||
'@smithy/hash-node': 4.0.4
|
||||
'@smithy/invalid-dependency': 4.0.4
|
||||
'@smithy/middleware-content-length': 4.0.4
|
||||
'@smithy/middleware-endpoint': 4.1.16
|
||||
'@smithy/middleware-retry': 4.1.17
|
||||
'@smithy/middleware-endpoint': 4.1.17
|
||||
'@smithy/middleware-retry': 4.1.18
|
||||
'@smithy/middleware-serde': 4.0.8
|
||||
'@smithy/middleware-stack': 4.0.4
|
||||
'@smithy/node-config-provider': 4.1.3
|
||||
'@smithy/node-http-handler': 4.1.0
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
'@smithy/smithy-client': 4.4.8
|
||||
'@smithy/smithy-client': 4.4.9
|
||||
'@smithy/types': 4.3.1
|
||||
'@smithy/url-parser': 4.0.4
|
||||
'@smithy/util-base64': 4.0.0
|
||||
'@smithy/util-body-length-browser': 4.0.0
|
||||
'@smithy/util-body-length-node': 4.0.0
|
||||
'@smithy/util-defaults-mode-browser': 4.0.24
|
||||
'@smithy/util-defaults-mode-node': 4.0.24
|
||||
'@smithy/util-defaults-mode-browser': 4.0.25
|
||||
'@smithy/util-defaults-mode-node': 4.0.25
|
||||
'@smithy/util-endpoints': 3.0.6
|
||||
'@smithy/util-middleware': 4.0.4
|
||||
'@smithy/util-retry': 4.0.6
|
||||
@@ -1839,12 +1839,12 @@ snapshots:
|
||||
dependencies:
|
||||
'@aws-sdk/types': 3.840.0
|
||||
'@aws-sdk/xml-builder': 3.821.0
|
||||
'@smithy/core': 3.7.1
|
||||
'@smithy/core': 3.7.2
|
||||
'@smithy/node-config-provider': 4.1.3
|
||||
'@smithy/property-provider': 4.0.4
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
'@smithy/signature-v4': 5.1.2
|
||||
'@smithy/smithy-client': 4.4.8
|
||||
'@smithy/smithy-client': 4.4.9
|
||||
'@smithy/types': 4.3.1
|
||||
'@smithy/util-base64': 4.0.0
|
||||
'@smithy/util-body-length-browser': 4.0.0
|
||||
@@ -1869,7 +1869,7 @@ snapshots:
|
||||
'@smithy/node-http-handler': 4.1.0
|
||||
'@smithy/property-provider': 4.0.4
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
'@smithy/smithy-client': 4.4.8
|
||||
'@smithy/smithy-client': 4.4.9
|
||||
'@smithy/types': 4.3.1
|
||||
'@smithy/util-stream': 4.2.3
|
||||
tslib: 2.8.1
|
||||
@@ -2006,11 +2006,11 @@ snapshots:
|
||||
'@aws-sdk/core': 3.846.0
|
||||
'@aws-sdk/types': 3.840.0
|
||||
'@aws-sdk/util-arn-parser': 3.804.0
|
||||
'@smithy/core': 3.7.1
|
||||
'@smithy/core': 3.7.2
|
||||
'@smithy/node-config-provider': 4.1.3
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
'@smithy/signature-v4': 5.1.2
|
||||
'@smithy/smithy-client': 4.4.8
|
||||
'@smithy/smithy-client': 4.4.9
|
||||
'@smithy/types': 4.3.1
|
||||
'@smithy/util-config-provider': 4.0.0
|
||||
'@smithy/util-middleware': 4.0.4
|
||||
@@ -2029,7 +2029,7 @@ snapshots:
|
||||
'@aws-sdk/core': 3.846.0
|
||||
'@aws-sdk/types': 3.840.0
|
||||
'@aws-sdk/util-endpoints': 3.848.0
|
||||
'@smithy/core': 3.7.1
|
||||
'@smithy/core': 3.7.2
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
'@smithy/types': 4.3.1
|
||||
tslib: 2.8.1
|
||||
@@ -2049,26 +2049,26 @@ snapshots:
|
||||
'@aws-sdk/util-user-agent-browser': 3.840.0
|
||||
'@aws-sdk/util-user-agent-node': 3.848.0
|
||||
'@smithy/config-resolver': 4.1.4
|
||||
'@smithy/core': 3.7.1
|
||||
'@smithy/core': 3.7.2
|
||||
'@smithy/fetch-http-handler': 5.1.0
|
||||
'@smithy/hash-node': 4.0.4
|
||||
'@smithy/invalid-dependency': 4.0.4
|
||||
'@smithy/middleware-content-length': 4.0.4
|
||||
'@smithy/middleware-endpoint': 4.1.16
|
||||
'@smithy/middleware-retry': 4.1.17
|
||||
'@smithy/middleware-endpoint': 4.1.17
|
||||
'@smithy/middleware-retry': 4.1.18
|
||||
'@smithy/middleware-serde': 4.0.8
|
||||
'@smithy/middleware-stack': 4.0.4
|
||||
'@smithy/node-config-provider': 4.1.3
|
||||
'@smithy/node-http-handler': 4.1.0
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
'@smithy/smithy-client': 4.4.8
|
||||
'@smithy/smithy-client': 4.4.9
|
||||
'@smithy/types': 4.3.1
|
||||
'@smithy/url-parser': 4.0.4
|
||||
'@smithy/util-base64': 4.0.0
|
||||
'@smithy/util-body-length-browser': 4.0.0
|
||||
'@smithy/util-body-length-node': 4.0.0
|
||||
'@smithy/util-defaults-mode-browser': 4.0.24
|
||||
'@smithy/util-defaults-mode-node': 4.0.24
|
||||
'@smithy/util-defaults-mode-browser': 4.0.25
|
||||
'@smithy/util-defaults-mode-node': 4.0.25
|
||||
'@smithy/util-endpoints': 3.0.6
|
||||
'@smithy/util-middleware': 4.0.4
|
||||
'@smithy/util-retry': 4.0.6
|
||||
@@ -2086,14 +2086,14 @@ snapshots:
|
||||
'@smithy/util-middleware': 4.0.4
|
||||
tslib: 2.8.1
|
||||
|
||||
'@aws-sdk/s3-request-presigner@3.848.0':
|
||||
'@aws-sdk/s3-request-presigner@3.850.0':
|
||||
dependencies:
|
||||
'@aws-sdk/signature-v4-multi-region': 3.846.0
|
||||
'@aws-sdk/types': 3.840.0
|
||||
'@aws-sdk/util-format-url': 3.840.0
|
||||
'@smithy/middleware-endpoint': 4.1.16
|
||||
'@smithy/middleware-endpoint': 4.1.17
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
'@smithy/smithy-client': 4.4.8
|
||||
'@smithy/smithy-client': 4.4.9
|
||||
'@smithy/types': 4.3.1
|
||||
tslib: 2.8.1
|
||||
|
||||
@@ -2166,17 +2166,17 @@ snapshots:
|
||||
'@smithy/types': 4.3.1
|
||||
tslib: 2.8.1
|
||||
|
||||
'@babel/runtime-corejs3@7.28.0':
|
||||
'@babel/runtime-corejs3@7.28.2':
|
||||
dependencies:
|
||||
core-js-pure: 3.44.0
|
||||
|
||||
'@babel/runtime@7.27.6': {}
|
||||
'@babel/runtime@7.28.2': {}
|
||||
|
||||
'@cloudflare/kv-asset-handler@0.4.0':
|
||||
dependencies:
|
||||
mime: 3.0.0
|
||||
|
||||
'@cloudflare/unenv-preset@2.3.3(unenv@2.0.0-rc.17)(workerd@1.20250712.0)':
|
||||
'@cloudflare/unenv-preset@2.4.1(unenv@2.0.0-rc.17)(workerd@1.20250712.0)':
|
||||
dependencies:
|
||||
unenv: 2.0.0-rc.17
|
||||
optionalDependencies:
|
||||
@@ -2197,7 +2197,7 @@ snapshots:
|
||||
'@cloudflare/workerd-windows-64@1.20250712.0':
|
||||
optional: true
|
||||
|
||||
'@cloudflare/workers-types@4.20250719.0': {}
|
||||
'@cloudflare/workers-types@4.20250726.0': {}
|
||||
|
||||
'@cspotcode/source-map-support@0.8.1':
|
||||
dependencies:
|
||||
@@ -2548,7 +2548,7 @@ snapshots:
|
||||
'@smithy/util-middleware': 4.0.4
|
||||
tslib: 2.8.1
|
||||
|
||||
'@smithy/core@3.7.1':
|
||||
'@smithy/core@3.7.2':
|
||||
dependencies:
|
||||
'@smithy/middleware-serde': 4.0.8
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
@@ -2651,9 +2651,9 @@ snapshots:
|
||||
'@smithy/types': 4.3.1
|
||||
tslib: 2.8.1
|
||||
|
||||
'@smithy/middleware-endpoint@4.1.16':
|
||||
'@smithy/middleware-endpoint@4.1.17':
|
||||
dependencies:
|
||||
'@smithy/core': 3.7.1
|
||||
'@smithy/core': 3.7.2
|
||||
'@smithy/middleware-serde': 4.0.8
|
||||
'@smithy/node-config-provider': 4.1.3
|
||||
'@smithy/shared-ini-file-loader': 4.0.4
|
||||
@@ -2662,12 +2662,12 @@ snapshots:
|
||||
'@smithy/util-middleware': 4.0.4
|
||||
tslib: 2.8.1
|
||||
|
||||
'@smithy/middleware-retry@4.1.17':
|
||||
'@smithy/middleware-retry@4.1.18':
|
||||
dependencies:
|
||||
'@smithy/node-config-provider': 4.1.3
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
'@smithy/service-error-classification': 4.0.6
|
||||
'@smithy/smithy-client': 4.4.8
|
||||
'@smithy/smithy-client': 4.4.9
|
||||
'@smithy/types': 4.3.1
|
||||
'@smithy/util-middleware': 4.0.4
|
||||
'@smithy/util-retry': 4.0.6
|
||||
@@ -2741,10 +2741,10 @@ snapshots:
|
||||
'@smithy/util-utf8': 4.0.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@smithy/smithy-client@4.4.8':
|
||||
'@smithy/smithy-client@4.4.9':
|
||||
dependencies:
|
||||
'@smithy/core': 3.7.1
|
||||
'@smithy/middleware-endpoint': 4.1.16
|
||||
'@smithy/core': 3.7.2
|
||||
'@smithy/middleware-endpoint': 4.1.17
|
||||
'@smithy/middleware-stack': 4.0.4
|
||||
'@smithy/protocol-http': 5.1.2
|
||||
'@smithy/types': 4.3.1
|
||||
@@ -2789,21 +2789,21 @@ snapshots:
|
||||
dependencies:
|
||||
tslib: 2.8.1
|
||||
|
||||
'@smithy/util-defaults-mode-browser@4.0.24':
|
||||
'@smithy/util-defaults-mode-browser@4.0.25':
|
||||
dependencies:
|
||||
'@smithy/property-provider': 4.0.4
|
||||
'@smithy/smithy-client': 4.4.8
|
||||
'@smithy/smithy-client': 4.4.9
|
||||
'@smithy/types': 4.3.1
|
||||
bowser: 2.11.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@smithy/util-defaults-mode-node@4.0.24':
|
||||
'@smithy/util-defaults-mode-node@4.0.25':
|
||||
dependencies:
|
||||
'@smithy/config-resolver': 4.1.4
|
||||
'@smithy/credential-provider-imds': 4.0.6
|
||||
'@smithy/node-config-provider': 4.1.3
|
||||
'@smithy/property-provider': 4.0.4
|
||||
'@smithy/smithy-client': 4.4.8
|
||||
'@smithy/smithy-client': 4.4.9
|
||||
'@smithy/types': 4.3.1
|
||||
tslib: 2.8.1
|
||||
|
||||
@@ -2873,14 +2873,14 @@ snapshots:
|
||||
|
||||
'@types/uuid@9.0.8': {}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.37.0(@typescript-eslint/parser@8.37.0(eslint@9.18.0)(typescript@5.4.5))(eslint@9.18.0)(typescript@5.4.5)':
|
||||
'@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.18.0)(typescript@5.4.5))(eslint@9.18.0)(typescript@5.4.5)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@typescript-eslint/parser': 8.37.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/scope-manager': 8.37.0
|
||||
'@typescript-eslint/type-utils': 8.37.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/utils': 8.37.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/visitor-keys': 8.37.0
|
||||
'@typescript-eslint/parser': 8.38.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/scope-manager': 8.38.0
|
||||
'@typescript-eslint/type-utils': 8.38.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/utils': 8.38.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/visitor-keys': 8.38.0
|
||||
eslint: 9.18.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 7.0.5
|
||||
@@ -2890,41 +2890,41 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.37.0(eslint@9.18.0)(typescript@5.4.5)':
|
||||
'@typescript-eslint/parser@8.38.0(eslint@9.18.0)(typescript@5.4.5)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.37.0
|
||||
'@typescript-eslint/types': 8.37.0
|
||||
'@typescript-eslint/typescript-estree': 8.37.0(typescript@5.4.5)
|
||||
'@typescript-eslint/visitor-keys': 8.37.0
|
||||
'@typescript-eslint/scope-manager': 8.38.0
|
||||
'@typescript-eslint/types': 8.38.0
|
||||
'@typescript-eslint/typescript-estree': 8.38.0(typescript@5.4.5)
|
||||
'@typescript-eslint/visitor-keys': 8.38.0
|
||||
debug: 4.4.1
|
||||
eslint: 9.18.0
|
||||
typescript: 5.4.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/project-service@8.37.0(typescript@5.4.5)':
|
||||
'@typescript-eslint/project-service@8.38.0(typescript@5.4.5)':
|
||||
dependencies:
|
||||
'@typescript-eslint/tsconfig-utils': 8.37.0(typescript@5.4.5)
|
||||
'@typescript-eslint/types': 8.37.0
|
||||
'@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.4.5)
|
||||
'@typescript-eslint/types': 8.38.0
|
||||
debug: 4.4.1
|
||||
typescript: 5.4.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/scope-manager@8.37.0':
|
||||
'@typescript-eslint/scope-manager@8.38.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.37.0
|
||||
'@typescript-eslint/visitor-keys': 8.37.0
|
||||
'@typescript-eslint/types': 8.38.0
|
||||
'@typescript-eslint/visitor-keys': 8.38.0
|
||||
|
||||
'@typescript-eslint/tsconfig-utils@8.37.0(typescript@5.4.5)':
|
||||
'@typescript-eslint/tsconfig-utils@8.38.0(typescript@5.4.5)':
|
||||
dependencies:
|
||||
typescript: 5.4.5
|
||||
|
||||
'@typescript-eslint/type-utils@8.37.0(eslint@9.18.0)(typescript@5.4.5)':
|
||||
'@typescript-eslint/type-utils@8.38.0(eslint@9.18.0)(typescript@5.4.5)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.37.0
|
||||
'@typescript-eslint/typescript-estree': 8.37.0(typescript@5.4.5)
|
||||
'@typescript-eslint/utils': 8.37.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/types': 8.38.0
|
||||
'@typescript-eslint/typescript-estree': 8.38.0(typescript@5.4.5)
|
||||
'@typescript-eslint/utils': 8.38.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
debug: 4.4.1
|
||||
eslint: 9.18.0
|
||||
ts-api-utils: 2.1.0(typescript@5.4.5)
|
||||
@@ -2932,14 +2932,14 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/types@8.37.0': {}
|
||||
'@typescript-eslint/types@8.38.0': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.37.0(typescript@5.4.5)':
|
||||
'@typescript-eslint/typescript-estree@8.38.0(typescript@5.4.5)':
|
||||
dependencies:
|
||||
'@typescript-eslint/project-service': 8.37.0(typescript@5.4.5)
|
||||
'@typescript-eslint/tsconfig-utils': 8.37.0(typescript@5.4.5)
|
||||
'@typescript-eslint/types': 8.37.0
|
||||
'@typescript-eslint/visitor-keys': 8.37.0
|
||||
'@typescript-eslint/project-service': 8.38.0(typescript@5.4.5)
|
||||
'@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.4.5)
|
||||
'@typescript-eslint/types': 8.38.0
|
||||
'@typescript-eslint/visitor-keys': 8.38.0
|
||||
debug: 4.4.1
|
||||
fast-glob: 3.3.3
|
||||
is-glob: 4.0.3
|
||||
@@ -2950,20 +2950,20 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.37.0(eslint@9.18.0)(typescript@5.4.5)':
|
||||
'@typescript-eslint/utils@8.38.0(eslint@9.18.0)(typescript@5.4.5)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.18.0)
|
||||
'@typescript-eslint/scope-manager': 8.37.0
|
||||
'@typescript-eslint/types': 8.37.0
|
||||
'@typescript-eslint/typescript-estree': 8.37.0(typescript@5.4.5)
|
||||
'@typescript-eslint/scope-manager': 8.38.0
|
||||
'@typescript-eslint/types': 8.38.0
|
||||
'@typescript-eslint/typescript-estree': 8.38.0(typescript@5.4.5)
|
||||
eslint: 9.18.0
|
||||
typescript: 5.4.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.37.0':
|
||||
'@typescript-eslint/visitor-keys@8.38.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.37.0
|
||||
'@typescript-eslint/types': 8.38.0
|
||||
eslint-visitor-keys: 4.2.1
|
||||
|
||||
abort-controller@3.0.0:
|
||||
@@ -3269,7 +3269,7 @@ snapshots:
|
||||
|
||||
has-flag@4.0.0: {}
|
||||
|
||||
hono@4.8.5: {}
|
||||
hono@4.8.9: {}
|
||||
|
||||
html-to-text@9.0.5:
|
||||
dependencies:
|
||||
@@ -3371,12 +3371,12 @@ snapshots:
|
||||
|
||||
mimetext@3.0.27:
|
||||
dependencies:
|
||||
'@babel/runtime': 7.27.6
|
||||
'@babel/runtime-corejs3': 7.28.0
|
||||
'@babel/runtime': 7.28.2
|
||||
'@babel/runtime-corejs3': 7.28.2
|
||||
js-base64: 3.7.7
|
||||
mime-types: 2.1.35
|
||||
|
||||
miniflare@4.20250712.0:
|
||||
miniflare@4.20250712.2:
|
||||
dependencies:
|
||||
'@cspotcode/source-map-support': 0.8.1
|
||||
acorn: 8.14.0
|
||||
@@ -3593,12 +3593,12 @@ snapshots:
|
||||
dependencies:
|
||||
prelude-ls: 1.2.1
|
||||
|
||||
typescript-eslint@8.37.0(eslint@9.18.0)(typescript@5.4.5):
|
||||
typescript-eslint@8.38.0(eslint@9.18.0)(typescript@5.4.5):
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.37.0(@typescript-eslint/parser@8.37.0(eslint@9.18.0)(typescript@5.4.5))(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/parser': 8.37.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/typescript-estree': 8.37.0(typescript@5.4.5)
|
||||
'@typescript-eslint/utils': 8.37.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.18.0)(typescript@5.4.5))(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/parser': 8.38.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/typescript-estree': 8.38.0(typescript@5.4.5)
|
||||
'@typescript-eslint/utils': 8.38.0(eslint@9.18.0)(typescript@5.4.5)
|
||||
eslint: 9.18.0
|
||||
typescript: 5.4.5
|
||||
transitivePeerDependencies:
|
||||
@@ -3649,18 +3649,18 @@ snapshots:
|
||||
'@cloudflare/workerd-linux-arm64': 1.20250712.0
|
||||
'@cloudflare/workerd-windows-64': 1.20250712.0
|
||||
|
||||
wrangler@4.25.0(@cloudflare/workers-types@4.20250719.0):
|
||||
wrangler@4.26.0(@cloudflare/workers-types@4.20250726.0):
|
||||
dependencies:
|
||||
'@cloudflare/kv-asset-handler': 0.4.0
|
||||
'@cloudflare/unenv-preset': 2.3.3(unenv@2.0.0-rc.17)(workerd@1.20250712.0)
|
||||
'@cloudflare/unenv-preset': 2.4.1(unenv@2.0.0-rc.17)(workerd@1.20250712.0)
|
||||
blake3-wasm: 2.1.5
|
||||
esbuild: 0.25.4
|
||||
miniflare: 4.20250712.0
|
||||
miniflare: 4.20250712.2
|
||||
path-to-regexp: 6.3.0
|
||||
unenv: 2.0.0-rc.17
|
||||
workerd: 1.20250712.0
|
||||
optionalDependencies:
|
||||
'@cloudflare/workers-types': 4.20250719.0
|
||||
'@cloudflare/workers-types': 4.20250726.0
|
||||
fsevents: 2.3.3
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
|
||||
Reference in New Issue
Block a user