From ce10ce93c9b8da8b37f79480345d794b57fcb3e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jan 2022 16:06:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 33fd31eea96593..83c24e73683e12 100644 --- a/package.json +++ b/package.json @@ -88,12 +88,12 @@ "passport-oauth": "^1.0.0", "passport-twitter": "^1.0.3", "pmx": "~0.6.2", - "react": "~15.4.2", - "react-addons-css-transition-group": "~15.4.2", - "react-addons-shallow-compare": "~15.4.2", + "react": "~16.5.0", + "react-addons-css-transition-group": "~15.6.0", + "react-addons-shallow-compare": "~15.6.3", "react-bootstrap": "^0.30.5", "react-codemirror": "^0.3.0", - "react-dom": "~15.4.2", + "react-dom": "~16.5.0", "react-fontawesome": "^1.2.0", "react-images": "^0.5.1", "react-motion": "~0.4.2",