From 83cc368d414b6daedd9d1a1a584d56dae6ab19a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 00:57:21 +0000 Subject: [PATCH] Bump hono from 4.6.19 to 4.7.2 Bumps [hono](https://github.com/honojs/hono) from 4.6.19 to 4.7.2. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.19...v4.7.2) --- 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 7409d52..e03a29e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hono/swagger-ui": "^0.5.0", "@hono/zod-openapi": "^0.18.3", - "hono": "^4.6.19", + "hono": "^4.7.2", "octokit": "^4.1.0" }, "devDependencies": { @@ -1509,9 +1509,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.6.19", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.19.tgz", - "integrity": "sha512-Xw5DwU2cewEsQ1DkDCdy6aBJkEBARl5loovoL1gL3/gw81RdaPbXrNJYp3LoQpzpJ7ECC/1OFi/vn3UZTLHFEw==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.7.2.tgz", + "integrity": "sha512-8V5XxoOF6SI12jkHkzX/6aLBMU5GEF5g387EjVSQipS0DlxWgWGSMeEayY3CRBjtTUQYwLHx9JYouWqKzy2Vng==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index b6b40dd..c5634da 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@hono/swagger-ui": "^0.5.0", "@hono/zod-openapi": "^0.18.3", - "hono": "^4.6.19", + "hono": "^4.7.2", "octokit": "^4.1.0" }, "devDependencies": {