From 28550d88ba32468605c4f53357b4ebb82d196d18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 13:13:24 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HONO-15123484 - https://snyk.io/vuln/SNYK-JS-HONO-15123483 - https://snyk.io/vuln/SNYK-JS-HONO-15123868 - https://snyk.io/vuln/SNYK-JS-HONO-15123927 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fcc978..6ac2c85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "cloudflare-workers-openapi", - "version": "0.0.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cloudflare-workers-openapi", - "version": "0.0.1", + "version": "0.1.2", "dependencies": { "chanfana": "^3.0.0", - "hono": "^4.11.4", + "hono": "^4.11.7", "zod": "^4.3.5" }, "devDependencies": { @@ -1366,9 +1366,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", - "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", + "version": "4.11.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", + "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index f98c1f4..05d87f5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "chanfana": "^3.0.0", - "hono": "^4.11.4", + "hono": "^4.11.7", "zod": "^4.3.5" }, "devDependencies": {