From 1129d7bfa958fbbc179e2abbe51a7dd9ab1c500a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 18:42:21 +0000 Subject: [PATCH] fix: 11-styling/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- 11-styling/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/11-styling/package.json b/11-styling/package.json index 765c6fbc..74075120 100644 --- a/11-styling/package.json +++ b/11-styling/package.json @@ -17,8 +17,8 @@ "es6-promise": "^3.2.1", "express": "^4.13.4", "lodash": "^4.12.0", - "react": "^15.1.0", - "react-dom": "^15.1.0", + "react": "^16.5.0", + "react-dom": "^16.5.0", "whatwg-fetch": "^1.0.0", "snyk": "^1.316.1" },