Merge pull request #4891 from LibreSign/dependabot/npm_and_yarn/nextcloud/upload-1.10.0

chore(deps): Bump @nextcloud/upload from 1.9.1 to 1.10.0
This commit is contained in:
Vitor Mattos 2025-05-05 21:12:49 -03:00 committed by GitHub
commit 5b4d2505c0
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",