Bump react-toastify from 6.0.6 to 6.0.8

Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 6.0.6 to 6.0.8.
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](https://github.com/fkhadra/react-toastify/compare/v6.0.6...v6.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-07-03 07:49:34 +00:00
committed by GitHub
parent 1a1f3c10cf
commit 9fd8148fe2
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.6",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.0.6.tgz",
"integrity": "sha512-NdHiMhj76Z877kZlXuelVfJONslvpmDTL95FVAoBy2kkU75hiqR5+pu1GdJZfRWPhen9ecdb58d3HmefaJ06Yw==",
"version": "6.0.8",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.0.8.tgz",
"integrity": "sha512-NSqCNwv+C4IfR+c92PFZiNyeBwOJvigrP2bcRi2f6Hg3WqcHhEHOknbSQOs9QDFuqUjmK3SOrdvScQ3z63ifXg==",
"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.6"
"react-toastify": "^6.0.8"
}
}