From 61af4ff85272b6b77779dfe801ef05bc53e7e830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:25:09 +0100 Subject: [PATCH] Bump @astrojs/react from 3.6.0 to 3.6.1 (#954) Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.6.0 to 3.6.1. - [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@3.6.1/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a34313b6..a8cbfd5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@astrojs/check": "^0.9.1", - "@astrojs/react": "^3.6.0", + "@astrojs/react": "^3.6.1", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "@coingecko/cryptoformat": "^0.8.2", @@ -205,9 +205,9 @@ } }, "node_modules/@astrojs/react": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.6.0.tgz", - "integrity": "sha512-YGLxy5jCU9xKG/HAvYsWMcvrQVIhqVe0Sda3Z5UtP32rfXeG6B9J1xQvnx+kRSFTpIrj+7AwPSDSehLbCHJ56w==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.6.1.tgz", + "integrity": "sha512-Mpgu+GYTba1TEzLMshojeLxi7y/FqrTNtpGTCvI366bRbnCkqtvznRj/xPQOTybwXnYXSgxsELyUvqD51iFeiw==", "dependencies": { "@vitejs/plugin-react": "^4.3.1", "ultrahtml": "^1.5.3" diff --git a/package.json b/package.json index 4e06bce9..028531c7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.1", - "@astrojs/react": "^3.6.0", + "@astrojs/react": "^3.6.1", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "@coingecko/cryptoformat": "^0.8.2",