diff --git a/package-lock.json b/package-lock.json index ded2ba8..0c7ae4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@phantomstudios/css-components": "^0.4.0", "@phntms/react-share": "^1.0.1", "@types/node": "^24.1.0", - "@types/react": "^19.1.3", + "@types/react": "^19.1.9", "@types/react-dom": "^19.1.6", "eslint-config-next": "^15.3.3", "glob": "^11.0.2", @@ -19,7 +19,7 @@ "mdx-bundler": "^10.0.2", "next": "^15.4.5", "next-sitemap": "^4.2.3", - "react": "^19.1.0", + "react": "^19.1.1", "react-dom": "^19.1.0", "react-icons": "^5.5.0", "react-syntax-highlighter": "^15.6.1", @@ -1941,9 +1941,9 @@ } }, "node_modules/@types/react": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.3.tgz", - "integrity": "sha512-dLWQ+Z0CkIvK1J8+wrDPwGxEYFA4RAyHoZPxHVGspYmFVnwGSNT24cGIhFJrtfRnWVuW8X7NO52gCXmhkVUWGQ==", + "version": "19.1.9", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.9.tgz", + "integrity": "sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" @@ -7597,9 +7597,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 0753d06..c34d187 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@phantomstudios/css-components": "^0.4.0", "@phntms/react-share": "^1.0.1", "@types/node": "^24.1.0", - "@types/react": "^19.1.3", + "@types/react": "^19.1.9", "@types/react-dom": "^19.1.6", "eslint-config-next": "^15.3.3", "glob": "^11.0.2", @@ -26,7 +26,7 @@ "mdx-bundler": "^10.0.2", "next": "^15.4.5", "next-sitemap": "^4.2.3", - "react": "^19.1.0", + "react": "^19.1.1", "react-dom": "^19.1.0", "react-icons": "^5.5.0", "react-syntax-highlighter": "^15.6.1",