diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-10 01:21:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 01:21:15 +0000 |
commit | 523faee8239b68cd1268746098da0322bfdfadd9 (patch) | |
tree | cb46dac0e50a828c26498e5d1786b2ed3e838dc5 | |
parent | 1f0fddbc6916817bd28d4352f1c6382f860b26f3 (diff) | |
download | nextcloud-server-523faee8239b68cd1268746098da0322bfdfadd9.tar.gz nextcloud-server-523faee8239b68cd1268746098da0322bfdfadd9.zip |
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] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 992eb517146..c79e490afb7 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 48f4e37f7d5..1a5742d2c9c 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", |