From f315403f3f6019c98d814df534d68984b2fdb812 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Oct 2020 08:25: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-674311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc283fc..6a23248 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "classnames": "^2.2.5", - "create-react-class": "^15.6.3", + "create-react-class": "^15.7.0", "immutable": "^3.8.1", "prop-types": "^15.7.2", "react-dom-factories": "^1.0.2"