From 1fa9806ed89c2a73ef1cc108e694a2aaf688a249 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2020 01:20:58 +0000 Subject: [PATCH] Bump @nextcloud/vue from 2.2.0 to 2.2.1 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.2.0...v2.2.1) 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 902e6b4..bc9c54f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2937,9 +2937,9 @@ } }, "@nextcloud/vue": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.2.0.tgz", - "integrity": "sha512-F7KA39DrBQT/IFY42rqfcA0NvOqQ06PUtI6Htph5quXXgXdvqIqRSb+w2/aWkmprKwHRaBMtCX3Dxrd+uGdqpw==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.2.1.tgz", + "integrity": "sha512-A2vrP+8cMM67Q9q5ZhUriNn4WDb/X6Q7zNqUT6iCQWI5pf/aun0DbWatZQRtH9OIDfdoj5seUlpNXlPFd8eccg==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", diff --git a/package.json b/package.json index 4e6ce81..cb11045 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/l10n": "^1.3.0", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.1.0", - "@nextcloud/vue": "^2.2.0", + "@nextcloud/vue": "^2.2.1", "core-js": "^3.6.5", "crypto-js": "^4.0.0", "debounce": "^1.2.0",