From bc0498ee7b9e139e03663ec4f5d003b0f1cffa27 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Mon, 24 Jan 2022 16:04:17 +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 | 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"