Bump axios from 0.18.1 to 0.19.0

Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.1...v0.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-09 01:14:34 +00:00 committed by Georg Ehrke
parent c7855ece55
commit b91808e57e
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2648,9 +2648,9 @@
"dev": true
},
"axios": {
"version": "0.18.1",
"resolved": "http://registry.npmjs.org/axios/-/axios-0.18.1.tgz",
"integrity": "sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==",
"version": "0.19.0",
"resolved": "http://registry.npmjs.org/axios/-/axios-0.19.0.tgz",
"integrity": "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==",
"requires": {
"follow-redirects": "1.5.10",
"is-buffer": "^2.0.2"

View File

@ -36,7 +36,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"axios": "^0.18.1",
"axios": "^0.19.0",
"cdav-library": "github:nextcloud/cdav-library",
"debounce": "^1.2.0",
"fullcalendar": "^4.0.0-alpha.4",