From cc75cd1e5e0c37d88890bc062f0b08e10857cec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:01:28 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/upload from 1.7.1 to 1.8.0 Bumps [@nextcloud/upload](https://github.com/nextcloud-libraries/nextcloud-upload) from 1.7.1 to 1.8.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.7.1...v1.8.0) --- updated-dependencies: - dependency-name: "@nextcloud/upload" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46ed670682..c0dd557b1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/upload": "^1.7.1", + "@nextcloud/upload": "^1.8.0", "@nextcloud/vue": "^8.22.0", "@vueuse/core": "^11.3.0", "blueimp-md5": "^2.19.0", @@ -3160,16 +3160,16 @@ } }, "node_modules/@nextcloud/upload": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.7.1.tgz", - "integrity": "sha512-WdzPSqbMOh0HCrLcWxrp0s7KNnK52ZoQEL1Q1tRP/U2RxXU5MczKxlJb/NOh1w9cYGffSdlze/Z7G95/7waGqw==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.8.0.tgz", + "integrity": "sha512-W/4dRdXj1bzeNSpayL6+NSQKjZ6FkPz0pWtnwGLMIK1DBq3rCtKRcnKAt5SIKrdyEESwi+MUzzV9fISphwdh0A==", "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.0", + "@nextcloud/files": "^3.10.1", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/paths": "^2.2.1", diff --git a/package.json b/package.json index b71611b754..b30cd67dcd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/upload": "^1.7.1", + "@nextcloud/upload": "^1.8.0", "@nextcloud/vue": "^8.22.0", "@vueuse/core": "^11.3.0", "blueimp-md5": "^2.19.0",