diff --git a/package-lock.json b/package-lock.json index 87551044..4401c94d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "postgres": "^3.4.9", "prom-client": "^15.1.3", "radix-ui": "^1.4.3", - "react": "^19.2.7", + "react": "^19.2.8", "react-chartjs-2": "^5.3.1", "react-day-picker": "^9.14.0", "react-device-detect": "^2.2.3", @@ -15404,9 +15404,9 @@ } }, "node_modules/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", - "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", + "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/package.json b/package.json index 792f07c9..82e31a6e 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "postgres": "^3.4.9", "prom-client": "^15.1.3", "radix-ui": "^1.4.3", - "react": "^19.2.7", + "react": "^19.2.8", "react-chartjs-2": "^5.3.1", "react-day-picker": "^9.14.0", "react-device-detect": "^2.2.3",