diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-01-11 12:32:12 +0000 |
---|---|---|
committer | npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | 2021-01-11 12:50:09 +0000 |
commit | a85e628fc39baf52d6d0ef865a84016db27c10ef (patch) | |
tree | 56fc2284e3d722772ccdbd2808066cdca40c45ca /package-lock.json | |
parent | 27c932ae295bbfc0ebabfccaca4bb7edf8c390df (diff) | |
download | nextcloud-server-a85e628fc39baf52d6d0ef865a84016db27c10ef.tar.gz nextcloud-server-a85e628fc39baf52d6d0ef865a84016db27c10ef.zip |
Bump webdav from 3.6.1 to 3.6.2
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases)
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v3.6.1...v3.6.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json index ca51c1de73c..4f22cf4b543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2666,9 +2666,9 @@ "dev": true }, "axios": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz", - "integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { "follow-redirects": "^1.10.0" } @@ -5252,9 +5252,9 @@ "dev": true }, "fast-xml-parser": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.17.4.tgz", - "integrity": "sha512-qudnQuyYBgnvzf5Lj/yxMcf4L9NcVWihXJg7CiU1L+oUCq8MUnFEfH2/nXR/W5uq+yvUN1h7z6s7vs2v1WkL1A==" + "version": "3.17.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.17.6.tgz", + "integrity": "sha512-40WHI/5d2MOzf1sD2bSaTXlPn1lueJLAX6j1xH5dSAr6tNeut8B9ktEL6sjAK9yVON4uNj9//axOdBJUuruCzw==" }, "fastest-levenshtein": { "version": "1.0.12", @@ -10814,11 +10814,11 @@ } }, "webdav": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-3.6.1.tgz", - "integrity": "sha512-WRE6M4iePpd4TPJ0l5PCWMuoZS4UOHawtf/fr7FcmTZWsSjx1syywyW3TbgEFHptqyh4mMoLUrv8dAUtmTqbEg==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-3.6.2.tgz", + "integrity": "sha512-HFRiI1jluMSPQMVgxVD6VVYNtaglO53vHG0uf7Zec+wl0A1Mei2z8/IFgAAAJMUuEWAx2AfBD5lcWhAiYA9LUw==", "requires": { - "axios": "^0.20.0", + "axios": "^0.21.1", "base-64": "^0.1.0", "fast-xml-parser": "^3.17.4", "he": "^1.2.0", |