From cba49fa8a964fa25d2a3e948a832f6c079acc1bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:51:08 +0000 Subject: [PATCH] Bump @hono/node-server in /techBlog/ssrf/PatchLag/PatchLagApp Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.3.4 to 1.19.10. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.3.4...v1.19.10) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 1.19.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- techBlog/ssrf/PatchLag/PatchLagApp/package-lock.json | 12 ++++++++---- techBlog/ssrf/PatchLag/PatchLagApp/package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/techBlog/ssrf/PatchLag/PatchLagApp/package-lock.json b/techBlog/ssrf/PatchLag/PatchLagApp/package-lock.json index f337487..f99a2d0 100644 --- a/techBlog/ssrf/PatchLag/PatchLagApp/package-lock.json +++ b/techBlog/ssrf/PatchLag/PatchLagApp/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@hono/node-server": "^1.3.4", + "@hono/node-server": "^1.19.10", "hono": "^3.11.11", "parse-url": "^6.0.0" }, @@ -366,11 +366,15 @@ } }, "node_modules/@hono/node-server": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.3.4.tgz", - "integrity": "sha512-SrOVUAkrcMd0ebknz7mgKJRtLkP1A1VJtlHQdW+tQkOHr1aSzfwnkm2uD4ktfDkt6IgPazd4G0IzSOnUJNXoZQ==", + "version": "1.19.10", + "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.10.tgz", + "integrity": "sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==", + "license": "MIT", "engines": { "node": ">=18.14.1" + }, + "peerDependencies": { + "hono": "^4" } }, "node_modules/buffer-from": { diff --git a/techBlog/ssrf/PatchLag/PatchLagApp/package.json b/techBlog/ssrf/PatchLag/PatchLagApp/package.json index 14c8166..8d3cbea 100644 --- a/techBlog/ssrf/PatchLag/PatchLagApp/package.json +++ b/techBlog/ssrf/PatchLag/PatchLagApp/package.json @@ -3,7 +3,7 @@ "dev": "tsx watch src/index.ts" }, "dependencies": { - "@hono/node-server": "^1.3.4", + "@hono/node-server": "^1.19.10", "hono": "^3.11.11", "parse-url": "^6.0.0" },