From a0b0b0ab3ccabc1ed978ee1ec73b62ffd7e3093f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 22:23:52 +0000 Subject: [PATCH] fix(deps): update dependency h3 to ~1.15.0 --- javascript/h3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/h3/package.json b/javascript/h3/package.json index 43f1ba130b1..a7771f7b3f8 100644 --- a/javascript/h3/package.json +++ b/javascript/h3/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "h3": "~1.13.0" + "h3": "~1.15.0" } }