From 37139511b32ab1fc32dbc685fe3f4a199738771f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 05:21:02 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 9.1.3 to 10.0.3 in /client Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.1.3 to 10.0.3. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.1.3...v10.0.3) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package.json b/client/package.json index 08b07400558..c15799eab6e 100644 --- a/client/package.json +++ b/client/package.json @@ -90,7 +90,7 @@ "react-resizable": "^3.0.5", "react-router-dom": "^6.14.1", "react-scroll": "^1.9.0", - "react-toastify": "^9.1.3", + "react-toastify": "^10.0.3", "react-tooltip": "^5.25.2", "react-virtualized-auto-sizer": "^1.0.21", "react-window": "^1.8.10", diff --git a/client/yarn.lock b/client/yarn.lock index 281f2af1393..ac022c1a28a 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -9436,12 +9436,12 @@ react-to-print@^2.8.0: dependencies: prop-types "^15.8.1" -react-toastify@^9.1.3: - version "9.1.3" - resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-9.1.3.tgz#1e798d260d606f50e0fab5ee31daaae1d628c5ff" - integrity sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg== +react-toastify@^10.0.3: + version "10.0.3" + resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-10.0.3.tgz#1b948fabf63393464eb2f82119485de58b9a9b2f" + integrity sha512-PBJwXjFKKM73tgb6iSld4GMs9ShBWGUvc9zPHmdDgT4CdSr32iqSNh6y/fFN/tosvkTS6/tBLptDxXiXgcjvuw== dependencies: - clsx "^1.1.1" + clsx "^2.1.0" react-tooltip@^5.25.2: version "5.25.2"