From 448c15b8f94a1baef98533450f68c746441683f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 03:03:20 +0000 Subject: [PATCH] Bump react-toastify from 7.0.3 to 9.1.1 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 7.0.3 to 9.1.1. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v7.0.3...v9.1.1) --- 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..e4a3bd793 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.1" }, "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.1", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.1.tgz", + "integrity": "sha512-pkFCla1z3ve045qvjEmn2xOJOy4ZciwRXm1oMPULVkELi5aJdHCN/FHnuqXq8IwGDLB7PPk2/J6uP9D8ejuiRw==", "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.1", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.1.tgz", + "integrity": "sha512-pkFCla1z3ve045qvjEmn2xOJOy4ZciwRXm1oMPULVkELi5aJdHCN/FHnuqXq8IwGDLB7PPk2/J6uP9D8ejuiRw==", "requires": { "clsx": "^1.1.1" } diff --git a/package.json b/package.json index bc6e96383..b2bff17a9 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.1" } }