From 7718454a77c91580550438c87772e86c617f0326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:51:23 +0000 Subject: [PATCH] Bump hono from 4.5.3 to 4.5.5 Bumps [hono](https://github.com/honojs/hono) from 4.5.3 to 4.5.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.5.3...v4.5.5) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7509da1..a546289 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@cloudflare/workers-types": "^4.20240729.0", "@types/mustache": "^4.2.5", - "hono": "^4.5.3", + "hono": "^4.5.5", "mustache": "^4.2.0", "postal-mime": "^2.2.7", "uuid": "^10.0.0" diff --git a/yarn.lock b/yarn.lock index 0b02bd4..6102502 100644 --- a/yarn.lock +++ b/yarn.lock @@ -797,10 +797,10 @@ hasown@^2.0.0: dependencies: function-bind "^1.1.2" -hono@^4.5.3: - version "4.5.3" - resolved "https://registry.yarnpkg.com/hono/-/hono-4.5.3.tgz#e3308047decc10f713f85044f549aa293c23bf9e" - integrity sha512-r26WwwbKD3BAYdfB294knNnegNda7VfV1tVn66D9Kvl9WQTdrR+5eKdoeaQNHQcC3Gr0KBikzAtjd6VsRGVSaw== +hono@^4.5.5: + version "4.5.5" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.5.5.tgz#18090b0e6f16359f33b80658821697250a1147db" + integrity sha512-fXBXHqaVfimWofbelLXci8pZyIwBMkDIwCa4OwZvK+xVbEyYLELVP4DfbGaj1aEM6ZY3hHgs4qLvCO2ChkhgQw== human-signals@^5.0.0: version "5.0.0"