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",