From 3e5b5f6e080d415dbbe4d719efe4da11b2f7851c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 17:38:16 +0000 Subject: [PATCH] Update dependency hono to ^3.12.8 --- 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 8b1d6e2..0b53ac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@hono/sentry": "^1.0.0", - "hono": "^3.12.7" + "hono": "^3.12.8" }, "devDependencies": { "@cloudflare/workers-types": "^4.20240117.0", @@ -4491,9 +4491,9 @@ } }, "node_modules/hono": { - "version": "3.12.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.12.7.tgz", - "integrity": "sha512-jfyIoE8D5I1PGj0tXAGqpQ2miAWBBuHFjJsWjh0hbBVludQ8QO4lF6KTbPvjMi4venp8Q6DyMoJ51CwP6L5LNA==", + "version": "3.12.8", + "resolved": "https://registry.npmjs.org/hono/-/hono-3.12.8.tgz", + "integrity": "sha512-vnOEIRdqsp4uHE/dkOBr9EYmTsR86sD/FyG2xhfAQzR9udDRglN1nuO7SGc/7U3HfSorc6PSCNGN6upnVtCmfg==", "engines": { "node": ">=16.0.0" } diff --git a/package.json b/package.json index 5edfdbd..607f900 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ }, "dependencies": { "@hono/sentry": "^1.0.0", - "hono": "^3.12.7" + "hono": "^3.12.8" } }