diff --git a/package-lock.json b/package-lock.json index 62106ea2..2cab6794 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "next-themes": "^0.2.1", "next-view-transitions": "^0.3.5", "react": "^19.2.4", - "react-dom": "^19.2.4", + "react-dom": "^19.2.7", "react-icons": "^5.6.0", "react-tweet": "^3.3.0", "rehype-prism-plus": "^2.0.0", @@ -3428,15 +3428,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.6", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz", - "integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", + "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.6" + "react": "^19.2.7" } }, "node_modules/react-icons": { diff --git a/package.json b/package.json index 7e12787c..4f95c3f0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "next-themes": "^0.2.1", "next-view-transitions": "^0.3.5", "react": "^19.2.4", - "react-dom": "^19.2.4", + "react-dom": "^19.2.7", "react-icons": "^5.6.0", "react-tweet": "^3.3.0", "rehype-prism-plus": "^2.0.0",