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" } }