From ab89a1a973571c90bea5c86c471db84428b7028a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:30:59 +0000 Subject: [PATCH] chore(ui): update dependency hono to v4.12.25 [security] --- ui/pnpm-workspace.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/pnpm-workspace.yaml b/ui/pnpm-workspace.yaml index 3db3cc19e3..f1ee0f8b35 100644 --- a/ui/pnpm-workspace.yaml +++ b/ui/pnpm-workspace.yaml @@ -1,6 +1,3 @@ -# pnpm 11+ workspace config. .npmrc is auth/registry only; everything else lives here. -# Reference: https://pnpm.io/supply-chain-security - packages: [] # Refuse to install on Node/pnpm outside the `engines` block in package.json. @@ -23,7 +20,7 @@ overrides: "@react-aria/interactions>react": "19.2.7" "lodash": "4.18.1" "lodash-es": "4.18.1" - "hono": "4.12.21" + "hono": "4.12.25" "@hono/node-server": "1.19.14" "@isaacs/brace-expansion": "5.0.1" "fast-xml-parser": "5.8.0" @@ -93,3 +90,6 @@ trustPolicyExclude: # Block transitive dependencies from using exotic specifiers (git URLs, tarballs). blockExoticSubdeps: true +minimumReleaseAgeExclude: + # Renovate security update: hono@4.12.25 + - hono@4.12.25