Bump cdav-library from 1cefd17 to 4c945b7

Bumps [cdav-library](https://github.com/nextcloud/cdav-library) from `1cefd17` to `4c945b7`.
- [Release notes](https://github.com/nextcloud/cdav-library/releases)
- [Commits](1cefd17674...4c945b7e2f)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-17 02:17:51 +00:00 committed by GitHub
parent 5bcea74da7
commit b41e2735a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
package-lock.json generated
View file

@ -4474,10 +4474,21 @@
"dev": true
},
"cdav-library": {
"version": "github:nextcloud/cdav-library#1cefd176749fc7a75e47b98b50bd0140393f147a",
"from": "github:nextcloud/cdav-library#1cefd176749fc7a75e47b98b50bd0140393f147a",
"version": "github:nextcloud/cdav-library#4c945b7e2f0c40aac7e100260b3c7b43a93147cc",
"from": "github:nextcloud/cdav-library#4c945b7e2f0c40aac7e100260b3c7b43a93147cc",
"requires": {
"@babel/polyfill": "^7.6.0"
"@babel/polyfill": "^7.7.0"
},
"dependencies": {
"@babel/polyfill": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.7.0.tgz",
"integrity": "sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==",
"requires": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.2"
}
}
}
},
"chalk": {