From f69e4b711db82e0aa35c7da82addc438fabc234f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:51:51 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 9.1.3 to 10.0.4 in /client Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.1.3 to 10.0.4. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.1.3...v10.0.4) --- 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 ef433f05d91..ea1e39be1fc 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.4", "react-tooltip": "^5.26.0", "react-virtualized-auto-sizer": "^1.0.21", "react-window": "^1.8.10", diff --git a/client/yarn.lock b/client/yarn.lock index 6cf0ca1bfdf..79f43459fff 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -9329,12 +9329,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.4: + version "10.0.4" + resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-10.0.4.tgz#6ecdbbf923a07fc45850e69b0566efc7bf733283" + integrity sha512-etR3RgueY8pe88SA67wLm8rJmL1h+CLqUGHuAoNsseW35oTGJEri6eBTyaXnFKNQ80v/eO10hBYLgz036XRGgA== dependencies: - clsx "^1.1.1" + clsx "^2.1.0" react-tooltip@^5.26.0: version "5.26.0"