build(deps): bump @nextcloud/upload from 1.10.0 to 1.11.0

Bumps [@nextcloud/upload](https://github.com/nextcloud-libraries/nextcloud-upload) from 1.10.0 to 1.11.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.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/upload"
  dependency-version: 1.11.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-09-11 12:57:50 +00:00 committed by GitHub
parent 818bed2470
commit 722c810f66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 17 deletions

29
package-lock.json generated
View file

@ -29,7 +29,7 @@
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.3.0",
"@nextcloud/upload": "^1.10.0",
"@nextcloud/upload": "^1.11.0",
"@nextcloud/vue": "^8.29.2",
"@simplewebauthn/browser": "^13.1.2",
"@vue/web-component-wrapper": "^1.3.0",
@ -4175,31 +4175,29 @@
}
},
"node_modules/@nextcloud/upload": {
"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",
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.11.0.tgz",
"integrity": "sha512-F1+eRc7f2GvWgKvOzPhAZ4NzVhXpJUKt1GhUZYDLQPAbv6zE2AJ2w3i9J8L2+Gc507JVhBPykqcUFB31/ztP2A==",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
"@nextcloud/auth": "^2.5.1",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.1.1",
"@nextcloud/files": "^3.10.2",
"@nextcloud/l10n": "^3.2.0",
"@nextcloud/files": "^3.12.0",
"@nextcloud/l10n": "^3.3.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.0",
"@nextcloud/sharing": "^0.2.4",
"axios": "^1.9.0",
"axios": "^1.11.0",
"axios-retry": "^4.5.0",
"crypto-browserify": "^3.12.1",
"p-cancelable": "^4.0.1",
"p-queue": "^8.1.0",
"p-queue": "^8.1.1",
"typescript-event-target": "^1.1.1"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
},
"peerDependencies": {
"@nextcloud/vue": "^8.0.0",
@ -19248,10 +19246,9 @@
}
},
"node_modules/p-queue": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz",
"integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==",
"license": "MIT",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz",
"integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==",
"dependencies": {
"eventemitter3": "^5.0.1",
"p-timeout": "^6.1.2"

View file

@ -60,7 +60,7 @@
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.3.0",
"@nextcloud/upload": "^1.10.0",
"@nextcloud/upload": "^1.11.0",
"@nextcloud/vue": "^8.29.2",
"@simplewebauthn/browser": "^13.1.2",
"@vue/web-component-wrapper": "^1.3.0",