From ac27e7c28bb30ac73194ab7f2423d51164b2fe19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:22:24 +0000 Subject: [PATCH] Bump hono from 3.11.7 to 4.2.7 Bumps [hono](https://github.com/honojs/hono) from 3.11.7 to 4.2.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.11.7...v4.2.7) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6bfa4f59..2421a6173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "drizzle-orm": "^0.29.3", "gridjs": "^6.0.6", "gridjs-react": "^6.0.1", - "hono": "^3.11.7", + "hono": "^4.2.7", "jest": "^29.5.0", "jest-environment-miniflare": "^2.14.0", "lokijs": "^1.5.12", @@ -5607,9 +5607,9 @@ "dev": true }, "node_modules/hono": { - "version": "3.11.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.11.7.tgz", - "integrity": "sha512-TcfAq7IdipF+9coxnuzYlSSBXbm9mTyWjjagLCv/2ampboNcKJdi+XCK5G48mHQtpI5+9Rj3J4FfcGgw9vzIww==", + "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" } @@ -15009,9 +15009,9 @@ "dev": true }, "hono": { - "version": "3.11.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.11.7.tgz", - "integrity": "sha512-TcfAq7IdipF+9coxnuzYlSSBXbm9mTyWjjagLCv/2ampboNcKJdi+XCK5G48mHQtpI5+9Rj3J4FfcGgw9vzIww==" + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.2.7.tgz", + "integrity": "sha512-k1xHi86tJnRIVvqhFMBDGFKJ8r5O+bEsT4P59ZK59r0F300Xd910/r237inVfuT/VmE86RQQffX4OYNda6dLXw==" }, "hosted-git-info": { "version": "2.8.9", diff --git a/package.json b/package.json index 370abb692..dcf2fed27 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "drizzle-orm": "^0.29.3", "gridjs": "^6.0.6", "gridjs-react": "^6.0.1", - "hono": "^3.11.7", + "hono": "^4.2.7", "jest": "^29.5.0", "jest-environment-miniflare": "^2.14.0", "lokijs": "^1.5.12",