From 52f7061b9278f24d9aaeadb946f71c4b91f061ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 03:02:24 +0000 Subject: [PATCH] Bump react-toastify from 7.0.3 to 9.1.0 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 7.0.3 to 9.1.0. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v7.0.3...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 | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f35db760b..5ab7e31a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react-chartjs-2": "^2.11.1", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", - "react-toastify": "^7.0.3" + "react-toastify": "^9.1.0" }, "devDependencies": { "@babel/preset-react": "^7.12.13", @@ -9829,11 +9829,15 @@ } }, "node_modules/react-toastify": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.3.tgz", - "integrity": "sha512-cxZ5rfurC8LzcZQMTYc8RHIkQTs+BFur18Pzk6Loz6uS8OXUWm6nXVlH/wqglz4Z7UAE8xxcF5mRjfE13487uQ==", + "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==", "dependencies": { "clsx": "^1.1.1" + }, + "peerDependencies": { + "react": ">=16", + "react-dom": ">=16" } }, "node_modules/react-transition-group": { @@ -21645,9 +21649,9 @@ } }, "react-toastify": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.3.tgz", - "integrity": "sha512-cxZ5rfurC8LzcZQMTYc8RHIkQTs+BFur18Pzk6Loz6uS8OXUWm6nXVlH/wqglz4Z7UAE8xxcF5mRjfE13487uQ==", + "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": { "clsx": "^1.1.1" } diff --git a/package.json b/package.json index bc6e96383..5403cfa6d 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "react-chartjs-2": "^2.11.1", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", - "react-toastify": "^7.0.3" + "react-toastify": "^9.1.0" } }