Merge pull request #58158 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/webdav-5.9.0

chore(deps): Bump webdav from 5.8.0 to 5.9.0 in /build/frontend-legacy
This commit is contained in:
github-actions[bot] 2026-02-07 14:43:40 +00:00 committed by GitHub
commit 21fff5160a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 113 additions and 113 deletions

View file

@ -85,7 +85,7 @@
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^5.8.0"
"webdav": "^5.9.0"
},
"devDependencies": {
"@babel/node": "^7.29.0",
@ -9249,6 +9249,24 @@
],
"license": "BSD-3-Clause"
},
"node_modules/fast-xml-parser": {
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz",
"integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT",
"dependencies": {
"strnum": "^2.1.0"
},
"bin": {
"fxparser": "src/cli/cli.js"
}
},
"node_modules/fastest-levenshtein": {
"version": "1.0.16",
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
@ -16437,6 +16455,18 @@
"integrity": "sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw==",
"license": "MIT"
},
"node_modules/strnum": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
"integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT"
},
"node_modules/strtok3": {
"version": "10.3.4",
"resolved": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.4.tgz",
@ -18202,16 +18232,16 @@
}
},
"node_modules/webdav": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.8.0.tgz",
"integrity": "sha512-iuFG7NamJ41Oshg4930iQgfIpRrUiatPWIekeznYgEf2EOraTRcDPTjy7gIOMtkdpKTaqPk1E68NO5PAGtJahA==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.9.0.tgz",
"integrity": "sha512-OMJ6wtK1WvCO++aOLoQgE96S8KT4e5aaClWHmHXfFU369r4eyELN569B7EqT4OOUb99mmO58GkyuiCv/Ag6J0Q==",
"license": "MIT",
"dependencies": {
"@buttercup/fetch": "^0.2.1",
"base-64": "^1.0.0",
"byte-length": "^1.0.2",
"entities": "^6.0.0",
"fast-xml-parser": "^4.5.1",
"entities": "^6.0.1",
"fast-xml-parser": "^5.3.4",
"hot-patcher": "^2.0.1",
"layerr": "^3.0.0",
"md5": "^2.3.0",
@ -18238,24 +18268,6 @@
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/webdav/node_modules/fast-xml-parser": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT",
"dependencies": {
"strnum": "^1.1.1"
},
"bin": {
"fxparser": "src/cli/cli.js"
}
},
"node_modules/webdav/node_modules/minimatch": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@ -18271,18 +18283,6 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/webdav/node_modules/strnum": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT"
},
"node_modules/webidl-conversions": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",

View file

@ -101,7 +101,7 @@
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^5.8.0"
"webdav": "^5.9.0"
},
"devDependencies": {
"@babel/node": "^7.29.0",

View file

@ -161,7 +161,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -253,7 +253,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -216,7 +216,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -218,6 +218,9 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 5.3.4
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
@ -365,6 +368,9 @@ This file is generated from multiple sources. Included packages:
- striptags
- version: 3.2.0
- license: MIT
- strnum
- version: 2.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -419,17 +425,11 @@ This file is generated from multiple sources. Included packages:
- entities
- version: 6.0.1
- license: BSD-2-Clause
- fast-xml-parser
- version: 4.5.3
- license: MIT
- minimatch
- version: 9.0.5
- license: ISC
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- which-typed-array
- version: 1.1.19

View file

@ -133,7 +133,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -149,7 +149,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -218,6 +218,9 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 5.3.4
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
@ -365,6 +368,9 @@ This file is generated from multiple sources. Included packages:
- striptags
- version: 3.2.0
- license: MIT
- strnum
- version: 2.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -419,17 +425,11 @@ This file is generated from multiple sources. Included packages:
- entities
- version: 6.0.1
- license: BSD-2-Clause
- fast-xml-parser
- version: 4.5.3
- license: MIT
- minimatch
- version: 9.0.5
- license: ISC
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- which-typed-array
- version: 1.1.19

View file

@ -222,7 +222,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -183,7 +183,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -166,7 +166,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -218,6 +218,9 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 5.3.4
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
@ -365,6 +368,9 @@ This file is generated from multiple sources. Included packages:
- striptags
- version: 3.2.0
- license: MIT
- strnum
- version: 2.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -419,17 +425,11 @@ This file is generated from multiple sources. Included packages:
- entities
- version: 6.0.1
- license: BSD-2-Clause
- fast-xml-parser
- version: 4.5.3
- license: MIT
- minimatch
- version: 9.0.5
- license: ISC
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- which-typed-array
- version: 1.1.19

View file

@ -184,7 +184,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -218,6 +218,9 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 5.3.4
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
@ -365,6 +368,9 @@ This file is generated from multiple sources. Included packages:
- striptags
- version: 3.2.0
- license: MIT
- strnum
- version: 2.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -419,17 +425,11 @@ This file is generated from multiple sources. Included packages:
- entities
- version: 6.0.1
- license: BSD-2-Clause
- fast-xml-parser
- version: 4.5.3
- license: MIT
- minimatch
- version: 9.0.5
- license: ISC
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- which-typed-array
- version: 1.1.19

View file

@ -136,7 +136,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -186,7 +186,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -294,7 +294,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

View file

@ -183,7 +183,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- base64-js
- version: 1.5.1

File diff suppressed because one or more lines are too long

View file

@ -211,6 +211,9 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 5.3.4
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
@ -358,6 +361,9 @@ This file is generated from multiple sources. Included packages:
- striptags
- version: 3.2.0
- license: MIT
- strnum
- version: 2.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -406,12 +412,6 @@ This file is generated from multiple sources. Included packages:
- vue
- version: 2.7.16
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- webpack
- version: 5.105.0
- license: MIT

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -159,6 +159,9 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 5.3.4
- license: MIT
- for-each
- version: 0.3.5
- license: MIT
@ -306,6 +309,9 @@ This file is generated from multiple sources. Included packages:
- string_decoder
- version: 1.3.0
- license: MIT
- strnum
- version: 2.1.2
- license: MIT
- typescript-event-target
- version: 1.1.2
- license: MIT
@ -333,17 +339,11 @@ This file is generated from multiple sources. Included packages:
- entities
- version: 6.0.1
- license: BSD-2-Clause
- fast-xml-parser
- version: 4.5.3
- license: MIT
- minimatch
- version: 9.0.5
- license: ISC
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- webpack
- version: 5.105.0

File diff suppressed because one or more lines are too long

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

@ -709,7 +709,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- which-typed-array
- version: 1.1.19

File diff suppressed because one or more lines are too long

View file

@ -571,7 +571,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- webpack
- version: 5.105.0

View file

@ -584,7 +584,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- webpack
- version: 5.105.0

View file

@ -127,7 +127,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- webpack
- version: 5.105.0

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -158,7 +158,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- webpack
- version: 5.105.0

View file

@ -250,7 +250,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- webpack
- version: 5.105.0

View file

@ -231,7 +231,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webdav
- version: 5.8.0
- version: 5.9.0
- license: MIT
- webpack
- version: 5.105.0

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long