From 6153b8ed593d17131691503c579f91a2d77ace3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:28:40 +0000 Subject: [PATCH] Bump hono from 4.5.0 to 4.5.1 Bumps [hono](https://github.com/honojs/hono) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75f43de..df9cc67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hono/swagger-ui": "^0.4.0", "@hono/zod-openapi": "^0.14.9", - "hono": "^4.5.0", + "hono": "^4.5.1", "octokit": "^4.0.2" }, "devDependencies": { @@ -1822,10 +1822,9 @@ } }, "node_modules/hono": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.0.tgz", - "integrity": "sha512-ZbezypZfn4odyApjCCv+Fw5OgweBqRLA/EsMyc4FUknFvBJcBIKhHy4sqmD1rWpBc/3wUlaQ6tqOPjk36R1ckg==", - "license": "MIT", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.1.tgz", + "integrity": "sha512-6q8AugoWG5wlrjdGG8OFFiqEsPlPGjODjUik48sEJeko4Tae1UsLS2vUiYHLEJx1gJvOZa4BWkQC+urwDmkEvQ==", "engines": { "node": ">=16.0.0" } @@ -4441,9 +4440,9 @@ } }, "hono": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.0.tgz", - "integrity": "sha512-ZbezypZfn4odyApjCCv+Fw5OgweBqRLA/EsMyc4FUknFvBJcBIKhHy4sqmD1rWpBc/3wUlaQ6tqOPjk36R1ckg==" + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.1.tgz", + "integrity": "sha512-6q8AugoWG5wlrjdGG8OFFiqEsPlPGjODjUik48sEJeko4Tae1UsLS2vUiYHLEJx1gJvOZa4BWkQC+urwDmkEvQ==" }, "human-signals": { "version": "5.0.0", diff --git a/package.json b/package.json index 91e1733..bcf0087 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@hono/swagger-ui": "^0.4.0", "@hono/zod-openapi": "^0.14.9", - "hono": "^4.5.0", + "hono": "^4.5.1", "octokit": "^4.0.2" }, "devDependencies": {