diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-02 02:59:49 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-03-03 19:48:25 +0000 |
commit | 87efe57b96da2d2fa1a27bac26022c2d05c3fdb2 (patch) | |
tree | b077d6b9912604bef198c3bf6965b1b7740ff3a2 /package-lock.json | |
parent | 5748c8cf63975c80700cfdcb846cc3ca1ceef4a2 (diff) | |
download | nextcloud-server-87efe57b96da2d2fa1a27bac26022c2d05c3fdb2.tar.gz nextcloud-server-87efe57b96da2d2fa1a27bac26022c2d05c3fdb2.zip |
chore(deps): Bump webdav from 5.3.2 to 5.4.0
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.3.2 to 5.4.0.
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.3.2...v5.4.0)
---
updated-dependencies:
- dependency-name: webdav
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index b408de4249e..762646eeec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "webdav": "^5.3.2", + "webdav": "^5.4.0", "xml2js": "^0.6.2" }, "devDependencies": { @@ -1965,9 +1965,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "node_modules/@buttercup/fetch": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@buttercup/fetch/-/fetch-0.1.2.tgz", - "integrity": "sha512-mDBtsysQ0Gnrp4FamlRJGpu7HUHwbyLC4uUav1I7QAqThFAa/4d1cdZCxrV5gKvh6zO1fu95bILNJi4Y2hALhQ==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@buttercup/fetch/-/fetch-0.2.1.tgz", + "integrity": "sha512-sCgECOx8wiqY8NN1xN22BqqKzXYIG2AicNLlakOAI4f0WgyLVUbAigMf8CZhBtJxdudTcB1gD5lciqi44jwJvg==", "optionalDependencies": { "node-fetch": "^3.3.0" } @@ -27398,11 +27398,11 @@ } }, "node_modules/webdav": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.2.tgz", - "integrity": "sha512-wfUh68rccDcH1A9W5gdcAflBm0EOeXrX3LwKbdDLWR0SDFE5QTPfLXPkDit+zGC0tRihCD9qzPfIVEUFoc7MwA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.4.0.tgz", + "integrity": "sha512-QCvHbzDvr1NKldx0lUHo2Z8Hc+dgvfORNP+a7Da8TRXVJXYTMIa3UKEwXIgkl8iVQUl4cJvU5EaT8hQ5HlfgPQ==", "dependencies": { - "@buttercup/fetch": "^0.1.1", + "@buttercup/fetch": "^0.2.1", "base-64": "^1.0.0", "byte-length": "^1.0.2", "fast-xml-parser": "^4.2.4", |