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": {