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

Bumps [@nextcloud/upload](https://github.com/nextcloud-libraries/nextcloud-upload) from 1.8.0 to 1.9.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.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/upload"
  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-03-04 16:47:27 +00:00 committed by GitHub
parent 72878631ec
commit ecbc361667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 21 deletions

34
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.8.0",
"@nextcloud/upload": "^1.9.0",
"@nextcloud/vue": "^8.23.1",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",
@ -3181,34 +3181,34 @@
}
},
"node_modules/@nextcloud/upload": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.8.0.tgz",
"integrity": "sha512-W/4dRdXj1bzeNSpayL6+NSQKjZ6FkPz0pWtnwGLMIK1DBq3rCtKRcnKAt5SIKrdyEESwi+MUzzV9fISphwdh0A==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.9.0.tgz",
"integrity": "sha512-h/BdM9Vs1RY46I0Fx0N2zB03Oa4K/wnTW9C1V99cbjAa3ajL02I/a/72/2odmrpc2Xcf3yaBgJb2puQKtasIKA==",
"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.1",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/dialogs": "^6.1.1",
"@nextcloud/files": "^3.10.2",
"@nextcloud/l10n": "^3.2.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.0",
"@nextcloud/sharing": "^0.2.4",
"axios": "^1.7.9",
"axios": "^1.8.1",
"axios-retry": "^4.5.0",
"crypto-browserify": "^3.12.1",
"p-cancelable": "^4.0.1",
"p-queue": "^8.0.0",
"simple-eta": "^3.0.2"
"p-queue": "^8.1.0",
"typescript-event-target": "^1.1.1"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
},
"peerDependencies": {
"@nextcloud/vue": "^8.0.0-beta || ^8.0.0",
"@nextcloud/vue": "^8.0.0",
"vue": "^2.7.16"
}
},
@ -5372,9 +5372,9 @@
}
},
"node_modules/axios": {
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz",
"integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
@ -14847,12 +14847,6 @@
"license": "MIT",
"optional": true
},
"node_modules/simple-eta": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/simple-eta/-/simple-eta-3.0.2.tgz",
"integrity": "sha512-+OmPgi01yHK/bRNQDoehUcV8fqs9nNJkG2DoWCnnLvj0lmowab7BH3v9776BG0y7dGEOLh0F7mfd37k+ht26Yw==",
"license": "MIT"
},
"node_modules/simple-get": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz",

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.8.0",
"@nextcloud/upload": "^1.9.0",
"@nextcloud/vue": "^8.23.1",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",