From 998952eaf5fcdcf7674d63fb98396b868dec1466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:56:38 +0000 Subject: [PATCH] chore(deps): bump hono from 3.11.4 to 3.12.6 Bumps [hono](https://github.com/honojs/hono) from 3.11.4 to 3.12.6. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.11.4...v3.12.6) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 7560c61..3225ed6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@astrojs/mdx": "^2.0.0", "astro": "^4.0.3", "dotenv": "^16.3.1", - "hono": "^3.7.5" + "hono": "^3.12.6" }, "devDependencies": { "bun-types": "^1.0.4" @@ -3192,9 +3192,9 @@ } }, "node_modules/hono": { - "version": "3.11.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.11.4.tgz", - "integrity": "sha512-lU8Et1Nkpa4RqgBvjGUGyu8/2QNdAOR9EqFzNCoP7wM+xtcq2v/DHi9CMJ/ixVxRU9Q2uAh0G3xIKTVYzzC4dg==", + "version": "3.12.6", + "resolved": "https://registry.npmjs.org/hono/-/hono-3.12.6.tgz", + "integrity": "sha512-nnLMJbBA8k+tW8XD1Xt0BfNmJswppYF2pSOVo5U3DdU72SPYUjFkPg7/Q9KfkNcsrXzxFdJQ00JYjPGancmOOA==", "engines": { "node": ">=16.0.0" } diff --git a/package.json b/package.json index 5e49169..73fdcdf 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "@astrojs/mdx": "^2.0.0", "astro": "^4.0.3", "dotenv": "^16.3.1", - "hono": "^3.7.5" + "hono": "^3.12.6" } }