From 75d6f89ad0687c7cde3a5c56f6f471eabd21babf Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 21 Apr 2020 20:00:35 +0300 Subject: [PATCH] fix: upgrade notistack from 0.9.9 to 0.9.10 (#57) Snyk has created this PR to upgrade notistack from 0.9.9 to 0.9.10. See this package in NPM: https://www.npmjs.com/package/notistack See this project in Snyk: https://app.snyk.io/org/johanneskonings/project/b30410ce-f052-409e-904e-a2e4798c61db?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1ddb84..b66aa9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11849,13 +11849,12 @@ } }, "notistack": { - "version": "0.9.9", - "resolved": "https://registry.npmjs.org/notistack/-/notistack-0.9.9.tgz", - "integrity": "sha512-C783KedXtgCWfd/wD4qzKEF4bP/sVF9cAveVpWAFhzypYo0q6l3xLcaLVtUnOBUXZY7KWfvg+lv4XSOiofXeTA==", + "version": "0.9.10", + "resolved": "https://registry.npmjs.org/notistack/-/notistack-0.9.10.tgz", + "integrity": "sha512-Pm2lrbEUdAy7HF2o7nlrzkere3611xlPj+ggpfhs1ahD0b0ryY4nPtZPsD4sI9o0Efa2k/P9YMBfbLB0LDGklg==", "requires": { "classnames": "^2.2.6", "hoist-non-react-statics": "^3.3.0", - "prop-types": "^15.7.2", "react-is": "^16.8.6" } }, diff --git a/package.json b/package.json index 4a747ae..72152c3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "classnames": "2.2.6", "date-fns": "^2.12.0", "history": "4.10.1", - "notistack": "^0.9.9", + "notistack": "^0.9.10", "perfect-scrollbar": "1.5.0", "prop-types": "15.7.2", "react": "16.13.1",