From 6bf8b0d303ced5cd0a2d0ce236d1299ba11d2978 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:50:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a965bbd8..744fbbdf7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "passport-facebook": "2.1.0", "pg": "4.5.1", "pretty-error": "2.0.0", - "react": "15.0.0-rc.2", + "react": "15.0.0", "react-dom": "15.0.0-rc.2", "react-routing": "0.0.7", "source-map-support": "0.4.0",