diff --git a/package-lock.json b/package-lock.json index 04294bd..106126d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18282,9 +18282,9 @@ } }, "notistack": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/notistack/-/notistack-1.0.2.tgz", - "integrity": "sha512-CWdh8JTpbdpy9TE7Bvc3fbY/BryWozpXoKVyU6VseouD9akZ0DJACghMJEoc1C3j3smH8CLf1UBvFXCxhESshg==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/notistack/-/notistack-1.0.5.tgz", + "integrity": "sha512-xCMG0OhzEdczmDs2lDABEiphKQMZUavdOIRAJhfIcyJkCA4UqBDANL3YCLt+mz8VbAPCeKTn76kbCmYQIqksnA==", "requires": { "clsx": "^1.1.0", "hoist-non-react-statics": "^3.3.0" diff --git a/package.json b/package.json index 1e30aa2..5d746fe 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "classnames": "2.2.6", "date-fns": "^2.19.0", "history": "5.0.0", - "notistack": "1.0.2", + "notistack": "1.0.5", "perfect-scrollbar": "1.5.0", "prop-types": "15.7.2", "react": "17.0.1",