mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore(deps): Bump @nextcloud/upload from 1.0.2 to 1.0.3
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
0907cc9636
commit
877458418f
2 changed files with 7 additions and 6 deletions
11
package-lock.json
generated
11
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.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",
|
||||
|
|
|
|||
|
|
@ -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.3",
|
||||
"@nextcloud/vue": "^8.3.0",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"@vueuse/components": "^10.4.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue