diff --git a/package-lock.json b/package-lock.json index 3444634..cc5d2cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "marked": "^17.0.3", "particles.js": "^2.0.0", "react": "^19.2.4", - "react-dom": "^19.2.4", + "react-dom": "^19.2.8", "tailwindcss": "^3.4.19", "topojson-client": "^3.1.0", "world-atlas": "^2.0.2" @@ -7694,24 +7694,24 @@ "license": "MIT" }, "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 9a191f6..1616d85 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "marked": "^17.0.3", "particles.js": "^2.0.0", "react": "^19.2.4", - "react-dom": "^19.2.4", + "react-dom": "^19.2.8", "tailwindcss": "^3.4.19", "topojson-client": "^3.1.0", "world-atlas": "^2.0.2"