From 7288b953079429c6a3c3799fe7ea28baff9aa114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 08:06:06 +0000 Subject: [PATCH] Bump react-toastify from 9.0.7 to 9.1.0 in /frontend Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.0.7 to 9.1.0. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.0.7...v9.1.0) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-minor ... 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 ffee41cf..700a6926 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.1.0", "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.1.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.0.tgz", + "integrity": "sha512-63i/5SROvfYz9yzdkmxIrpndtggTdif/5ZpswY3VH+s2/S1Hxo/hiv+oGXnPH6UO2pJBOgfcLNeyVh7okRmnhg==", "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.1.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.0.tgz", + "integrity": "sha512-63i/5SROvfYz9yzdkmxIrpndtggTdif/5ZpswY3VH+s2/S1Hxo/hiv+oGXnPH6UO2pJBOgfcLNeyVh7okRmnhg==", "requires": { "clsx": "^1.1.1" } diff --git a/frontend/package.json b/frontend/package.json index 9ee695d0..0c1df6ac 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.1.0", "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.7", "redux": "^4.2.0",