diff --git a/package-lock.json b/package-lock.json index b30cb852cb..1e1801c619 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "clsx": "^2.1.1", "file-loader": "^6.2.0", "prism-react-renderer": "^2.4.1", - "react": "^19.0.0", + "react": "^19.2.8", "react-dom": "^19.2.4", "react-github-btn": "^1.4.0", "react-google-charts": "^5.2.1", @@ -18463,9 +18463,10 @@ } }, "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" } @@ -33629,9 +33630,9 @@ } }, "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==" }, "react-dom": { "version": "19.2.4", diff --git a/package.json b/package.json index d3c2498453..2c251c9555 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "clsx": "^2.1.1", "file-loader": "^6.2.0", "prism-react-renderer": "^2.4.1", - "react": "^19.0.0", + "react": "^19.2.8", "react-dom": "^19.2.4", "react-github-btn": "^1.4.0", "react-google-charts": "^5.2.1",