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",