From cf1f6a1b916da7d5b07cae9b93d258eee1462e59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 00:17:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 033b73c9b..4d844cd4a 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,10 @@ "passport": "^0.4.0", "passport-facebook": "^2.1.1", "pretty-error": "^2.1.1", - "prop-types": "^15.6.0", + "prop-types": "^15.6.2", "query-string": "^5.0.1", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.5.0", + "react-dom": "^16.5.0", "sequelize": "^4.28.6", "serialize-javascript": "^1.3.0", "source-map-support": "^0.5.0",