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

Bumps [@nextcloud/upload](https://github.com/nextcloud-libraries/nextcloud-upload) from 1.9.0 to 1.9.1.
- [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.0...v1.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-20 16:05:37 +00:00 committed by GitHub
parent 174e9c2d92
commit e64852006d
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.9.0",
"@nextcloud/upload": "^1.9.1",
"@nextcloud/vue": "^8.23.1",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",
@ -3185,9 +3185,9 @@
}
},
"node_modules/@nextcloud/upload": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.9.0.tgz",
"integrity": "sha512-h/BdM9Vs1RY46I0Fx0N2zB03Oa4K/wnTW9C1V99cbjAa3ajL02I/a/72/2odmrpc2Xcf3yaBgJb2puQKtasIKA==",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.9.1.tgz",
"integrity": "sha512-WNkwOZyhQLsRYaP+eqvV8abre8aXtwLGTUvdnp9fUXbHlv/Eghw7OJSv8plAYRHpgBbiXpAFbJKxxBXjLh7Blg==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
@ -3200,7 +3200,7 @@
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.0",
"@nextcloud/sharing": "^0.2.4",
"axios": "^1.8.1",
"axios": "^1.8.3",
"axios-retry": "^4.5.0",
"crypto-browserify": "^3.12.1",
"p-cancelable": "^4.0.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.9.0",
"@nextcloud/upload": "^1.9.1",
"@nextcloud/vue": "^8.23.1",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",