From 76f5df4a04a3a2bb90a5664a0001cc0ed126622a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:33:39 +0000 Subject: [PATCH] Bump react-toastify from 8.2.0 to 9.1.0 in /client Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 8.2.0 to 9.1.0. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v8.2.0...v9.1.0) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index df0ea21..b15e3cf 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^17.0.2", "react-icons": "^4.3.1", "react-query": "^3.38.0", - "react-toastify": "^8.2.0", + "react-toastify": "^9.1.0", "sass": "^1.51.0", "socket.io-client": "^4.5.1" }, @@ -5598,9 +5598,9 @@ } }, "node_modules/react-toastify": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz", - "integrity": "sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg==", + "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" }, @@ -10633,9 +10633,9 @@ } }, "react-toastify": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz", - "integrity": "sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg==", + "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/client/package.json b/client/package.json index a9bacdb..ce1b88b 100644 --- a/client/package.json +++ b/client/package.json @@ -23,7 +23,7 @@ "react-dom": "^17.0.2", "react-icons": "^4.3.1", "react-query": "^3.38.0", - "react-toastify": "^8.2.0", + "react-toastify": "^9.1.0", "sass": "^1.51.0", "socket.io-client": "^4.5.1" },