diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c66b751dc..874cae9eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,7 +139,7 @@ catalogs: overrides: '@hono/node-server': ^2.0.2 '@isaacs/brace-expansion': ^5.0.1 - hono: ^4.12.18 + hono: ^4.12.21 ip-address: ^10.2.0 lodash: ^4.18.1 minimatch: ^10.2.5 @@ -2954,7 +2954,7 @@ packages: resolution: {integrity: sha512-tXlTi1h/4V7sDe7i97IVP+9re9ZU7wXZZggnR5ucCRclf1+AX6YhGStrR5w8bLj+3Mlyl0pKfBh9gqTqqnGKfQ==} engines: {node: '>=20'} peerDependencies: - hono: ^4.12.18 + hono: ^4.12.21 '@humanfs/core@0.19.2': resolution: {integrity: sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==} @@ -5789,8 +5789,8 @@ packages: resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==} engines: {node: '>= 0.4'} - hono@4.12.19: - resolution: {integrity: sha512-xa3eYXYXx68XTT4hZ7dRzsXBhaq85ToSrlUJNoR0gwz/1Ap/CNwX47wfvV7pc/xWhjKVVkLT7zBJy8chhNguqQ==} + hono@4.12.23: + resolution: {integrity: sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==} engines: {node: '>=16.9.0'} hookable@5.5.3: @@ -10309,9 +10309,9 @@ snapshots: '@harperfast/extended-iterable@1.0.3': optional: true - '@hono/node-server@2.0.2(hono@4.12.19)': + '@hono/node-server@2.0.2(hono@4.12.23)': dependencies: - hono: 4.12.19 + hono: 4.12.23 '@humanfs/core@0.19.2': dependencies: @@ -10748,7 +10748,7 @@ snapshots: '@modelcontextprotocol/sdk@1.26.0(zod@4.3.6)': dependencies: - '@hono/node-server': 2.0.2(hono@4.12.19) + '@hono/node-server': 2.0.2(hono@4.12.23) ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) content-type: 1.0.5 @@ -10758,7 +10758,7 @@ snapshots: eventsource-parser: 3.0.6 express: 5.2.1 express-rate-limit: 8.2.2(express@5.2.1) - hono: 4.12.19 + hono: 4.12.23 jose: 6.1.3 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 @@ -13178,7 +13178,7 @@ snapshots: dependencies: function-bind: 1.1.2 - hono@4.12.19: {} + hono@4.12.23: {} hookable@5.5.3: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c5fea58a4..e222058d5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -55,11 +55,13 @@ minimumReleaseAge: 2880 # 2 days in minutes minimumReleaseAgeExclude: # exclude packages that I personally maintain and are safe to use on the same day - '@lerna-lite/*' + # Renovate security update: hono@4.12.21 + - hono@4.12.21 overrides: '@hono/node-server': ^2.0.2 '@isaacs/brace-expansion': ^5.0.1 - hono: ^4.12.18 + hono: ^4.12.21 ip-address: ^10.2.0 lodash: ^4.18.1 minimatch: ^10.2.5