From 5ed1081e2efc814f52dab15d9b6ba41c1facd530 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Apr 2020 21:45:26 -0300 Subject: [PATCH 1/2] fix: upgrade hoist-non-react-statics from 3.3.0 to 3.3.2 Snyk has created this PR to upgrade hoist-non-react-statics from 3.3.0 to 3.3.2. See this package in NPM: https://www.npmjs.com/package/hoist-non-react-statics See this project in Snyk: https://app.snyk.io/org/joaovictortinoco/project/2a1d0a51-8557-4d8d-b0c9-59328fd4e610?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4ac58c..fe9f7fb 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "connected-react-router": "6.8.0", "fontfaceobserver": "2.1.0", "history": "4.10.1", - "hoist-non-react-statics": "3.3.0", + "hoist-non-react-statics": "3.3.2", "immutability-helper": "3.0.2", "lodash": "4.17.15", "offline-plugin": "5.0.7", From 3f386a8468eb229a3c9c7f9f1c209cc8cbe2613c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Apr 2020 21:45:27 -0300 Subject: [PATCH 2/2] fix: upgrade hoist-non-react-statics from 3.3.0 to 3.3.2 Snyk has created this PR to upgrade hoist-non-react-statics from 3.3.0 to 3.3.2. See this package in NPM: https://www.npmjs.com/package/hoist-non-react-statics See this project in Snyk: https://app.snyk.io/org/joaovictortinoco/project/2a1d0a51-8557-4d8d-b0c9-59328fd4e610?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4521a78..ca4282c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9689,9 +9689,9 @@ } }, "hoist-non-react-statics": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz", - "integrity": "sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", "requires": { "react-is": "^16.7.0" }