From 2013a201dbcba746cfac7f1a016016586f74fb94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:01:33 +0000 Subject: [PATCH] chore(deps): bump honox from 0.1.52 to 0.1.53 Bumps [honox](https://github.com/honojs/honox) from 0.1.52 to 0.1.53. - [Release notes](https://github.com/honojs/honox/releases) - [Commits](https://github.com/honojs/honox/compare/v0.1.52...v0.1.53) --- updated-dependencies: - dependency-name: honox dependency-version: 0.1.53 dependency-type: direct:production update-type: version-update:semver-patch ... 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 65e35ff4..022a8569 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "hono": "^4.11.3", - "honox": "^0.1.52", + "honox": "^0.1.53", "rehype-external-links": "^3.0.0", "remark-images": "^4.1.0" }, @@ -6655,9 +6655,9 @@ } }, "node_modules/honox": { - "version": "0.1.52", - "resolved": "https://registry.npmjs.org/honox/-/honox-0.1.52.tgz", - "integrity": "sha512-AGO7Kc0X5A7wK0k07Crl5Tw6ajM9Btn2KLvs5D6jIGQGkIKVv/g+M+CnEdcoU3fo0cYUepmMOXb4HQvahrNF+Q==", + "version": "0.1.53", + "resolved": "https://registry.npmjs.org/honox/-/honox-0.1.53.tgz", + "integrity": "sha512-cVd5RErXH5gHamGc29+pvFFJ54b051Q/hOShSDWsNjRkZ2TcbawlDzgbD9htiC0lFgYCuo14DUhb4pdB5FERig==", "license": "MIT", "dependencies": { "@babel/generator": "7.25.6", diff --git a/package.json b/package.json index 59331993..f6a2a0cc 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "hono": "^4.11.3", - "honox": "^0.1.52", + "honox": "^0.1.53", "rehype-external-links": "^3.0.0", "remark-images": "^4.1.0" },