diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-19 01:17:19 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-11-08 15:10:56 +0100 |
commit | 9fdd3484d163d24530ca382dccf6cda55eecfb43 (patch) | |
tree | 0503da354f188f13f22a2728deace800355907ba /package-lock.json | |
parent | 78cf3129aa535502f2baea49944e11221a2acf5c (diff) | |
download | nextcloud-server-9fdd3484d163d24530ca382dccf6cda55eecfb43.tar.gz nextcloud-server-9fdd3484d163d24530ca382dccf6cda55eecfb43.zip |
chore(deps): Bump @nextcloud/upload from 1.6.0 to 1.6.1
Bumps [@nextcloud/upload](https://github.com/skjnldsv/nextcloud-upload) from 1.6.0 to 1.6.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.6.0...v1.6.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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 11f2e4d5938..ecd93817be4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", - "@nextcloud/upload": "^1.6.0", + "@nextcloud/upload": "^1.6.1", "@nextcloud/vue": "^8.17.1", "@simplewebauthn/browser": "^10.0.0", "@skjnldsv/sanitize-svg": "^1.0.2", @@ -4176,14 +4176,14 @@ } }, "node_modules/@nextcloud/upload": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.6.0.tgz", - "integrity": "sha512-8u3shCNGChzJpE3VwfoA0q0B5KoLgB9QEWnFU0ZkWYPy4KrxMKHLcdncQBt3VpBJwMg8Q1YqxUHKHZ3HX6e6Hw==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.6.1.tgz", + "integrity": "sha512-DlRYY5gQF5PEU2StLDx5bCvaMBe26FWd4Pb10Ra4eUyPYPAwdSP4w1piRMQro1TRRbeSBizSjd72xeqBZVmKjA==", "dependencies": { "@nextcloud/auth": "^2.4.0", - "@nextcloud/axios": "^2.5.0", + "@nextcloud/axios": "^2.5.1", "@nextcloud/dialogs": "^5.3.7", - "@nextcloud/files": "^3.8.0", + "@nextcloud/files": "^3.9.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/paths": "^2.2.1", |