From c933d05d3e5fb6fb3e7b92f2cd36e0876845bb97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:30:14 +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 b71cfe8..fd44236 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,8 @@ "shelljs": "^0.7.8" }, "dependencies": { - "prop-types": "^15.6.0", - "react": "^16.2.0" + "prop-types": "^15.6.2", + "react": "^16.5.0" }, "repository": "https://github.com/rwu823/react-ripples.git" }