From 5e4bd8143c427f4569a82bc29dc54aa9d71ed738 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 05:27:53 +0000 Subject: [PATCH] fix(deps): update dependency hono to ^4.5.5 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 006f42b9..cb723585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@hono/sentry": "^1.2.0", - "hono": "^4.5.4", + "hono": "^4.5.5", "i18next": "^23.12.2", "i18next-icu": "^2.3.0" }, @@ -5359,9 +5359,9 @@ } }, "node_modules/hono": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.4.tgz", - "integrity": "sha512-k2IguJfRgNCpDbAfpxk+o+fZBLFHl4+eIZUpjc1ItZWHeZ37SmT3efA1UpkIaC0hSf1NJg0E79/wWn6g9LQ4Cw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.5.tgz", + "integrity": "sha512-fXBXHqaVfimWofbelLXci8pZyIwBMkDIwCa4OwZvK+xVbEyYLELVP4DfbGaj1aEM6ZY3hHgs4qLvCO2ChkhgQw==", "license": "MIT", "engines": { "node": ">=16.0.0" diff --git a/package.json b/package.json index c1fd675d..53f4440d 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "@hono/sentry": "^1.2.0", "i18next": "^23.12.2", "i18next-icu": "^2.3.0", - "hono": "^4.5.4" + "hono": "^4.5.5" } }