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" },