diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3005c8bc..9e5f8001 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,8 +97,8 @@ catalogs: specifier: ^8.0.0 version: 8.0.0 hono: - specifier: ^4.11.4 - version: 4.11.4 + specifier: ^4.11.10 + version: 4.12.0 lint-staged: specifier: ^15.5.2 version: 15.5.2 @@ -266,7 +266,7 @@ importers: version: 2.1.1 hono: specifier: 'catalog:' - version: 4.11.4 + version: 4.12.0 lucide-react: specifier: 'catalog:' version: 0.503.0(react@19.1.0) @@ -3117,6 +3117,7 @@ packages: glob@10.5.0: resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true gopd@1.2.0: @@ -3151,8 +3152,8 @@ packages: headers-polyfill@4.0.3: resolution: {integrity: sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==} - hono@4.11.4: - resolution: {integrity: sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==} + hono@4.12.0: + resolution: {integrity: sha512-NekXntS5M94pUfiVZ8oXXK/kkri+5WpX2/Ik+LVsl+uvw+soj4roXIsPqO+XsWrAw20mOzaXOZf3Q7PfB9A/IA==} engines: {node: '>=16.9.0'} hookable@5.5.3: @@ -4006,6 +4007,7 @@ packages: prebuild-install@7.1.3: resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==} engines: {node: '>=10'} + deprecated: No longer maintained. Please contact the author of the relevant native addon; alternatives are available. hasBin: true prettier@3.6.2: @@ -4454,6 +4456,7 @@ packages: tar@7.4.3: resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} engines: {node: '>=18'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me test-exclude@7.0.1: resolution: {integrity: sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==} @@ -5489,9 +5492,9 @@ snapshots: '@esbuild/win32-x64@0.25.5': optional: true - '@hono/node-server@1.19.9(hono@4.11.4)': + '@hono/node-server@1.19.9(hono@4.12.0)': dependencies: - hono: 4.11.4 + hono: 4.12.0 '@img/sharp-darwin-arm64@0.33.5': optionalDependencies: @@ -5670,7 +5673,7 @@ snapshots: '@modelcontextprotocol/sdk@1.26.0(@cfworker/json-schema@4.1.1)(zod@3.25.76)': dependencies: - '@hono/node-server': 1.19.9(hono@4.11.4) + '@hono/node-server': 1.19.9(hono@4.12.0) ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) content-type: 1.0.5 @@ -5680,7 +5683,7 @@ snapshots: eventsource-parser: 3.0.6 express: 5.2.1 express-rate-limit: 8.2.1(express@5.2.1) - hono: 4.11.4 + hono: 4.12.0 jose: 6.1.3 json-schema-typed: 8.0.2 pkce-challenge: 5.0.0 @@ -7470,7 +7473,7 @@ snapshots: headers-polyfill@4.0.3: {} - hono@4.11.4: {} + hono@4.12.0: {} hookable@5.5.3: {} @@ -9516,7 +9519,7 @@ snapshots: '@silvia-odwyer/photon-node': 0.3.4 chalk: 5.4.1 fs-extra: 11.3.0 - hono: 4.11.4 + hono: 4.12.0 jsdoc-api: 9.3.4 just-filter-object: 3.2.0 just-map-values: 3.2.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4f0af2ed..8489e857 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -35,7 +35,7 @@ catalog: commander: ^14.0.0 dotenv: ^16.6.1 dotenv-cli: ^8.0.0 - hono: ^4.11.4 + hono: ^4.11.10 lint-staged: ^15.5.2 lucide-react: ^0.503.0 msw: ^2.10.2