From 939764fb4eb459519f614072bb8129617abc36da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 08:02:18 +0000 Subject: [PATCH] Bump react-toastify from 9.0.7 to 9.0.8 in /frontend Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.0.7 to 9.0.8. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.0.7...v9.0.8) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ffee41c..e0b6be8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -48,7 +48,7 @@ "react-router-dom": "^6.3.0", "react-table": "^7.8.0", "react-table-6": "^6.11.0", - "react-toastify": "^9.0.7", + "react-toastify": "^9.0.8", "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.7", "redux": "^4.2.0", @@ -16604,9 +16604,9 @@ } }, "node_modules/react-toastify": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.0.7.tgz", - "integrity": "sha512-UG5P/2F/fYdbK+v3XRWHM6xfMkWeLM+k2swKvwU8oO9DXx31GkeoH7Z6slBTkavZ0VjoQ+n/YD6xOBqEwN7HRg==", + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.0.8.tgz", + "integrity": "sha512-EwM+teWt49HSHx+67qI08yLAW1zAsBxCXLCsUfxHYv1W7/R3ZLhrqKalh7j+kjgPna1h5LQMSMwns4tB4ww2yQ==", "dependencies": { "clsx": "^1.1.1" }, @@ -32341,9 +32341,9 @@ } }, "react-toastify": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.0.7.tgz", - "integrity": "sha512-UG5P/2F/fYdbK+v3XRWHM6xfMkWeLM+k2swKvwU8oO9DXx31GkeoH7Z6slBTkavZ0VjoQ+n/YD6xOBqEwN7HRg==", + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.0.8.tgz", + "integrity": "sha512-EwM+teWt49HSHx+67qI08yLAW1zAsBxCXLCsUfxHYv1W7/R3ZLhrqKalh7j+kjgPna1h5LQMSMwns4tB4ww2yQ==", "requires": { "clsx": "^1.1.1" } diff --git a/frontend/package.json b/frontend/package.json index 9ee695d..6ba3c3a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "react-router-dom": "^6.3.0", "react-table": "^7.8.0", "react-table-6": "^6.11.0", - "react-toastify": "^9.0.7", + "react-toastify": "^9.0.8", "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.7", "redux": "^4.2.0",