From e8df50eac7256c3e4fb7e13e6e0631e1c66910ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 23:00:04 +0000 Subject: [PATCH] Bump h3 from 1.15.4 to 1.15.8 in /with-analog Bumps [h3](https://github.com/h3js/h3) from 1.15.4 to 1.15.8. - [Release notes](https://github.com/h3js/h3/releases) - [Changelog](https://github.com/h3js/h3/blob/main/CHANGELOG.md) - [Commits](https://github.com/h3js/h3/compare/v1.15.4...v1.15.8) --- updated-dependencies: - dependency-name: h3 dependency-version: 1.15.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-analog/package-lock.json | 18 +++++++++--------- with-analog/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/with-analog/package-lock.json b/with-analog/package-lock.json index 495ee1c..7b074be 100644 --- a/with-analog/package-lock.json +++ b/with-analog/package-lock.json @@ -20,7 +20,7 @@ "@polar-sh/sdk": "^0.42.1", "@tailwindcss/vite": "^4.1.4", "front-matter": "^4.0.2", - "h3": "^1.13.0", + "h3": "^1.15.8", "marked": "^15.0.7", "marked-gfm-heading-id": "^4.1.1", "marked-highlight": "^2.2.1", @@ -8747,9 +8747,9 @@ } }, "node_modules/h3": { - "version": "1.15.4", - "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.4.tgz", - "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==", + "version": "1.15.8", + "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.8.tgz", + "integrity": "sha512-iOH6Vl8mGd9nNfu9C0IZ+GuOAfJHcyf3VriQxWaSWIB76Fg4BnFuk4cxBxjmQSSxJS664+pgjP6e7VBnUzFfcg==", "license": "MIT", "dependencies": { "cookie-es": "^1.2.2", @@ -8757,9 +8757,9 @@ "defu": "^6.1.4", "destr": "^2.0.5", "iron-webcrypto": "^1.2.1", - "node-mock-http": "^1.0.2", + "node-mock-http": "^1.0.4", "radix3": "^1.1.2", - "ufo": "^1.6.1", + "ufo": "^1.6.3", "uncrypto": "^0.1.3" } }, @@ -13490,9 +13490,9 @@ } }, "node_modules/ufo": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz", - "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz", + "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==", "license": "MIT" }, "node_modules/ultrahtml": { diff --git a/with-analog/package.json b/with-analog/package.json index 7caafa4..11334b4 100644 --- a/with-analog/package.json +++ b/with-analog/package.json @@ -28,7 +28,7 @@ "@polar-sh/sdk": "^0.42.1", "@tailwindcss/vite": "^4.1.4", "front-matter": "^4.0.2", - "h3": "^1.13.0", + "h3": "^1.15.8", "marked": "^15.0.7", "marked-gfm-heading-id": "^4.1.1", "marked-highlight": "^2.2.1",