From b89be63435aa56a4b8e5b35a29d89856510b0869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:53:53 +0000 Subject: [PATCH] Bump hono from 4.10.6 to 4.10.7 Bumps [hono](https://github.com/honojs/hono) from 4.10.6 to 4.10.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.10.6...v4.10.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ee6076..1fd780f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "cron": "^4.3.4", "dayjs": "^1.11.19", "dotenv": "^17.2.2", - "hono": "^4.10.6", + "hono": "^4.10.7", "odapp": "^0.1.15", "pg": "^8.11.5" }, @@ -258,6 +258,7 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -462,6 +463,7 @@ "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -743,10 +745,11 @@ } }, "node_modules/hono": { - "version": "4.10.6", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.6.tgz", - "integrity": "sha512-BIdolzGpDO9MQ4nu3AUuDwHZZ+KViNm+EZ75Ae55eMXMqLVhDFqEMXxtUe9Qh8hjL+pIna/frs2j6Y2yD5Ua/g==", + "version": "4.10.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.7.tgz", + "integrity": "sha512-icXIITfw/07Q88nLSkB9aiUrd8rYzSweK681Kjo/TSggaGbOX4RRyxxm71v+3PC8C/j+4rlxGeoTRxQDkaJkUw==", "license": "MIT", + "peer": true, "engines": { "node": ">=16.9.0" } @@ -1028,6 +1031,7 @@ "version": "8.11.5", "resolved": "https://registry.npmjs.org/pg/-/pg-8.11.5.tgz", "integrity": "sha512-jqgNHSKL5cbDjFlHyYsCXmQDrfIX/3RsNwYqpd4N0Kt8niLuNoRNH+aazv6cOd43gPh9Y4DjQCtb+X0MH0Hvnw==", + "peer": true, "dependencies": { "pg-connection-string": "^2.6.4", "pg-pool": "^3.6.2", diff --git a/package.json b/package.json index 59ab376..61adeeb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "cron": "^4.3.4", "dayjs": "^1.11.19", "dotenv": "^17.2.2", - "hono": "^4.10.6", + "hono": "^4.10.7", "odapp": "^0.1.15", "pg": "^8.11.5" },