mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
chore(deps): Bump @nextcloud/upload from 1.7.0 to 1.7.1
Bumps [@nextcloud/upload](https://github.com/skjnldsv/nextcloud-upload) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/skjnldsv/nextcloud-upload/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md) - [Commits](https://github.com/skjnldsv/nextcloud-upload/compare/v1.7.0...v1.7.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:
parent
239ebbb59a
commit
ef11ee3cdc
2 changed files with 14 additions and 14 deletions
26
package-lock.json
generated
26
package-lock.json
generated
|
|
@ -26,7 +26,7 @@
|
|||
"@nextcloud/password-confirmation": "^5.3.0",
|
||||
"@nextcloud/paths": "^2.2.1",
|
||||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/upload": "^1.7.0",
|
||||
"@nextcloud/upload": "^1.7.1",
|
||||
"@nextcloud/vue": "^8.21.0",
|
||||
"@vueuse/core": "^11.3.0",
|
||||
"blueimp-md5": "^2.19.0",
|
||||
|
|
@ -3097,9 +3097,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/sharing": {
|
||||
"version": "0.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.3.tgz",
|
||||
"integrity": "sha512-hxQFOBBahbJkcmAGZFVS3943pQGSafNF6LMHmgcj0JPqExu1DWKuZvsCXZnGkaRJVcewHnZFcLAhpOf+VfcZmA==",
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.4.tgz",
|
||||
"integrity": "sha512-kOLAr0w4NDUGPF42L22i9iSs6Z3ylTsE0RudAGDBzw/pnxGY8PEwZI2j0IMAFRfQ7XFNcpV/EVHI5YCMxtxGMQ==",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@nextcloud/initial-state": "^2.2.0"
|
||||
|
|
@ -3152,22 +3152,22 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/upload": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.7.0.tgz",
|
||||
"integrity": "sha512-XJ44HXzqRhfgblcjC7M+3Pr52Cyl8NEUOzGckcVUx8JZl027aiKpkUdXE6yKseJDi7OsoBQzGzJiBXYTaPq3Rw==",
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.7.1.tgz",
|
||||
"integrity": "sha512-WdzPSqbMOh0HCrLcWxrp0s7KNnK52ZoQEL1Q1tRP/U2RxXU5MczKxlJb/NOh1w9cYGffSdlze/Z7G95/7waGqw==",
|
||||
"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.9.1",
|
||||
"@nextcloud/files": "^3.10.0",
|
||||
"@nextcloud/l10n": "^3.1.0",
|
||||
"@nextcloud/logger": "^3.0.2",
|
||||
"@nextcloud/paths": "^2.2.1",
|
||||
"@nextcloud/router": "^3.0.0",
|
||||
"@nextcloud/sharing": "^0.2.3",
|
||||
"axios": "^1.7.7",
|
||||
"@nextcloud/sharing": "^0.2.4",
|
||||
"axios": "^1.7.9",
|
||||
"axios-retry": "^4.5.0",
|
||||
"crypto-browserify": "^3.12.1",
|
||||
"p-cancelable": "^4.0.1",
|
||||
|
|
@ -5405,9 +5405,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.7.7",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
|
||||
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
||||
"version": "1.7.9",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
|
||||
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.6",
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
"@nextcloud/password-confirmation": "^5.3.0",
|
||||
"@nextcloud/paths": "^2.2.1",
|
||||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/upload": "^1.7.0",
|
||||
"@nextcloud/upload": "^1.7.1",
|
||||
"@nextcloud/vue": "^8.21.0",
|
||||
"@vueuse/core": "^11.3.0",
|
||||
"blueimp-md5": "^2.19.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue