From 2c0d60f872a271c6e5da1e37f27105c6069793f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 08:46:47 +0000 Subject: [PATCH] build(deps): bump react-toastify from 5.5.0 to 9.1.0 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 5.5.0 to 9.1.0. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v5.5.0...v9.1.0) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 287bf94..7fa4fd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4634,6 +4634,11 @@ } } }, + "clsx": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", + "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==" + }, "co": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", @@ -17606,14 +17611,11 @@ } }, "react-toastify": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-5.5.0.tgz", - "integrity": "sha512-jsVme7jALIFGRyQsri/g4YTsRuaaGI70T6/ikjwZMB4mwTZaCWqj5NqxhGrRStKlJc5npXKKvKeqTiRGQl78LQ==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.0.tgz", + "integrity": "sha512-63i/5SROvfYz9yzdkmxIrpndtggTdif/5ZpswY3VH+s2/S1Hxo/hiv+oGXnPH6UO2pJBOgfcLNeyVh7okRmnhg==", "requires": { - "@babel/runtime": "^7.4.2", - "classnames": "^2.2.6", - "prop-types": "^15.7.2", - "react-transition-group": "^4" + "clsx": "^1.1.1" } }, "react-transition-group": { diff --git a/package.json b/package.json index d12004e..115e6ce 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-redux": "7.2.0", "react-redux-loading-bar": "4.6.0", "react-router-dom": "5.1.2", - "react-toastify": "5.5.0", + "react-toastify": "9.1.0", "react-transition-group": "4.3.0", "reactstrap": "8.4.1", "redux": "4.0.5",