From 6769c241901912eeaeb1aad80bde03897626ab37 Mon Sep 17 00:00:00 2001 From: Pablo Machado Date: Fri, 17 Apr 2026 17:51:27 +0200 Subject: [PATCH] [Agent Builder] Upgrade hono and @hono/node-server dependency (#263794) ## Summary resolves https://github.com/elastic/security/issues/9761 resolves https://github.com/elastic/security/issues/9762 resolves https://github.com/elastic/security/issues/9758 resolves https://github.com/elastic/security/issues/9759 Upgrade hono and @hono/node-server dependency ### Identify risks * Tests agent builder MCP server (cherry picked from commit 52c3e419c9c7094a1e1c3fc939beb04b99560651) --- package.json | 2 ++ yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 5f835e74e4994..2dc4c5b9f8f0d 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,7 @@ "**/@babel/parser": "7.24.7", "**/@hapi/mimos/mime-db": "1.53.0", "**/@hello-pangea/dnd": "18.0.1", + "**/@hono/node-server": "1.19.14", "**/@langchain/core": "1.1.31", "**/@langchain/google-common": "2.1.24", "**/@types/node": "22.19.1", @@ -94,6 +95,7 @@ "**/fast-xml-parser": "5.5.7", "**/flatted": "3.4.2", "**/hoist-non-react-statics": "3.3.2", + "**/hono": "4.12.14", "**/isomorphic-fetch/node-fetch": "2.7.0", "**/langchain": "1.2.30", "**/pixelmatch": "5.3.0", diff --git a/yarn.lock b/yarn.lock index 7b7217d94ccb9..dddb8242f97e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3621,10 +3621,10 @@ open "11.0.0" semver "7.7.2" -"@hono/node-server@^1.19.9": - version "1.19.10" - resolved "https://registry.yarnpkg.com/@hono/node-server/-/node-server-1.19.10.tgz#e230fbb7fb31891cafc653d01deee03f437dd66b" - integrity sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw== +"@hono/node-server@1.19.14", "@hono/node-server@^1.19.9": + version "1.19.14" + resolved "https://registry.yarnpkg.com/@hono/node-server/-/node-server-1.19.14.tgz#e30f844bc77e3ce7be442aac3b1f73ad8b58d181" + integrity sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw== "@huggingface/hub@2.2.0": version "2.2.0" @@ -22872,10 +22872,10 @@ hoist-non-react-statics@3.3.2, hoist-non-react-statics@^2.5.5, hoist-non-react-s dependencies: react-is "^16.7.0" -hono@^4.11.4: - version "4.12.4" - resolved "https://registry.yarnpkg.com/hono/-/hono-4.12.4.tgz#fcfb5a064b90d5203dd41231e0d5a67262fc1729" - integrity sha512-ooiZW1Xy8rQ4oELQ++otI2T9DsKpV0M6c6cO6JGx4RTfav9poFFLlet9UMXHZnoM1yG0HWGlQLswBGX3RZmHtg== +hono@4.12.14, hono@^4.11.4: + version "4.12.14" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.12.14.tgz#4777c9512b7c84138e4f09e61e3d2fa305eb1414" + integrity sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w== hosted-git-info@^2.1.4: version "2.8.9"