Bump axios from 0.19.1 to 0.19.2

Bumps [axios](https://github.com/axios/axios) from 0.19.1 to 0.19.2.
- [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/0.19.1...v0.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-26 02:19:05 +00:00 committed by GitHub
parent 05e92606e5
commit 7f8fd1181c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4913,9 +4913,9 @@
"dev": true
},
"axios": {
"version": "0.19.1",
"resolved": "http://registry.npmjs.org/axios/-/axios-0.19.1.tgz",
"integrity": "sha512-Yl+7nfreYKaLRvAvjNPkvfjnQHJM1yLBY3zhqAwcJSwR/6ETkanUgylgtIvkvz0xJ+p/vZuNw8X7Hnb7Whsbpw==",
"version": "0.19.2",
"resolved": "http://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
"requires": {
"follow-redirects": "1.5.10"
}

View file

@ -27,7 +27,7 @@
"dependencies": {
"@nextcloud/vue": "1.2.5",
"@vue/test-utils": "^1.0.0-beta.31",
"axios": "^0.19.1",
"axios": "^0.19.2",
"cdav-library": "github:nextcloud/cdav-library",
"ical.js": "~1.3.0",
"jstimezonedetect": "",