chore(deps): Bump @nextcloud/upload from 1.9.1 to 1.10.0

Bumps [@nextcloud/upload](https://github.com/nextcloud-libraries/nextcloud-upload) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-upload/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-upload/compare/v1.9.1...v1.10.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/upload"
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-05 16:42:04 +00:00 committed by GitHub
parent b1024a1a1f
commit 2fef814139
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -27,7 +27,7 @@
"@nextcloud/password-confirmation": "^5.3.1",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/upload": "^1.9.1",
"@nextcloud/upload": "^1.10.0",
"@nextcloud/vue": "^8.24.0",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",
@ -3186,9 +3186,9 @@
}
},
"node_modules/@nextcloud/upload": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.9.1.tgz",
"integrity": "sha512-WNkwOZyhQLsRYaP+eqvV8abre8aXtwLGTUvdnp9fUXbHlv/Eghw7OJSv8plAYRHpgBbiXpAFbJKxxBXjLh7Blg==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.10.0.tgz",
"integrity": "sha512-858XP34dV9EknJXkXRvph4cQDKJB5kBVl6j5zQBgTfjKQ9znxY8KbZXpgzQtiNSJQR6GjDFnZzYrf9cCWlLzOg==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
@ -3201,7 +3201,7 @@
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.0",
"@nextcloud/sharing": "^0.2.4",
"axios": "^1.8.3",
"axios": "^1.9.0",
"axios-retry": "^4.5.0",
"crypto-browserify": "^3.12.1",
"p-cancelable": "^4.0.1",
@ -5385,9 +5385,9 @@
}
},
"node_modules/axios": {
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
"integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",

View file

@ -38,7 +38,7 @@
"@nextcloud/password-confirmation": "^5.3.1",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/upload": "^1.9.1",
"@nextcloud/upload": "^1.10.0",
"@nextcloud/vue": "^8.24.0",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",