|
|
|
@ -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.3", |
|
|
|
|
"@nextcloud/vue": "^8.3.0", |
|
|
|
|
"@skjnldsv/sanitize-svg": "^1.0.2", |
|
|
|
|
"@vueuse/components": "^10.4.1", |
|
|
|
@ -4147,9 +4147,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.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.3.tgz", |
|
|
|
|
"integrity": "sha512-SfhM+Pq3nnD/WDowOIerBv5+0FKfsnul26dXtIxPjbe5Xa1faDrURBouqWv/FhixGKNdPgQeJ1QbDjWBTHjQDw==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@nextcloud/auth": "^2.2.1", |
|
|
|
|
"@nextcloud/axios": "^2.4.0", |
|
|
|
@ -4163,7 +4163,8 @@ |
|
|
|
|
"p-cancelable": "^4.0.1", |
|
|
|
|
"p-limit": "^5.0.0", |
|
|
|
|
"p-queue": "^7.4.1", |
|
|
|
|
"simple-eta": "^3.0.2" |
|
|
|
|
"simple-eta": "^3.0.2", |
|
|
|
|
"vue": "^2.7.15" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^20.0.0", |
|
|
|
|