From 523faee8239b68cd1268746098da0322bfdfadd9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 10 Apr 2021 01:21:15 +0000 Subject: [PATCH] Bump @nextcloud/capabilities from 1.0.2 to 1.0.4 Bumps [@nextcloud/capabilities](https://github.com/nextcloud/nextcloud-capabilities) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/nextcloud/nextcloud-capabilities/releases) - [Changelog](https://github.com/nextcloud/nextcloud-capabilities/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-capabilities/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 992eb51714..c79e490afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3256,9 +3256,9 @@ "integrity": "sha512-f+sKpdLZXkODV+OY39K1M+Spmd4RgxmtEXmNn4Bviv4R7uBFHXuw+JX9ZdfDeOryfHjJ/TRQxQEp0GMpBwZFUw==" }, "@nextcloud/capabilities": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.0.2.tgz", - "integrity": "sha512-HR5vnT2GKTvoQla/WdP+V0/MD1eAGUNWCM0QXVGXQ0TCHb0AORYYMdEQafROsjNSH2kriArFnS/l3YZQrUa9yA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.0.4.tgz", + "integrity": "sha512-xsmwPPUJ8NN7YfLcq0gpDTibeb9lMBvY/bffMFnHcZi8hMGOouPiEY+CWAgJ5I9W6I2vNeacHUuTanEN5Ncb2A==", "requires": { "@nextcloud/initial-state": "^1.1.2", "core-js": "^3.6.4" diff --git a/package.json b/package.json index 48f4e37f7d..1a5742d2c9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@chenfengyuan/vue-qrcode": "^1.0.2", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.6.0", - "@nextcloud/capabilities": "^1.0.2", + "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.1", "@nextcloud/event-bus": "^1.2.0", "@nextcloud/files": "^1.1.0",