From 0c48e54a88d8f1345c85205ec70d302ce77e88b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 05:13:37 +0000 Subject: [PATCH] build(deps): bump @astrojs/react from 5.0.4 to 5.0.6 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 5.0.4 to 5.0.6. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/react@5.0.6/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 5.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++++++++----- package.json | 2 +- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c9e0e5..32dface 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@astrojs/markdoc": "^1.0.5", "@astrojs/mdx": "^5.0.4", "@astrojs/partytown": "^2.1.7", - "@astrojs/react": "^5.0.4", + "@astrojs/react": "^5.0.6", "@astrojs/sitemap": "^3.7.2", "@base-ui/react": "^1.4.1", "@fontsource-variable/geist": "^5.2.8", @@ -279,12 +279,12 @@ } }, "node_modules/@astrojs/react": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-5.0.4.tgz", - "integrity": "sha512-yDNE4VnKOzCjH9dCBi7pT4F6kpI3M9TkS+uxnCB0sGIS6t5vKonOY+Hs/UUnSajJGT5jeBRfpI9IQp+r/n1fBA==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-5.0.6.tgz", + "integrity": "sha512-3pfjmw3sUnV5WplLblDzsAKlHv9kNmlCFAw/xP/agubiZFo4d+uPXX2jynNwAfvwyI5v+Q9uIIFwyujv9jifLg==", "license": "MIT", "dependencies": { - "@astrojs/internal-helpers": "0.9.0", + "@astrojs/internal-helpers": "0.10.0", "@vitejs/plugin-react": "^5.2.0", "devalue": "^5.6.4", "ultrahtml": "^1.6.0", @@ -300,6 +300,22 @@ "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0" } }, + "node_modules/@astrojs/react/node_modules/@astrojs/internal-helpers": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.10.0.tgz", + "integrity": "sha512-Ry2R3VPeIN4uPCSA4xQc+e+vsJXkalKpEbDc07hV+a/o5Bs2N/s/uDcPJH/05L19DKh9tAy7e6JM3YZ6Cxfezw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.4", + "@types/mdast": "^4.0.4", + "js-yaml": "^4.1.1", + "picomatch": "^4.0.4", + "retext-smartypants": "^6.2.0", + "shiki": "^4.0.2", + "smol-toml": "^1.6.0", + "unified": "^11.0.5" + } + }, "node_modules/@astrojs/sitemap": { "version": "3.7.2", "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz", diff --git a/package.json b/package.json index 7858d8f..0303c16 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/markdoc": "^1.0.5", "@astrojs/mdx": "^5.0.4", "@astrojs/partytown": "^2.1.7", - "@astrojs/react": "^5.0.4", + "@astrojs/react": "^5.0.6", "@astrojs/sitemap": "^3.7.2", "@base-ui/react": "^1.4.1", "@fontsource-variable/geist": "^5.2.8",