From 3a2829fe8e6cf297ec5defba89ec1f52e1d57399 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 10 Sep 2026 17:06:26 +0000 Subject: [PATCH 1/2] chore(deps): update dependency hono to ^4.13.7 [security] --- pnpm-lock.yaml | 18 +++++++++--------- pnpm-workspace.yaml | 4 +++- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f306949e7..c9f1d1936 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -137,7 +137,7 @@ overrides: '@babel/core': ^7.29.7 '@hono/node-server': ^2.1.1 esbuild: ^0.28.2 - hono: ^4.13.4 + hono: ^4.13.7 ip-address: ^10.5.0 minimatch: ^10.2.6 picomatch: ^4.0.7 @@ -2894,7 +2894,7 @@ packages: resolution: {integrity: sha512-ELuehkj5VCBdgEw9zs+ivkKwyzzUCSQuE96YmiPvn1ECBoZCczbFXJLeEGMTYjphP6gydh4pHMqEYPVMYUVgQg==} engines: {node: '>=20'} peerDependencies: - hono: ^4.13.4 + hono: ^4.13.7 '@humanfs/core@0.19.2': resolution: {integrity: sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==} @@ -5881,8 +5881,8 @@ packages: resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==} engines: {node: '>= 0.4'} - hono@4.13.4: - resolution: {integrity: sha512-AGEwKIyRMHRv1t8Wjwa3LHxQ61X5CqrdFT+4BRNTpqS5aJNnpl5WLjADb7vFlJzI/8uK7T5QLVApCMQKNa3LgQ==} + hono@4.13.7: + resolution: {integrity: sha512-c8/gF9ac8Y78/agExVocyLevgR+JlpNB444Py0FSX8pJoPdYUfUzRcXtYEYGwt6l19qIlVZPN5Mfsw9jFShmQQ==} engines: {node: '>=16.9.0'} hookable@5.5.3: @@ -10242,9 +10242,9 @@ snapshots: '@harperfast/extended-iterable@1.0.3': optional: true - '@hono/node-server@2.1.1(hono@4.13.4)': + '@hono/node-server@2.1.1(hono@4.13.7)': dependencies: - hono: 4.13.4 + hono: 4.13.7 '@humanfs/core@0.19.2': dependencies: @@ -10654,7 +10654,7 @@ snapshots: '@modelcontextprotocol/sdk@1.30.0(supports-color@8.1.1)(zod@4.3.6)': dependencies: - '@hono/node-server': 2.1.1(hono@4.13.4) + '@hono/node-server': 2.1.1(hono@4.13.7) ajv: 8.20.0 ajv-formats: 3.0.1(ajv@8.20.0) content-type: 1.0.5 @@ -10664,7 +10664,7 @@ snapshots: eventsource-parser: 3.1.0 express: 5.2.1(supports-color@8.1.1) express-rate-limit: 8.6.1(express@5.2.1(supports-color@8.1.1))(supports-color@8.1.1) - hono: 4.13.4 + hono: 4.13.7 jose: 6.2.7 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 @@ -13242,7 +13242,7 @@ snapshots: dependencies: function-bind: 1.1.2 - hono@4.13.4: {} + hono@4.13.7: {} hookable@5.5.3: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a5e8205bd..a5f73f9d4 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -66,12 +66,14 @@ minimumReleaseAgeExclude: - '@excel-builder-vanilla/types' - 'excel-builder-vanilla' - 'multiple-select-vanilla' + # Renovate security update: hono@4.13.7 + - hono@4.13.7 overrides: '@babel/core': ^7.29.7 '@hono/node-server': ^2.1.1 esbuild: ^0.28.2 - hono: ^4.13.4 + hono: ^4.13.7 ip-address: ^10.5.0 minimatch: ^10.2.6 picomatch: ^4.0.7 From 16686538fa17d73401689bd9dd135f49ea6bae7f Mon Sep 17 00:00:00 2001 From: "Ghislain B." Date: Thu, 10 Sep 2026 13:25:53 -0400 Subject: [PATCH 2/2] chore: remove unnecessary line in minReleaseAge Removed hono@4.13.7 from the pnpm workspace dependencies. --- pnpm-workspace.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a5f73f9d4..4fa4a22c3 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -66,8 +66,6 @@ minimumReleaseAgeExclude: - '@excel-builder-vanilla/types' - 'excel-builder-vanilla' - 'multiple-select-vanilla' - # Renovate security update: hono@4.13.7 - - hono@4.13.7 overrides: '@babel/core': ^7.29.7