From 4fe07e988739924a303e9c7024e41892333f8e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 09:08:42 +0000 Subject: [PATCH] Bump h3 in /astro in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /astro directory: [h3](https://github.com/h3js/h3). Updates `h3` from 1.15.8 to 1.15.9 - [Release notes](https://github.com/h3js/h3/releases) - [Changelog](https://github.com/h3js/h3/blob/v1.15.9/CHANGELOG.md) - [Commits](https://github.com/h3js/h3/compare/v1.15.8...v1.15.9) --- updated-dependencies: - dependency-name: h3 dependency-version: 1.15.9 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- astro/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/astro/package-lock.json b/astro/package-lock.json index 8d595c92..25941c37 100644 --- a/astro/package-lock.json +++ b/astro/package-lock.json @@ -8031,9 +8031,9 @@ "license": "ISC" }, "node_modules/h3": { - "version": "1.15.8", - "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.8.tgz", - "integrity": "sha512-iOH6Vl8mGd9nNfu9C0IZ+GuOAfJHcyf3VriQxWaSWIB76Fg4BnFuk4cxBxjmQSSxJS664+pgjP6e7VBnUzFfcg==", + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.9.tgz", + "integrity": "sha512-H7UPnyIupUOYUQu7f2x7ABVeMyF/IbJjqn20WSXpMdnQB260luADUkSgJU7QTWLutq8h3tUayMQ1DdbSYX5LkA==", "license": "MIT", "dependencies": { "cookie-es": "^1.2.2",