Merge pull request #48 from henrywhitaker3/dependabot/npm_and_yarn/react-toastify-6.0.3

Bump react-toastify from 6.0.2 to 6.0.3
This commit is contained in:
Henry Whitaker
2020-05-13 09:36:12 +01:00
committed by GitHub
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"
}
}