Bump react-toastify from 5.5.0 to 6.0.2

Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 5.5.0 to 6.0.2.
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](https://github.com/fkhadra/react-toastify/compare/v5.5.0...v6.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-12 08:17:43 +00:00
committed by GitHub
parent d80f7e8ec7
commit b6e2b29f39
2 changed files with 18 additions and 6 deletions

22
package-lock.json generated
View File

@@ -8126,14 +8126,26 @@
}
},
"react-toastify": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-5.5.0.tgz",
"integrity": "sha512-jsVme7jALIFGRyQsri/g4YTsRuaaGI70T6/ikjwZMB4mwTZaCWqj5NqxhGrRStKlJc5npXKKvKeqTiRGQl78LQ==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-6.0.2.tgz",
"integrity": "sha512-hcBdCJOOceix6pfdk073VoDlSjTfvMqDULvrJtnny6LQxJJI8jFtOVi3mwX5h2fYl6PXes5M51gkvn8eDW6zQw==",
"requires": {
"@babel/runtime": "^7.4.2",
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"react-transition-group": "^4"
"react-transition-group": "^4.4.1"
},
"dependencies": {
"react-transition-group": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.1.tgz",
"integrity": "sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==",
"requires": {
"@babel/runtime": "^7.5.5",
"dom-helpers": "^5.0.1",
"loose-envify": "^1.4.0",
"prop-types": "^15.6.2"
}
}
}
},
"react-transition-group": {

View File

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