update @nextcloud/upload to 1.0.2

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
root 2023-11-29 16:58:44 +01:00 committed by nextcloud-command
parent 7407afb469
commit 5f2b03c7f4
9 changed files with 14 additions and 14 deletions

3
dist/4454-4454.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3
dist/6297-6297.js vendored

File diff suppressed because one or more lines are too long

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

View file

@ -5,8 +5,8 @@
*/
/*!
* Vue.js v2.7.14
* (c) 2014-2022 Evan You
* Vue.js v2.7.15
* (c) 2014-2023 Evan You
* Released under the MIT License.
*/

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View file

@ -28,7 +28,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/upload": "^1.0.1",
"@nextcloud/upload": "^1.0.2",
"@nextcloud/vue": "^8.2.0",
"@skjnldsv/sanitize-svg": "^1.0.2",
"@vueuse/components": "^10.4.1",
@ -4147,9 +4147,9 @@
}
},
"node_modules/@nextcloud/upload": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.1.tgz",
"integrity": "sha512-ygzc+R90lncciAPmoF4LhdEUUua527xFkzkBs9twFff7lSKHaJwDkRH3yrWSCF0Sgbz4pKX5EBLnnh8MYCNNsQ==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.2.tgz",
"integrity": "sha512-YIn2Kd5bAVolhnU2eRWLEBlWZxNlWfuwAHlPQ9Bk6HTgNsbd2tHIqaKnjL+WgfnQVHnr9qwuRSeUDmk13rjmNA==",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",

View file

@ -55,7 +55,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/upload": "^1.0.1",
"@nextcloud/upload": "^1.0.2",
"@nextcloud/vue": "^8.2.0",
"@skjnldsv/sanitize-svg": "^1.0.2",
"@vueuse/components": "^10.4.1",