diff --git a/web/package-lock.json b/web/package-lock.json index 2cafb86..10d4e75 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "next": "16.2.9", - "react": "19.2.4", + "react": "19.2.8", "react-dom": "19.2.4" } }, @@ -786,9 +786,9 @@ } }, "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" diff --git a/web/package.json b/web/package.json index 6720571..0980e6a 100644 --- a/web/package.json +++ b/web/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "next": "16.2.9", - "react": "19.2.4", + "react": "19.2.8", "react-dom": "19.2.4" }, "overrides": {