diff --git a/package-lock.json b/package-lock.json index 06b67ad..4bfee0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/netlify": "^6.0.1", - "@astrojs/react": "^4.1.0", + "@astrojs/react": "^4.1.2", "@astrojs/tailwind": "^5.1.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", @@ -598,13 +598,13 @@ } }, "node_modules/@astrojs/react": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.1.0.tgz", - "integrity": "sha512-8F0ncvcCexVeQZMwPouLSFuzCK1KXUIYQ57lW3ZG2p7B5DGAajXGanb/CGF7MMSpX8Z0t9sELQqLHOCV/+78Ig==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.1.2.tgz", + "integrity": "sha512-Slw8Bho50w1+rYnSnDl5PDAUikSOEItx5DEJU5OgmarTirBr1audIb2DgC8faAGcGkq5WhuUVsSiq/TmSORlwA==", "dependencies": { "@vitejs/plugin-react": "^4.3.4", "ultrahtml": "^1.5.3", - "vite": "^6.0.1" + "vite": "^6.0.5" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/package.json b/package.json index 8912544..fb7c4ff 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/netlify": "^6.0.1", - "@astrojs/react": "^4.1.0", + "@astrojs/react": "^4.1.2", "@astrojs/tailwind": "^5.1.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2",