Merge pull request #124 from henrywhitaker3/dependabot/npm_and_yarn/dev/react-toastify-6.0.6

Bump react-toastify from 6.0.5 to 6.0.6
This commit is contained in:
Henry Whitaker
2020-06-24 22:35:26 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8476,9 +8476,9 @@
}
},
"react-toastify": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.0.5.tgz",
"integrity": "sha512-1YXSb6Jr478c1TJEyVpxLHFvtmeXGMvdpZc0fke/7lK+MoLBC+NFgB74bq+C2SZe6LdK+K1voEURJoY88WqWvA==",
"version": "6.0.6",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.0.6.tgz",
"integrity": "sha512-NdHiMhj76Z877kZlXuelVfJONslvpmDTL95FVAoBy2kkU75hiqR5+pu1GdJZfRWPhen9ecdb58d3HmefaJ06Yw==",
"requires": {
"classnames": "^2.2.6",
"prop-types": "^15.7.2",

View File

@@ -32,6 +32,6 @@
"react-chartjs-2": "^2.9.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^6.0.5"
"react-toastify": "^6.0.6"
}
}