Merge pull request #4425 from LibreSign/dependabot/npm_and_yarn/nextcloud/upload-1.8.0

chore(deps): Bump @nextcloud/upload from 1.7.1 to 1.8.0
This commit is contained in:
Vitor Mattos 2025-01-22 07:50:51 -03:00 committed by GitHub
commit 237378ac7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -26,7 +26,7 @@
"@nextcloud/password-confirmation": "^5.3.1",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/upload": "^1.7.1",
"@nextcloud/upload": "^1.8.0",
"@nextcloud/vue": "^8.22.0",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",
@ -3159,16 +3159,16 @@
}
},
"node_modules/@nextcloud/upload": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.7.1.tgz",
"integrity": "sha512-WdzPSqbMOh0HCrLcWxrp0s7KNnK52ZoQEL1Q1tRP/U2RxXU5MczKxlJb/NOh1w9cYGffSdlze/Z7G95/7waGqw==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.8.0.tgz",
"integrity": "sha512-W/4dRdXj1bzeNSpayL6+NSQKjZ6FkPz0pWtnwGLMIK1DBq3rCtKRcnKAt5SIKrdyEESwi+MUzzV9fISphwdh0A==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.0.1",
"@nextcloud/files": "^3.10.0",
"@nextcloud/files": "^3.10.1",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/paths": "^2.2.1",

View file

@ -37,7 +37,7 @@
"@nextcloud/password-confirmation": "^5.3.1",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/upload": "^1.7.1",
"@nextcloud/upload": "^1.8.0",
"@nextcloud/vue": "^8.22.0",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",