diff --git a/package-lock.json b/package-lock.json index 4b9afa37..b4d10864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "next-themes": "^0.4.6", "prism-react-renderer": "^2.4.1", "react": "^19.1.1", - "react-dom": "^19.1.1", + "react-dom": "^19.2.8", "react-markdown": "^10.1.0", "rehype-mermaid": "^3.0.0", "rehype-unwrap-images": "^1.0.0", @@ -13243,24 +13243,24 @@ } }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", - "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz", + "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.4" + "react": "^19.2.8" } }, "node_modules/react-is": { diff --git a/package.json b/package.json index da89b0b3..30cab366 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "next-themes": "^0.4.6", "prism-react-renderer": "^2.4.1", "react": "^19.1.1", - "react-dom": "^19.1.1", + "react-dom": "^19.2.8", "react-markdown": "^10.1.0", "rehype-mermaid": "^3.0.0", "rehype-unwrap-images": "^1.0.0",