From 5e9d09dc599a634ce16430fc3a7edaee79ac8158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:31:45 +0000 Subject: [PATCH] fix(deps): update dependency hono to v4.6.19 --- 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 e395b229..a171a3f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "emittery": "0.13.1", "font-list": "1.5.1", "glasstron": "0.1.1", - "hono": "4.6.18", + "hono": "4.6.19", "html-parse-string": "0.0.9", "i18next": "24.2.2", "node-forge": "1.3.1", @@ -8413,9 +8413,9 @@ } }, "node_modules/hono": { - "version": "4.6.18", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.18.tgz", - "integrity": "sha512-Fu7hEPvdwtPG8LqSAiPn8p8HjD+PDxrP/HVnwRBnwtVKOn5zDDKsw0ma2Xt58oq97Rlp3t/mRNADEV/Ym6cDng==", + "version": "4.6.19", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.19.tgz", + "integrity": "sha512-Xw5DwU2cewEsQ1DkDCdy6aBJkEBARl5loovoL1gL3/gw81RdaPbXrNJYp3LoQpzpJ7ECC/1OFi/vn3UZTLHFEw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index ca3fe281..696179d0 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "emittery": "0.13.1", "font-list": "1.5.1", "glasstron": "0.1.1", - "hono": "4.6.18", + "hono": "4.6.19", "html-parse-string": "0.0.9", "i18next": "24.2.2", "node-forge": "1.3.1",