diff --git a/package-lock.json b/package-lock.json index adc3bd8..589888b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "abm-tg-git-updater", "dependencies": { - "hono": "^4.10.2" + "hono": "^4.10.3" }, "devDependencies": { "@cloudflare/workers-types": "^4.20251011.0", @@ -1236,9 +1236,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.10.2", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.2.tgz", - "integrity": "sha512-p6fyzl+mQo6uhESLxbF5WlBOAJMDh36PljwlKtP5V1v09NxlqGru3ShK+4wKhSuhuYf8qxMmrivHOa/M7q0sMg==", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.3.tgz", + "integrity": "sha512-2LOYWUbnhdxdL8MNbNg9XZig6k+cZXm5IjHn2Aviv7honhBMOHb+jxrKIeJRZJRmn+htUCKhaicxwXuUDlchRA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 1344e15..8d9d873 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "cf-typegen": "wrangler types --env-interface CloudflareBindings" }, "dependencies": { - "hono": "^4.10.2" + "hono": "^4.10.3" }, "devDependencies": { "@cloudflare/workers-types": "^4.20251011.0",