Merge pull request #7812 from nextcloud/dependabot/npm_and_yarn/webdav-4.11.0

Bump webdav from 4.10.0 to 4.11.0
This commit is contained in:
Joas Schilling 2022-08-27 10:15:54 +02:00 коммит произвёл GitHub
Родитель 350c1b7b30 2503961bac
Коммит fc7f507909
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 16 добавлений и 16 удалений

30
package-lock.json сгенерированный
Просмотреть файл

@ -54,7 +54,7 @@
"vue-shortkey": "^3.1.7",
"vue2-leaflet": "^2.7.1",
"vuex": "^3.6.2",
"webdav": "^4.10.0",
"webdav": "^4.11.0",
"webrtc-adapter": "^8.1.2",
"webrtcsupport": "^2.2.0",
"wildemitter": "^1.2.1",
@ -24426,9 +24426,9 @@
}
},
"node_modules/webdav": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-4.10.0.tgz",
"integrity": "sha512-8PevPYhFsgbDhVGQQyrfBDYHiCYtN01qVX9zjFDA/OjIFqu28SsZuZdvGxBIQu2/e3Wp8M5oUpYvLM3uLP8g6A==",
"version": "4.11.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-4.11.0.tgz",
"integrity": "sha512-vQ2EFL8cef9F/Nvua1NPcw3z9CWAnnc22mn+sym72W2WFW4Q7doTIhItRzxpgU+tUCc3V10VB0I+eBdgU5wKTQ==",
"dependencies": {
"axios": "^0.27.2",
"base-64": "^1.0.0",
@ -24438,7 +24438,7 @@
"hot-patcher": "^0.5.0",
"layerr": "^0.1.2",
"md5": "^2.3.0",
"minimatch": "^5.0.1",
"minimatch": "^5.1.0",
"nested-property": "^4.0.0",
"path-posix": "^1.0.0",
"url-join": "^4.0.1",
@ -24457,9 +24457,9 @@
}
},
"node_modules/webdav/node_modules/minimatch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"dependencies": {
"brace-expansion": "^2.0.1"
},
@ -44943,9 +44943,9 @@
}
},
"webdav": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-4.10.0.tgz",
"integrity": "sha512-8PevPYhFsgbDhVGQQyrfBDYHiCYtN01qVX9zjFDA/OjIFqu28SsZuZdvGxBIQu2/e3Wp8M5oUpYvLM3uLP8g6A==",
"version": "4.11.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-4.11.0.tgz",
"integrity": "sha512-vQ2EFL8cef9F/Nvua1NPcw3z9CWAnnc22mn+sym72W2WFW4Q7doTIhItRzxpgU+tUCc3V10VB0I+eBdgU5wKTQ==",
"requires": {
"axios": "^0.27.2",
"base-64": "^1.0.0",
@ -44955,7 +44955,7 @@
"hot-patcher": "^0.5.0",
"layerr": "^0.1.2",
"md5": "^2.3.0",
"minimatch": "^5.0.1",
"minimatch": "^5.1.0",
"nested-property": "^4.0.0",
"path-posix": "^1.0.0",
"url-join": "^4.0.1",
@ -44971,9 +44971,9 @@
}
},
"minimatch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"requires": {
"brace-expansion": "^2.0.1"
}

Просмотреть файл

@ -62,7 +62,7 @@
"vue-shortkey": "^3.1.7",
"vue2-leaflet": "^2.7.1",
"vuex": "^3.6.2",
"webdav": "^4.10.0",
"webdav": "^4.11.0",
"webrtc-adapter": "^8.1.2",
"webrtcsupport": "^2.2.0",
"wildemitter": "^1.2.1",