From de192fbb887b871ad1a80bd477e7bd6203a2317f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:26:49 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 9.1.3 to 10.0.5 in /client Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.1.3 to 10.0.5. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.1.3...v10.0.5) --- 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 846588afe5d..7baf7aa4b15 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.5", "react-tooltip": "^5.26.0", "react-virtualized-auto-sizer": "^1.0.24", "react-window": "^1.8.10", diff --git a/client/yarn.lock b/client/yarn.lock index f4b31b6a650..f0b300ab4db 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -9400,12 +9400,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.5: + version "10.0.5" + resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-10.0.5.tgz#6b8f8386060c5c856239f3036d1e76874ce3bd1e" + integrity sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw== dependencies: - clsx "^1.1.1" + clsx "^2.1.0" react-tooltip@^5.26.0: version "5.26.0"