From e0ac6e931cbc1c311fda02f024925e4861f46739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:16:51 +0000 Subject: [PATCH] Bump hono from 3.11.11 to 4.12.18 in /techBlog/ssrf/PatchLag/PatchLagApp Bumps [hono](https://github.com/honojs/hono) from 3.11.11 to 4.12.18. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.11.11...v4.12.18) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- techBlog/ssrf/PatchLag/PatchLagApp/package-lock.json | 11 ++++++----- techBlog/ssrf/PatchLag/PatchLagApp/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/techBlog/ssrf/PatchLag/PatchLagApp/package-lock.json b/techBlog/ssrf/PatchLag/PatchLagApp/package-lock.json index f337487..067b73e 100644 --- a/techBlog/ssrf/PatchLag/PatchLagApp/package-lock.json +++ b/techBlog/ssrf/PatchLag/PatchLagApp/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@hono/node-server": "^1.3.4", - "hono": "^3.11.11", + "hono": "^4.12.18", "parse-url": "^6.0.0" }, "devDependencies": { @@ -562,11 +562,12 @@ } }, "node_modules/hono": { - "version": "3.11.11", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.11.11.tgz", - "integrity": "sha512-E3Xv7LnOjg7VXiu+t+YplDEYXvkxpcTCzZ3RUFQlcNXclSME8aiQAYwWpJPT6MQRRpa4TG5RlOolqeYEDEK3wg==", + "version": "4.12.18", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", + "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", + "license": "MIT", "engines": { - "node": ">=16.0.0" + "node": ">=16.9.0" } }, "node_modules/is-ssh": { diff --git a/techBlog/ssrf/PatchLag/PatchLagApp/package.json b/techBlog/ssrf/PatchLag/PatchLagApp/package.json index 14c8166..bdc0ca1 100644 --- a/techBlog/ssrf/PatchLag/PatchLagApp/package.json +++ b/techBlog/ssrf/PatchLag/PatchLagApp/package.json @@ -4,7 +4,7 @@ }, "dependencies": { "@hono/node-server": "^1.3.4", - "hono": "^3.11.11", + "hono": "^4.12.18", "parse-url": "^6.0.0" }, "devDependencies": {