From 05d276fca05a13fcc05b4c661de13ae8e3c39d8d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 07:19:48 +0000 Subject: [PATCH] Bump react-toastify from 6.2.0 to 7.0.3 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 6.2.0 to 7.0.3. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v6.2.0...v7.0.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 10 ++++------ package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fafb2d6c..9d1475ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8352,13 +8352,11 @@ } }, "react-toastify": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.2.0.tgz", - "integrity": "sha512-XpjFrcBhQ0/nBOL4syqgP/TywFnOyxmstYLWgSQWcj39qpp+WU4vPt3C/ayIDx7RFyxRWfzWTdR2qOcDGo7G0w==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.3.tgz", + "integrity": "sha512-cxZ5rfurC8LzcZQMTYc8RHIkQTs+BFur18Pzk6Loz6uS8OXUWm6nXVlH/wqglz4Z7UAE8xxcF5mRjfE13487uQ==", "requires": { - "clsx": "^1.1.1", - "prop-types": "^15.7.2", - "react-transition-group": "^4.4.1" + "clsx": "^1.1.1" } }, "react-transition-group": { diff --git a/package.json b/package.json index 74e858c5..d71717c5 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "react-chartjs-2": "^2.11.1", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", - "react-toastify": "^6.2.0" + "react-toastify": "^7.0.3" } }