From cbf063267331c560e149d2f3ad8b7df7907d145e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 10:34:01 +0000 Subject: [PATCH] build(deps): bump react-toastify in /packages/dashboard Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 8.2.0 to 9.0.0. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v8.2.0...v9.0.0) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- packages/dashboard/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 5010171b..4cae7542 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -25,7 +25,7 @@ "pretty-bytes": "6.0.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-toastify": "8.2.0", + "react-toastify": "9.0.0", "skynet-js": "3.0.2", "stripe": "8.220.0", "swr": "1.3.0", diff --git a/packages/dashboard/yarn.lock b/packages/dashboard/yarn.lock index 163b2968..9a87900e 100644 --- a/packages/dashboard/yarn.lock +++ b/packages/dashboard/yarn.lock @@ -1896,10 +1896,10 @@ react-is@^16.13.1, react-is@^16.7.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-toastify@8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-8.2.0.tgz#ef7d56bdfdc6272ca6b228368ab564721c3a3244" - integrity sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg== +react-toastify@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-9.0.0.tgz#bd31a38567ccc7fd801acb00a11fb4983ee365f0" + integrity sha512-gmxAFTKV0VVN7s5UEcZdC+bBR1EQtsqXgHJWQgB0G5J8m3Mdxz1Pacm7BJ1nTHkMMNfupruKCu7wUwAq46Z1jg== dependencies: clsx "^1.1.1"