From aa07061825d0d6601750669c7ededf2cecba23ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:22:12 +0000 Subject: [PATCH] Bump hono from 4.5.1 to 4.5.3 Bumps [hono](https://github.com/honojs/hono) from 4.5.1 to 4.5.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.5.1...v4.5.3) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... 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 464e0a5..1831ffe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hono/swagger-ui": "^0.4.0", "@hono/zod-openapi": "^0.15.1", - "hono": "^4.5.1", + "hono": "^4.5.3", "octokit": "^4.0.2" }, "devDependencies": { @@ -1822,9 +1822,9 @@ } }, "node_modules/hono": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.1.tgz", - "integrity": "sha512-6q8AugoWG5wlrjdGG8OFFiqEsPlPGjODjUik48sEJeko4Tae1UsLS2vUiYHLEJx1gJvOZa4BWkQC+urwDmkEvQ==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.3.tgz", + "integrity": "sha512-r26WwwbKD3BAYdfB294knNnegNda7VfV1tVn66D9Kvl9WQTdrR+5eKdoeaQNHQcC3Gr0KBikzAtjd6VsRGVSaw==", "engines": { "node": ">=16.0.0" } @@ -4440,9 +4440,9 @@ } }, "hono": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.1.tgz", - "integrity": "sha512-6q8AugoWG5wlrjdGG8OFFiqEsPlPGjODjUik48sEJeko4Tae1UsLS2vUiYHLEJx1gJvOZa4BWkQC+urwDmkEvQ==" + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.3.tgz", + "integrity": "sha512-r26WwwbKD3BAYdfB294knNnegNda7VfV1tVn66D9Kvl9WQTdrR+5eKdoeaQNHQcC3Gr0KBikzAtjd6VsRGVSaw==" }, "human-signals": { "version": "5.0.0", diff --git a/package.json b/package.json index 0732ac6..a74f05b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@hono/swagger-ui": "^0.4.0", "@hono/zod-openapi": "^0.15.1", - "hono": "^4.5.1", + "hono": "^4.5.3", "octokit": "^4.0.2" }, "devDependencies": {