From bf50a1b51f338fa4efef972d62c8dd7f48b013be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:25:04 +0000 Subject: [PATCH] build(deps): bump hono from 4.2.0 to 4.2.7 in /next Bumps [hono](https://github.com/honojs/hono) from 4.2.0 to 4.2.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.2.0...v4.2.7) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- next/package-lock.json | 8 ++++---- next/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/next/package-lock.json b/next/package-lock.json index cd5fbc8..cda1a33 100644 --- a/next/package-lock.json +++ b/next/package-lock.json @@ -19,7 +19,7 @@ "flowbite-react": "^0.8.0", "form-data": "^4.0.0", "headers": "^0.9.6", - "hono": "^4.2.0", + "hono": "^4.2.7", "next": "14.1.0", "oauth4webapi": "^2.10.4", "react": "^18", @@ -5696,9 +5696,9 @@ } }, "node_modules/hono": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.2.0.tgz", - "integrity": "sha512-4A9WSwQW1V1Bby07Ida1FZwvYceSkByd8uoxvcmYSPaEWIZqutn/s5jE3CJOci8Jt//vb9VDn+5B3xobIzvA6A==", + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.2.7.tgz", + "integrity": "sha512-k1xHi86tJnRIVvqhFMBDGFKJ8r5O+bEsT4P59ZK59r0F300Xd910/r237inVfuT/VmE86RQQffX4OYNda6dLXw==", "engines": { "node": ">=16.0.0" } diff --git a/next/package.json b/next/package.json index ce7c4f6..bf070f2 100644 --- a/next/package.json +++ b/next/package.json @@ -25,7 +25,7 @@ "flowbite-react": "^0.8.0", "form-data": "^4.0.0", "headers": "^0.9.6", - "hono": "^4.2.0", + "hono": "^4.2.7", "next": "14.1.0", "oauth4webapi": "^2.10.4", "react": "^18",