From fe8cd719a2264314f6ea6d49427df3d078db585d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:56:31 +0000 Subject: [PATCH] Bump @astrojs/react from 4.1.2 to 4.1.5 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 4.1.2 to 4.1.5. - [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@4.1.5/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01382c6..776c701 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "buddyworks-docs", "version": "0.0.1", "dependencies": { - "@astrojs/react": "^4.1.2", + "@astrojs/react": "^4.1.5", "@astrojs/starlight": "^0.31.0", "@astrojs/tailwind": "^5.1.4", "astro": "^5.1.7", @@ -117,14 +117,13 @@ } }, "node_modules/@astrojs/react": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.1.2.tgz", - "integrity": "sha512-Slw8Bho50w1+rYnSnDl5PDAUikSOEItx5DEJU5OgmarTirBr1audIb2DgC8faAGcGkq5WhuUVsSiq/TmSORlwA==", - "license": "MIT", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.1.5.tgz", + "integrity": "sha512-2o07NEJzB3WvRyV77SSkd6B7XQ10pXa0MkX8uhNtEeuOdwbxHP4xXhNVRrXAC7qe+Q8WfnijYRjRP2oz5scsOQ==", "dependencies": { "@vitejs/plugin-react": "^4.3.4", "ultrahtml": "^1.5.3", - "vite": "^6.0.5" + "vite": "^6.0.7" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/package.json b/package.json index 724123b..8d36b2f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^4.1.2", + "@astrojs/react": "^4.1.5", "@astrojs/starlight": "^0.31.0", "@astrojs/tailwind": "^5.1.4", "astro": "^5.1.7",