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