From 76be01e0f8931594a2ae35e3ef3b41a8644e887d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jan 2022 06:58:45 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 656f6f2..6a455c1 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "auth0-lock": "^10.5.1", "json-loader": "^0.5.4", "lodash": "^4.16.4", - "react": "^15.3.2", + "react": "^16.5.0", "react-async-script-loader": "^0.2.1", "react-bootstrap": "^0.30.6", - "react-dom": "^15.3.2", + "react-dom": "^16.5.0", "react-router": "^3.0.0", "react-select": "^1.0.0-rc.2", "react-toastr": "^2.8.1",