diff --git a/landing/package-lock.json b/landing/package-lock.json index 5765d15..cbeb4e5 100644 --- a/landing/package-lock.json +++ b/landing/package-lock.json @@ -15,7 +15,7 @@ "next": "16.2.10", "paraline": "file:..", "react": "19.2.8", - "react-dom": "19.2.7", + "react-dom": "19.2.8", "tailwind-merge": "^3.6.0", "zustand": "^5.0.14" }, @@ -5713,15 +5713,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", - "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", + "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.7" + "react": "^19.2.8" } }, "node_modules/react-is": { diff --git a/landing/package.json b/landing/package.json index e285ad7..efe9e6e 100644 --- a/landing/package.json +++ b/landing/package.json @@ -16,7 +16,7 @@ "next": "16.2.10", "paraline": "file:..", "react": "19.2.8", - "react-dom": "19.2.7", + "react-dom": "19.2.8", "tailwind-merge": "^3.6.0", "zustand": "^5.0.14" },