diff --git a/package-lock.json b/package-lock.json index 38c2080..1631350 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "yaptide-developer-docs", "version": "2.0.0", "dependencies": { - "@astrojs/react": "^5.0.2", + "@astrojs/react": "^5.0.3", "@astrojs/sitemap": "3.7.2", "@astrojs/starlight": "^0.38.2", "@types/react": "^19.2.14", @@ -205,9 +205,9 @@ } }, "node_modules/@astrojs/react": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-5.0.2.tgz", - "integrity": "sha512-BDpPrapV3Wgp9sD7aTMvP+ORH0jFEue9OmkBu98KcBbTlsQCnvisDW3m7PQrMptXwEDlX5HGfP/CHmkEVY2tZA==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-5.0.3.tgz", + "integrity": "sha512-z6JXjgADH4/7e0hqcRj+dO9UQlrKmsm2ZJoVT1GzOTYY0ThQ3Znpfr8tY8XKlEHWSTUlT9LP5u4v6QpEJwLz5A==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.8.0", diff --git a/package.json b/package.json index 525072c..1106d06 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^5.0.2", + "@astrojs/react": "^5.0.3", "@astrojs/sitemap": "3.7.2", "@astrojs/starlight": "^0.38.2", "@types/react": "^19.2.14",