From cae8bff66070f40c95783c5fce8d1d06fa1687e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:09:17 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 9.1.3 to 10.0.6 in /client Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.1.3 to 10.0.6. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.1.3...v10.0.6) --- 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 f24197b9982..580fab7421e 100644 --- a/client/package.json +++ b/client/package.json @@ -93,7 +93,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.6", "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 31bf4c0e14b..35543ebcd98 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -9388,12 +9388,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.6: + version "10.0.6" + resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-10.0.6.tgz#19c364b1150f495522c738d592d1dcc93879ade1" + integrity sha512-yYjp+omCDf9lhZcrZHKbSq7YMuK0zcYkDFTzfRFgTXkTFHZ1ToxwAonzA4JI5CxA91JpjFLmwEsZEgfYfOqI1A== dependencies: - clsx "^1.1.1" + clsx "^2.1.0" react-tooltip@^5.26.0: version "5.26.0"