From 6494d54b6ac3a406342ab71ba9554879ca7d89ce Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 21 Mar 2020 12:30:19 +0200 Subject: [PATCH] fix: upgrade notistack from 0.9.7 to 0.9.9 (#20) Snyk has created this PR to upgrade notistack from 0.9.7 to 0.9.9. 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e7a98c..989e127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10817,9 +10817,9 @@ } }, "notistack": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/notistack/-/notistack-0.9.7.tgz", - "integrity": "sha512-OztbtaIiCMR7QdcDGXTcYu96Uuvu26k41d7cnMGdf4NaKkAX06fsLPAlodGPj4HrMjMBUl8nvUQ3LmQOS6kHWQ==", + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/notistack/-/notistack-0.9.9.tgz", + "integrity": "sha512-C783KedXtgCWfd/wD4qzKEF4bP/sVF9cAveVpWAFhzypYo0q6l3xLcaLVtUnOBUXZY7KWfvg+lv4XSOiofXeTA==", "requires": { "classnames": "^2.2.6", "hoist-non-react-statics": "^3.3.0", diff --git a/package.json b/package.json index cb7b5f9..65be851 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "classnames": "2.2.6", "date-fns": "^2.11.0", "history": "4.10.1", - "notistack": "^0.9.7", + "notistack": "^0.9.9", "perfect-scrollbar": "1.5.0", "prop-types": "15.7.2", "react": "16.13.1",