mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #60278 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/stable33/webdav-5.10.0
[stable33] chore(deps): Bump webdav from 5.9.0 to 5.10.0 in /build/frontend-legacy
This commit is contained in:
commit
09db6a1dd7
31 changed files with 206 additions and 73 deletions
97
build/frontend-legacy/package-lock.json
generated
97
build/frontend-legacy/package-lock.json
generated
|
|
@ -84,7 +84,7 @@
|
|||
"vuedraggable": "^2.24.3",
|
||||
"vuex": "^3.6.2",
|
||||
"vuex-router-sync": "^5.0.0",
|
||||
"webdav": "^5.9.0"
|
||||
"webdav": "^5.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/node": "^7.29.0",
|
||||
|
|
@ -4411,6 +4411,18 @@
|
|||
"webpack-dev-server": "^5.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@nodable/entities": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
|
||||
"integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/nodable"
|
||||
}
|
||||
],
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@one-ini/wasm": {
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz",
|
||||
|
|
@ -9765,10 +9777,10 @@
|
|||
"fast-string-width": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"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==",
|
||||
"node_modules/fast-xml-builder": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
||||
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
|
|
@ -9777,7 +9789,26 @@
|
|||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"strnum": "^2.1.0"
|
||||
"path-expression-matcher": "^1.5.0",
|
||||
"xml-naming": "^0.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/fast-xml-parser": {
|
||||
"version": "5.7.3",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
|
||||
"integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/NaturalIntelligence"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@nodable/entities": "^2.1.0",
|
||||
"fast-xml-builder": "^1.1.7",
|
||||
"path-expression-matcher": "^1.5.0",
|
||||
"strnum": "^2.2.3"
|
||||
},
|
||||
"bin": {
|
||||
"fxparser": "src/cli/cli.js"
|
||||
|
|
@ -14317,6 +14348,21 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/path-expression-matcher": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
||||
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/NaturalIntelligence"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/path-key": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
||||
|
|
@ -17120,9 +17166,9 @@
|
|||
"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==",
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
|
||||
"integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
|
|
@ -19003,20 +19049,20 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webdav": {
|
||||
"version": "5.9.0",
|
||||
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.9.0.tgz",
|
||||
"integrity": "sha512-OMJ6wtK1WvCO++aOLoQgE96S8KT4e5aaClWHmHXfFU369r4eyELN569B7EqT4OOUb99mmO58GkyuiCv/Ag6J0Q==",
|
||||
"version": "5.10.0",
|
||||
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.10.0.tgz",
|
||||
"integrity": "sha512-fVPuRLtcduVGvSO7Tn/6TQCzIvI/g6BO/+xPRctCvi/GytYpjn4czxWbh4HsArsdom9qz9BI63k9/v2HBUui1A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@buttercup/fetch": "^0.2.1",
|
||||
"base-64": "^1.0.0",
|
||||
"byte-length": "^1.0.2",
|
||||
"entities": "^6.0.1",
|
||||
"fast-xml-parser": "^5.3.4",
|
||||
"fast-xml-parser": "^5.7.2",
|
||||
"hot-patcher": "^2.0.1",
|
||||
"layerr": "^3.0.0",
|
||||
"md5": "^2.3.0",
|
||||
"minimatch": "^9.0.5",
|
||||
"minimatch": "^9.0.9",
|
||||
"nested-property": "^4.0.0",
|
||||
"node-fetch": "^3.3.2",
|
||||
"path-posix": "^1.0.0",
|
||||
|
|
@ -19040,12 +19086,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webdav/node_modules/minimatch": {
|
||||
"version": "9.0.5",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
||||
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
||||
"version": "9.0.9",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
||||
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
"brace-expansion": "^2.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16 || 14 >=14.17"
|
||||
|
|
@ -20533,6 +20579,21 @@
|
|||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/xml-naming": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
||||
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/NaturalIntelligence"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/xtend": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
"vuedraggable": "^2.24.3",
|
||||
"vuex": "^3.6.2",
|
||||
"vuex-router-sync": "^5.0.0",
|
||||
"webdav": "^5.9.0"
|
||||
"webdav": "^5.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/node": "^7.29.0",
|
||||
|
|
|
|||
2
dist/1035-1035.js.license
vendored
2
dist/1035-1035.js.license
vendored
|
|
@ -160,7 +160,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/1140-1140.js.license
vendored
2
dist/1140-1140.js.license
vendored
|
|
@ -224,7 +224,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.2
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/1598-1598.js.license
vendored
2
dist/1598-1598.js.license
vendored
|
|
@ -270,7 +270,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/1764-1764.js.license
vendored
2
dist/1764-1764.js.license
vendored
|
|
@ -170,7 +170,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/2457-2457.js.license
vendored
2
dist/2457-2457.js.license
vendored
|
|
@ -170,7 +170,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/2915-2915.js.license
vendored
2
dist/2915-2915.js.license
vendored
|
|
@ -235,7 +235,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
22
dist/3556-3556.js.license
vendored
22
dist/3556-3556.js.license
vendored
|
|
@ -58,8 +58,8 @@ SPDX-FileCopyrightText: Ben Drucker
|
|||
SPDX-FileCopyrightText: Arnout Kazemier
|
||||
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
|
||||
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.work/)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
|
||||
SPDX-FileCopyrightText: @nextcloud/dialogs developers
|
||||
|
||||
|
||||
|
|
@ -142,6 +142,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- @nextcloud/vue
|
||||
- version: 8.38.0
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nodable/entities
|
||||
- version: 2.1.0
|
||||
- license: MIT
|
||||
- @vue/devtools-api
|
||||
- version: 6.6.4
|
||||
- license: MIT
|
||||
|
|
@ -235,8 +238,11 @@ This file is generated from multiple sources. Included packages:
|
|||
- events
|
||||
- version: 3.3.0
|
||||
- license: MIT
|
||||
- fast-xml-builder
|
||||
- version: 1.2.0
|
||||
- license: MIT
|
||||
- fast-xml-parser
|
||||
- version: 5.3.4
|
||||
- version: 5.7.3
|
||||
- license: MIT
|
||||
- floating-vue
|
||||
- version: 1.0.0-beta.19
|
||||
|
|
@ -325,6 +331,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- object-inspect
|
||||
- version: 1.13.4
|
||||
- license: MIT
|
||||
- path-expression-matcher
|
||||
- version: 1.5.0
|
||||
- license: MIT
|
||||
- path-posix
|
||||
- version: 1.0.0
|
||||
- license: ISC
|
||||
|
|
@ -389,7 +398,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 3.2.0
|
||||
- license: MIT
|
||||
- strnum
|
||||
- version: 2.1.2
|
||||
- version: 2.3.0
|
||||
- license: MIT
|
||||
- style-loader
|
||||
- version: 4.0.0
|
||||
|
|
@ -443,14 +452,17 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 6.0.1
|
||||
- license: BSD-2-Clause
|
||||
- minimatch
|
||||
- version: 9.0.5
|
||||
- version: 9.0.9
|
||||
- license: ISC
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- which-typed-array
|
||||
- version: 1.1.19
|
||||
- license: MIT
|
||||
- xml-naming
|
||||
- version: 0.1.0
|
||||
- license: MIT
|
||||
- xtend
|
||||
- version: 4.0.2
|
||||
- license: MIT
|
||||
|
|
|
|||
2
dist/4271-4271.js.license
vendored
2
dist/4271-4271.js.license
vendored
|
|
@ -129,7 +129,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
22
dist/4906-4906.js.license
vendored
22
dist/4906-4906.js.license
vendored
|
|
@ -58,8 +58,8 @@ SPDX-FileCopyrightText: Ben Drucker
|
|||
SPDX-FileCopyrightText: Arnout Kazemier
|
||||
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
|
||||
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.work/)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
|
||||
SPDX-FileCopyrightText: @nextcloud/dialogs developers
|
||||
|
||||
|
||||
|
|
@ -142,6 +142,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- @nextcloud/vue
|
||||
- version: 8.38.0
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nodable/entities
|
||||
- version: 2.1.0
|
||||
- license: MIT
|
||||
- @vue/devtools-api
|
||||
- version: 6.6.4
|
||||
- license: MIT
|
||||
|
|
@ -235,8 +238,11 @@ This file is generated from multiple sources. Included packages:
|
|||
- events
|
||||
- version: 3.3.0
|
||||
- license: MIT
|
||||
- fast-xml-builder
|
||||
- version: 1.2.0
|
||||
- license: MIT
|
||||
- fast-xml-parser
|
||||
- version: 5.3.4
|
||||
- version: 5.7.3
|
||||
- license: MIT
|
||||
- floating-vue
|
||||
- version: 1.0.0-beta.19
|
||||
|
|
@ -325,6 +331,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- object-inspect
|
||||
- version: 1.13.4
|
||||
- license: MIT
|
||||
- path-expression-matcher
|
||||
- version: 1.5.0
|
||||
- license: MIT
|
||||
- path-posix
|
||||
- version: 1.0.0
|
||||
- license: ISC
|
||||
|
|
@ -389,7 +398,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 3.2.0
|
||||
- license: MIT
|
||||
- strnum
|
||||
- version: 2.1.2
|
||||
- version: 2.3.0
|
||||
- license: MIT
|
||||
- style-loader
|
||||
- version: 4.0.0
|
||||
|
|
@ -443,14 +452,17 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 6.0.1
|
||||
- license: BSD-2-Clause
|
||||
- minimatch
|
||||
- version: 9.0.5
|
||||
- version: 9.0.9
|
||||
- license: ISC
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- which-typed-array
|
||||
- version: 1.1.19
|
||||
- license: MIT
|
||||
- xml-naming
|
||||
- version: 0.1.0
|
||||
- license: MIT
|
||||
- xtend
|
||||
- version: 4.0.2
|
||||
- license: MIT
|
||||
|
|
|
|||
2
dist/5419-5419.js.license
vendored
2
dist/5419-5419.js.license
vendored
|
|
@ -304,7 +304,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
22
dist/7039-7039.js.license
vendored
22
dist/7039-7039.js.license
vendored
|
|
@ -58,8 +58,8 @@ SPDX-FileCopyrightText: Ben Drucker
|
|||
SPDX-FileCopyrightText: Arnout Kazemier
|
||||
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
|
||||
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.work/)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
|
||||
SPDX-FileCopyrightText: @nextcloud/dialogs developers
|
||||
|
||||
|
||||
|
|
@ -142,6 +142,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- @nextcloud/vue
|
||||
- version: 8.38.0
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nodable/entities
|
||||
- version: 2.1.0
|
||||
- license: MIT
|
||||
- @vue/devtools-api
|
||||
- version: 6.6.4
|
||||
- license: MIT
|
||||
|
|
@ -235,8 +238,11 @@ This file is generated from multiple sources. Included packages:
|
|||
- events
|
||||
- version: 3.3.0
|
||||
- license: MIT
|
||||
- fast-xml-builder
|
||||
- version: 1.2.0
|
||||
- license: MIT
|
||||
- fast-xml-parser
|
||||
- version: 5.3.4
|
||||
- version: 5.7.3
|
||||
- license: MIT
|
||||
- floating-vue
|
||||
- version: 1.0.0-beta.19
|
||||
|
|
@ -325,6 +331,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- object-inspect
|
||||
- version: 1.13.4
|
||||
- license: MIT
|
||||
- path-expression-matcher
|
||||
- version: 1.5.0
|
||||
- license: MIT
|
||||
- path-posix
|
||||
- version: 1.0.0
|
||||
- license: ISC
|
||||
|
|
@ -389,7 +398,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 3.2.0
|
||||
- license: MIT
|
||||
- strnum
|
||||
- version: 2.1.2
|
||||
- version: 2.3.0
|
||||
- license: MIT
|
||||
- style-loader
|
||||
- version: 4.0.0
|
||||
|
|
@ -443,14 +452,17 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 6.0.1
|
||||
- license: BSD-2-Clause
|
||||
- minimatch
|
||||
- version: 9.0.5
|
||||
- version: 9.0.9
|
||||
- license: ISC
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- which-typed-array
|
||||
- version: 1.1.19
|
||||
- license: MIT
|
||||
- xml-naming
|
||||
- version: 0.1.0
|
||||
- license: MIT
|
||||
- xtend
|
||||
- version: 4.0.2
|
||||
- license: MIT
|
||||
|
|
|
|||
22
dist/8124-8124.js.license
vendored
22
dist/8124-8124.js.license
vendored
|
|
@ -58,8 +58,8 @@ SPDX-FileCopyrightText: Ben Drucker
|
|||
SPDX-FileCopyrightText: Arnout Kazemier
|
||||
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
|
||||
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.work/)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
|
||||
SPDX-FileCopyrightText: @nextcloud/dialogs developers
|
||||
|
||||
|
||||
|
|
@ -142,6 +142,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- @nextcloud/vue
|
||||
- version: 8.38.0
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nodable/entities
|
||||
- version: 2.1.0
|
||||
- license: MIT
|
||||
- @vue/devtools-api
|
||||
- version: 6.6.4
|
||||
- license: MIT
|
||||
|
|
@ -235,8 +238,11 @@ This file is generated from multiple sources. Included packages:
|
|||
- events
|
||||
- version: 3.3.0
|
||||
- license: MIT
|
||||
- fast-xml-builder
|
||||
- version: 1.2.0
|
||||
- license: MIT
|
||||
- fast-xml-parser
|
||||
- version: 5.3.4
|
||||
- version: 5.7.3
|
||||
- license: MIT
|
||||
- floating-vue
|
||||
- version: 1.0.0-beta.19
|
||||
|
|
@ -325,6 +331,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- object-inspect
|
||||
- version: 1.13.4
|
||||
- license: MIT
|
||||
- path-expression-matcher
|
||||
- version: 1.5.0
|
||||
- license: MIT
|
||||
- path-posix
|
||||
- version: 1.0.0
|
||||
- license: ISC
|
||||
|
|
@ -389,7 +398,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 3.2.0
|
||||
- license: MIT
|
||||
- strnum
|
||||
- version: 2.1.2
|
||||
- version: 2.3.0
|
||||
- license: MIT
|
||||
- style-loader
|
||||
- version: 4.0.0
|
||||
|
|
@ -443,14 +452,17 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 6.0.1
|
||||
- license: BSD-2-Clause
|
||||
- minimatch
|
||||
- version: 9.0.5
|
||||
- version: 9.0.9
|
||||
- license: ISC
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- which-typed-array
|
||||
- version: 1.1.19
|
||||
- license: MIT
|
||||
- xml-naming
|
||||
- version: 0.1.0
|
||||
- license: MIT
|
||||
- xtend
|
||||
- version: 4.0.2
|
||||
- license: MIT
|
||||
|
|
|
|||
2
dist/8192-8192.js.license
vendored
2
dist/8192-8192.js.license
vendored
|
|
@ -173,7 +173,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/9906-9906.js.license
vendored
2
dist/9906-9906.js.license
vendored
|
|
@ -219,7 +219,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
4
dist/comments-comments-app.js
vendored
4
dist/comments-comments-app.js
vendored
File diff suppressed because one or more lines are too long
18
dist/comments-comments-app.js.license
vendored
18
dist/comments-comments-app.js.license
vendored
|
|
@ -54,8 +54,8 @@ SPDX-FileCopyrightText: Ben Drucker
|
|||
SPDX-FileCopyrightText: Arnout Kazemier
|
||||
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
|
||||
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.work/)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
|
||||
SPDX-FileCopyrightText: @nextcloud/dialogs developers
|
||||
|
||||
|
||||
|
|
@ -135,6 +135,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- @nextcloud/vue
|
||||
- version: 8.38.0
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nodable/entities
|
||||
- version: 2.1.0
|
||||
- license: MIT
|
||||
- @vue/devtools-api
|
||||
- version: 6.6.4
|
||||
- license: MIT
|
||||
|
|
@ -228,8 +231,11 @@ This file is generated from multiple sources. Included packages:
|
|||
- events
|
||||
- version: 3.3.0
|
||||
- license: MIT
|
||||
- fast-xml-builder
|
||||
- version: 1.2.0
|
||||
- license: MIT
|
||||
- fast-xml-parser
|
||||
- version: 5.3.4
|
||||
- version: 5.7.3
|
||||
- license: MIT
|
||||
- floating-vue
|
||||
- version: 1.0.0-beta.19
|
||||
|
|
@ -318,6 +324,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- object-inspect
|
||||
- version: 1.13.4
|
||||
- license: MIT
|
||||
- path-expression-matcher
|
||||
- version: 1.5.0
|
||||
- license: MIT
|
||||
- path-posix
|
||||
- version: 1.0.0
|
||||
- license: ISC
|
||||
|
|
@ -382,7 +391,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 3.2.0
|
||||
- license: MIT
|
||||
- strnum
|
||||
- version: 2.1.2
|
||||
- version: 2.3.0
|
||||
- license: MIT
|
||||
- style-loader
|
||||
- version: 4.0.0
|
||||
|
|
@ -435,6 +444,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- which-typed-array
|
||||
- version: 1.1.19
|
||||
- license: MIT
|
||||
- xml-naming
|
||||
- version: 0.1.0
|
||||
- license: MIT
|
||||
- xtend
|
||||
- version: 4.0.2
|
||||
- license: MIT
|
||||
|
|
|
|||
2
dist/comments-comments-app.js.map
vendored
2
dist/comments-comments-app.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/comments-comments-tab.js
vendored
4
dist/comments-comments-tab.js
vendored
File diff suppressed because one or more lines are too long
22
dist/comments-comments-tab.js.license
vendored
22
dist/comments-comments-tab.js.license
vendored
|
|
@ -49,8 +49,8 @@ SPDX-FileCopyrightText: Christoph Wurst
|
|||
SPDX-FileCopyrightText: Ben Drucker
|
||||
SPDX-FileCopyrightText: Arnout Kazemier
|
||||
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.work/)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
|
||||
SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
|
||||
|
||||
|
||||
This file is generated from multiple sources. Included packages:
|
||||
|
|
@ -93,6 +93,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- @nextcloud/router
|
||||
- version: 3.1.0
|
||||
- license: GPL-3.0-or-later
|
||||
- @nodable/entities
|
||||
- version: 2.1.0
|
||||
- license: MIT
|
||||
- @vue/devtools-api
|
||||
- version: 6.6.4
|
||||
- license: MIT
|
||||
|
|
@ -159,8 +162,11 @@ This file is generated from multiple sources. Included packages:
|
|||
- events
|
||||
- version: 3.3.0
|
||||
- license: MIT
|
||||
- fast-xml-builder
|
||||
- version: 1.2.0
|
||||
- license: MIT
|
||||
- fast-xml-parser
|
||||
- version: 5.3.4
|
||||
- version: 5.7.3
|
||||
- license: MIT
|
||||
- for-each
|
||||
- version: 0.3.5
|
||||
|
|
@ -246,6 +252,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- object-inspect
|
||||
- version: 1.13.4
|
||||
- license: MIT
|
||||
- path-expression-matcher
|
||||
- version: 1.5.0
|
||||
- license: MIT
|
||||
- path-posix
|
||||
- version: 1.0.0
|
||||
- license: ISC
|
||||
|
|
@ -310,7 +319,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.3.0
|
||||
- license: MIT
|
||||
- strnum
|
||||
- version: 2.1.2
|
||||
- version: 2.3.0
|
||||
- license: MIT
|
||||
- typescript-event-target
|
||||
- version: 1.1.2
|
||||
|
|
@ -340,10 +349,10 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 6.0.1
|
||||
- license: BSD-2-Clause
|
||||
- minimatch
|
||||
- version: 9.0.5
|
||||
- version: 9.0.9
|
||||
- license: ISC
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- webpack
|
||||
- version: 5.106.2
|
||||
|
|
@ -351,6 +360,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- which-typed-array
|
||||
- version: 1.1.19
|
||||
- license: MIT
|
||||
- xml-naming
|
||||
- version: 0.1.0
|
||||
- license: MIT
|
||||
- xtend
|
||||
- version: 4.0.2
|
||||
- license: MIT
|
||||
|
|
|
|||
2
dist/comments-comments-tab.js.map
vendored
2
dist/comments-comments-tab.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.license
vendored
2
dist/core-common.js.license
vendored
|
|
@ -724,7 +724,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.0.1
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- which-typed-array
|
||||
- version: 1.1.19
|
||||
|
|
|
|||
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/files-init.js.license
vendored
2
dist/files-init.js.license
vendored
|
|
@ -571,7 +571,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.0.1
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- webpack
|
||||
- version: 5.106.2
|
||||
|
|
|
|||
2
dist/files-main.js.license
vendored
2
dist/files-main.js.license
vendored
|
|
@ -584,7 +584,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.0.1
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- webpack
|
||||
- version: 5.106.2
|
||||
|
|
|
|||
2
dist/files-sidebar.js.license
vendored
2
dist/files-sidebar.js.license
vendored
|
|
@ -126,7 +126,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- webpack
|
||||
- version: 5.106.2
|
||||
|
|
|
|||
2
dist/files_sharing-init-public.js.license
vendored
2
dist/files_sharing-init-public.js.license
vendored
|
|
@ -157,7 +157,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- webpack
|
||||
- version: 5.106.2
|
||||
|
|
|
|||
2
dist/files_sharing-init.js.license
vendored
2
dist/files_sharing-init.js.license
vendored
|
|
@ -266,7 +266,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- webpack
|
||||
- version: 5.106.2
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 2.7.16
|
||||
- license: MIT
|
||||
- webdav
|
||||
- version: 5.9.0
|
||||
- version: 5.10.0
|
||||
- license: MIT
|
||||
- webpack
|
||||
- version: 5.106.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue