From 1c151f4ec0c7c18f241379494fd8cf292fc30490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 02:57:02 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/files from 3.0.0-beta.8 to 3.0.0-beta.9 Bumps [@nextcloud/files](https://github.com/nextcloud/nextcloud-files) from 3.0.0-beta.8 to 3.0.0-beta.9. - [Release notes](https://github.com/nextcloud/nextcloud-files/releases) - [Changelog](https://github.com/nextcloud/nextcloud-files/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-files/compare/v3.0.0-beta.8...v3.0.0-beta.9) --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1779b2343d7..e5a0d0fddf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^4.0.1", "@nextcloud/event-bus": "^3.0.1", - "@nextcloud/files": "^3.0.0-beta.8", + "@nextcloud/files": "^3.0.0-beta.9", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", "@nextcloud/moment": "^1.2.1", @@ -2847,9 +2847,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@nextcloud/files": { - "version": "3.0.0-beta.8", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.8.tgz", - "integrity": "sha512-qzL5lKhm913mBzu//rFnKobZ5GI8iAQ7GwVUez3Gpmso6TyEm/kdSloK2dRNWHStFotQdQRbl75KoyCyoz4cXg==", + "version": "3.0.0-beta.9", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.9.tgz", + "integrity": "sha512-K4k8wmxNmIeJz5VmLzGiYH9wc6rv0i9BcVOL9xuSHPwf/ukJZzw/hKHnE1ohBzIKfCZUS619dsa2hI/OjRa3Lg==", "dependencies": { "@nextcloud/auth": "^2.0.0", "@nextcloud/l10n": "^2.1.0", @@ -20486,9 +20486,9 @@ } }, "@nextcloud/files": { - "version": "3.0.0-beta.8", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.8.tgz", - "integrity": "sha512-qzL5lKhm913mBzu//rFnKobZ5GI8iAQ7GwVUez3Gpmso6TyEm/kdSloK2dRNWHStFotQdQRbl75KoyCyoz4cXg==", + "version": "3.0.0-beta.9", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.9.tgz", + "integrity": "sha512-K4k8wmxNmIeJz5VmLzGiYH9wc6rv0i9BcVOL9xuSHPwf/ukJZzw/hKHnE1ohBzIKfCZUS619dsa2hI/OjRa3Lg==", "requires": { "@nextcloud/auth": "^2.0.0", "@nextcloud/l10n": "^2.1.0", diff --git a/package.json b/package.json index 61061179c43..00356545f1b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^4.0.1", "@nextcloud/event-bus": "^3.0.1", - "@nextcloud/files": "^3.0.0-beta.8", + "@nextcloud/files": "^3.0.0-beta.9", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", "@nextcloud/moment": "^1.2.1",