Bump react-toastify from 6.0.2 to 6.0.3

Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](https://github.com/fkhadra/react-toastify/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-13 08:17:00 +00:00
committed by GitHub
parent 321a2cfeef
commit e87ae9fcd4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8167,9 +8167,9 @@
}
},
"react-toastify": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.0.2.tgz",
"integrity": "sha512-hcBdCJOOceix6pfdk073VoDlSjTfvMqDULvrJtnny6LQxJJI8jFtOVi3mwX5h2fYl6PXes5M51gkvn8eDW6zQw==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.0.3.tgz",
"integrity": "sha512-/M8UCXrPucfVzEwQNXhBuNm9/MGZ1XUX5gYETtiW/fWWFrXq9qXRqaMmPApDXJ/gyfZy5vh1KuKnql2cr0tNfQ==",
"requires": {
"classnames": "^2.2.6",
"prop-types": "^15.7.2",

View File

@@ -31,6 +31,6 @@
"react-chartjs-2": "^2.9.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-toastify": "^6.0.2"
"react-toastify": "^6.0.3"
}
}