From 4d78eff39383c0e26c9e728aa80fb94858f26c0c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Dec 2020 07:33:20 +0000 Subject: [PATCH] Bump react-toastify from 6.0.9 to 6.2.0 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 6.0.9 to 6.2.0. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v6.0.9...v6.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b4328e2..b14ed5e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2640,6 +2640,11 @@ } } }, + "clsx": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz", + "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==" + }, "coa": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", @@ -8357,11 +8362,11 @@ } }, "react-toastify": { - "version": "6.0.9", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.0.9.tgz", - "integrity": "sha512-StHXv+4kezHUnPyoILlvygSptQ79bxVuvKcC05yXP0FlqQgPA1ue+80BqxZZiCw2jWDGiY2MHyqBfFKf5YzZbA==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.2.0.tgz", + "integrity": "sha512-XpjFrcBhQ0/nBOL4syqgP/TywFnOyxmstYLWgSQWcj39qpp+WU4vPt3C/ayIDx7RFyxRWfzWTdR2qOcDGo7G0w==", "requires": { - "classnames": "^2.2.6", + "clsx": "^1.1.1", "prop-types": "^15.7.2", "react-transition-group": "^4.4.1" } diff --git a/package.json b/package.json index 6cdc80b4..836cf52d 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "react-chartjs-2": "^2.10.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", - "react-toastify": "^6.0.9" + "react-toastify": "^6.2.0" } }