From c95b2df8053c047a3b69424d4b3c5a0e3b7064b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 01:29:46 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/files from 3.8.0 to 3.9.0 Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9cb8cc..bf8b15a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.8.0", + "@nextcloud/files": "^3.9.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1", @@ -1643,12 +1643,11 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.8.0.tgz", - "integrity": "sha512-5oi61suf2nDcXPTA4BSxl7EomJBCWrmc6ZGaokaj+jREOsSVlS+nR3ID/6eMqZSsqODpAARK56djyUPmiHOLWQ==", - "license": "AGPL-3.0-or-later", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.0.tgz", + "integrity": "sha512-GKlD8PESRgpP3Rz7xgLbRPXvk1EKStkN8zwM3/L2Dl70g2qkUh1IdEAPZO2KlCdJPD8QxcdK4ib0KClk/ounpA==", "dependencies": { - "@nextcloud/auth": "^2.3.0", + "@nextcloud/auth": "^2.4.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", @@ -1656,10 +1655,10 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", "cancelable-promise": "^4.3.1", - "is-svg": "^5.0.1", + "is-svg": "^5.1.0", "typedoc-plugin-missing-exports": "^3.0.0", "typescript-event-target": "^1.1.1", - "webdav": "^5.7.0" + "webdav": "^5.7.1" }, "engines": { "node": "^20.0.0", diff --git a/package.json b/package.json index 78d44f7..3744605 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.8.0", + "@nextcloud/files": "^3.9.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1",