From a5aef080f0954dcbc09bf9e9f7480061fc8a468c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:14:30 +0000 Subject: [PATCH] chore(deps): bump hono from 4.5.8 to 4.6.4 in /webhook Bumps [hono](https://github.com/honojs/hono) from 4.5.8 to 4.6.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.5.8...v4.6.4) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webhook/package-lock.json | 10 +++++----- webhook/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/webhook/package-lock.json b/webhook/package-lock.json index 7c31cde..9eb3655 100644 --- a/webhook/package-lock.json +++ b/webhook/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "ISC", "dependencies": { - "hono": "^4.5.8" + "hono": "^4.6.4" }, "devDependencies": { "@biomejs/biome": "1.8.3", @@ -1010,11 +1010,11 @@ } }, "node_modules/hono": { - "version": "4.5.8", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz", - "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==", + "version": "4.6.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.4.tgz", + "integrity": "sha512-T5WqBkTOcIQblqBKB5mpzaH/A+dSpvVe938xZJCHOmOuYfF7DSwE/9/10+BMvwSPq9N/f6LiQ38HxrZSQOsXKw==", "engines": { - "node": ">=16.0.0" + "node": ">=16.9.0" } }, "node_modules/is-binary-path": { diff --git a/webhook/package.json b/webhook/package.json index 68d58ad..fd9b92d 100644 --- a/webhook/package.json +++ b/webhook/package.json @@ -26,7 +26,7 @@ ], "license": "ISC", "dependencies": { - "hono": "^4.5.8" + "hono": "^4.6.4" }, "devDependencies": { "@biomejs/biome": "1.8.3",