diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5a29e11d..332e20ee 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "motion": "^12.42.2", "posthog-js": "^1.398.2", - "react": "^19.2.7", + "react": "^19.2.8", "react-dom": "^19.2.7", "react-router-dom": "^7.13.1" }, @@ -6976,9 +6976,9 @@ "license": "MIT" }, "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/frontend/package.json b/frontend/package.json index c0ab3933..b58f02c1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "dependencies": { "motion": "^12.42.2", "posthog-js": "^1.398.2", - "react": "^19.2.7", + "react": "^19.2.8", "react-dom": "^19.2.7", "react-router-dom": "^7.13.1" },