From b68381cc970223e18ed58702d619ad435c323f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:10:49 +0000 Subject: [PATCH] Bump react-toastify from 8.2.0 to 9.1.1 in /client Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 8.2.0 to 9.1.1. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v8.2.0...v9.1.1) --- 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..f877aea 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.1", "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.1", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.1.tgz", + "integrity": "sha512-pkFCla1z3ve045qvjEmn2xOJOy4ZciwRXm1oMPULVkELi5aJdHCN/FHnuqXq8IwGDLB7PPk2/J6uP9D8ejuiRw==", "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.1", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.1.tgz", + "integrity": "sha512-pkFCla1z3ve045qvjEmn2xOJOy4ZciwRXm1oMPULVkELi5aJdHCN/FHnuqXq8IwGDLB7PPk2/J6uP9D8ejuiRw==", "requires": { "clsx": "^1.1.1" } diff --git a/client/package.json b/client/package.json index a9bacdb..59ccf90 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.1", "sass": "^1.51.0", "socket.io-client": "^4.5.1" },