diff --git a/package-lock.json b/package-lock.json index 9355a69..bc6d220 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "workers-for-platforms-template", "license": "Apache-2.0", "dependencies": { - "hono": "^4.2.1", + "hono": "^4.11.7", "workers-qb": "^0.1.1" }, "devDependencies": { @@ -1988,9 +1988,9 @@ } }, "node_modules/hono": { - "version": "4.11.3", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.3.tgz", - "integrity": "sha512-PmQi306+M/ct/m5s66Hrg+adPnkD5jiO6IjA7WhWw0gSBSo1EcRegwuI1deZ+wd5pzCGynCcn2DprnE4/yEV4w==", + "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 28bc7a7..4d4ad7c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest" }, "dependencies": { - "hono": "^4.2.1", + "hono": "^4.11.7", "workers-qb": "^0.1.1" }, "cloudflare": {