From a1d534fa71f36acb14e22cd9fdbfe3f1e8772ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 23:27:50 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 6.0.5 to 6.0.6 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 6.0.5 to 6.0.6. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v6.0.5...v6.0.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 138083f..81dd1ec 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-router-dom": "^5.1.2", "react-scripts": "3.4.1", "react-spinners": "^0.9.0", - "react-toastify": "^6.0.5", + "react-toastify": "^6.0.6", "styled-components": "^5.1.0", "validator": "^13.1.0", "whois-json": "^2.0.4" diff --git a/yarn.lock b/yarn.lock index 60f5a52..a37c9c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10092,10 +10092,10 @@ react-spinners@^0.9.0: dependencies: "@emotion/core" "^10.0.15" -react-toastify@^6.0.5: - version "6.0.5" - resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-6.0.5.tgz#6435b2bf6a298863bc71342dcc88e8283cdb4630" - integrity sha512-1YXSb6Jr478c1TJEyVpxLHFvtmeXGMvdpZc0fke/7lK+MoLBC+NFgB74bq+C2SZe6LdK+K1voEURJoY88WqWvA== +react-toastify@^6.0.6: + version "6.0.6" + resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-6.0.6.tgz#7409ef8e89d12492308a8e561317031b5d90615e" + integrity sha512-NdHiMhj76Z877kZlXuelVfJONslvpmDTL95FVAoBy2kkU75hiqR5+pu1GdJZfRWPhen9ecdb58d3HmefaJ06Yw== dependencies: classnames "^2.2.6" prop-types "^15.7.2"