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"