mirror of
https://github.com/nextcloud/server.git
synced 2026-03-19 17:13:56 -04:00
Merge pull request #42311 from nextcloud/backport/42310/stable28
This commit is contained in:
commit
cccac2ae5f
10 changed files with 47 additions and 20 deletions
3
dist/3338-3338.js
vendored
Normal file
3
dist/3338-3338.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/3338-3338.js.map
vendored
Normal file
1
dist/3338-3338.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
3
dist/4454-4454.js
vendored
3
dist/4454-4454.js
vendored
File diff suppressed because one or more lines are too long
1
dist/4454-4454.js.map
vendored
1
dist/4454-4454.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
6
dist/files-main.js.LICENSE.txt
vendored
6
dist/files-main.js.LICENSE.txt
vendored
|
|
@ -4,12 +4,6 @@
|
|||
* @license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Vue.js v2.7.15
|
||||
* (c) 2014-2023 Evan You
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* pinia v2.1.7
|
||||
* (c) 2023 Eduardo San Martin Morote
|
||||
|
|
|
|||
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
45
package-lock.json
generated
45
package-lock.json
generated
|
|
@ -28,7 +28,7 @@
|
|||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.1.2",
|
||||
"@nextcloud/sharing": "^0.1.0",
|
||||
"@nextcloud/upload": "^1.0.2",
|
||||
"@nextcloud/upload": "^1.0.4",
|
||||
"@nextcloud/vue": "^8.3.0",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"@vueuse/components": "^10.4.1",
|
||||
|
|
@ -4146,9 +4146,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/upload": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.2.tgz",
|
||||
"integrity": "sha512-YIn2Kd5bAVolhnU2eRWLEBlWZxNlWfuwAHlPQ9Bk6HTgNsbd2tHIqaKnjL+WgfnQVHnr9qwuRSeUDmk13rjmNA==",
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.4.tgz",
|
||||
"integrity": "sha512-ntyNCuhnCluied3CYAdMWjQTjbfUW/kJmyyhwX0jBjjM+6vadm4EDGFuDp14m0WL1I5IMawe3CztwdBRMWs7QQ==",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.2.1",
|
||||
"@nextcloud/axios": "^2.4.0",
|
||||
|
|
@ -4156,13 +4156,15 @@
|
|||
"@nextcloud/files": "^3.0.0",
|
||||
"@nextcloud/l10n": "^2.2.0",
|
||||
"@nextcloud/logger": "^2.7.0",
|
||||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.2.0",
|
||||
"buffer": "^6.0.3",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"p-cancelable": "^4.0.1",
|
||||
"p-limit": "^5.0.0",
|
||||
"p-queue": "^7.4.1",
|
||||
"simple-eta": "^3.0.2"
|
||||
"p-queue": "^8.0.0",
|
||||
"simple-eta": "^3.0.2",
|
||||
"vue": "^2.7.15"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
|
|
@ -4172,6 +4174,11 @@
|
|||
"@nextcloud/vue": "^8.0.0-beta || ^8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/upload/node_modules/eventemitter3": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
|
||||
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
|
||||
},
|
||||
"node_modules/@nextcloud/upload/node_modules/p-limit": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz",
|
||||
|
|
@ -4186,6 +4193,32 @@
|
|||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/upload/node_modules/p-queue": {
|
||||
"version": "8.0.1",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz",
|
||||
"integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==",
|
||||
"dependencies": {
|
||||
"eventemitter3": "^5.0.1",
|
||||
"p-timeout": "^6.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/upload/node_modules/p-timeout": {
|
||||
"version": "6.1.2",
|
||||
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz",
|
||||
"integrity": "sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==",
|
||||
"engines": {
|
||||
"node": ">=14.16"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/vue": {
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.3.0.tgz",
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.1.2",
|
||||
"@nextcloud/sharing": "^0.1.0",
|
||||
"@nextcloud/upload": "^1.0.2",
|
||||
"@nextcloud/upload": "^1.0.4",
|
||||
"@nextcloud/vue": "^8.3.0",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"@vueuse/components": "^10.4.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue