Merge pull request #41912 from nextcloud/update/vue/stable28

[stable28] update @nextcloud/upload to 1.0.2
This commit is contained in:
Simon L 2023-11-30 09:03:47 +01:00 committed by GitHub
commit a1434af01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",