From cdd7f5b5cdae125bb36160d1bf0a418cf7ad73fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:08:20 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 8.0.3 to 9.1.3 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 8.0.3 to 9.1.3. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v8.0.3...v9.1.3) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/client/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index 4b88dce..ba4cb75 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -15,7 +15,7 @@ "react-dom": "^17.0.2", "react-router": "6.2.2", "react-router-dom": "6.2.2", - "react-toastify": "8.0.3" + "react-toastify": "9.1.3" }, "devDependencies": { "@types/axios": "0.14.0", diff --git a/yarn.lock b/yarn.lock index 0bb7a83..403c4a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10553,10 +10553,10 @@ react-router@6.2.2: dependencies: history "^5.2.0" -react-toastify@8.0.3: - version "8.0.3" - resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-8.0.3.tgz#7fbf65f69ec357aab8dd03c1496f9177aa92409a" - integrity sha512-rv3koC7f9lKKSkdpYgo/TGzgWlrB/aaiUInF1DyV7BpiM4kyTs+uhu6/r8XDMtBY2FOIHK+FlK3Iv7OzpA/tCA== +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== dependencies: clsx "^1.1.1"