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" },