From 7f1dd9138e7a250661266c6b450d94f914504275 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 05:49:54 +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 - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-585892 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 861cb82e6..16ef47f88 100644 --- a/package.json +++ b/package.json @@ -39,18 +39,18 @@ "express": "^4.13.4", "intl": "^1.2.4", "intl-locales-supported": "^1.0.0", - "isomorphic-fetch": "^2.2.1", + "isomorphic-fetch": "^3.0.0", "limax": "^1.3.0", "mongoose": "^4.4.20", - "react": "^15.1.0", - "react-dom": "^15.1.0", + "react": "^16.5.0", + "react-dom": "^16.5.0", "react-helmet": "^3.1.0", "react-intl": "^2.1.2", "react-redux": "^4.4.5", "react-router": "^2.4.1", "redux": "^3.5.2", "redux-thunk": "^2.1.0", - "sanitize-html": "^1.11.4" + "sanitize-html": "^2.0.0" }, "devDependencies": { "ava": "^0.15.2",