Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-18 10:35:25 +0300
committerGitHub <noreply@github.com>2021-05-18 10:35:25 +0300
commit8ce24ff29087c79d04810e1cd4afc59f568c60fe (patch)
treeb2cfafd4a795864f46506824c041c74ba19ef205
parent23d1fc70c517b244848d0dd13aba9ad658bd03f9 (diff)
Bump webdav from 4.3.0 to 4.5.0
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.3.0 to 4.5.0. - [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/v4.3.0...v4.5.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 709551218..fd7c43293 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21937,9 +21937,9 @@
}
},
"webdav": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/webdav/-/webdav-4.3.0.tgz",
- "integrity": "sha512-Fa8mw2OmdxCEWO4EO8po7h5t1Av4Mjbn4S4CwTT4TPwF1I58V1eF/lZfr8M2Cc+pYted45Y5ku0S7d1HUVcEgQ==",
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/webdav/-/webdav-4.5.0.tgz",
+ "integrity": "sha512-S7f+4oURoGtTIsNoUQKDaSxTgFGWlEw/tMXEf7QmpS4QFYmbaMlYsemz6Se4Gq6hOLJCFwQzmbygSY07P9aQUA==",
"requires": {
"axios": "^0.21.1",
"base-64": "^1.0.0",
diff --git a/package.json b/package.json
index 72ed8b096..b9cafea39 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"vue-shortkey": "^3.1.7",
"vue2-leaflet": "^2.7.0",
"vuex": "^3.6.2",
- "webdav": "^4.3.0",
+ "webdav": "^4.5.0",
"webrtc-adapter": "^8.0.0",
"webrtcsupport": "^2.2.0",
"wildemitter": "^1.2.1"