From b56b2b6c6354ef2406fb35b1ba74010c91f0a2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 01:14:46 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/capabilities from 1.1.0 to 1.2.0 Bumps [@nextcloud/capabilities](https://github.com/nextcloud-libraries/nextcloud-capabilities) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-capabilities/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-capabilities/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-capabilities/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/capabilities" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfa7139cf..7309d3dff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@babel/runtime": "^7.24.4", "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", - "@nextcloud/capabilities": "^1.1.0", + "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^4.2.6", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.1.1", diff --git a/package.json b/package.json index 2f0f627cb..0df1fed21 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/runtime": "^7.24.4", "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", - "@nextcloud/capabilities": "^1.1.0", + "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^4.2.6", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.1.1",