From 49ab539db16d2c774c443f6093157f84759a1e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 2 Mar 2019 02:16:20 +0000 Subject: [PATCH] Bump nextcloud-vue from 0.7.1 to 0.8.0 Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.7.1...v0.8.0) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8655d1b..d55d1cea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7513,9 +7513,9 @@ } }, "nextcloud-vue": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.7.1.tgz", - "integrity": "sha512-7KtOuZh2hGlppN8zyxGU+tg/8SxO/DYxed7NG4m6YpaCpFJXg/OKADlKTy44meHXnnCW/+TPeDTh+KvPKxU/Sw==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.8.0.tgz", + "integrity": "sha512-6qXcWTgtrbM4W1AjyHSWn0cHOFm/Q39A//OibrY7M332orQnDvCrDoGloUUOW6+vbXJarI+L7t7scL6mkRw4Qg==", "requires": { "hammerjs": "^2.0.8", "md5": "^2.2.1", @@ -11722,9 +11722,9 @@ } }, "vue-multiselect": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.3.tgz", - "integrity": "sha512-ANLvoLEZv5uzissmh2WSHTn8DGhqsKi6zVtctpf1wnGK6vmZBktQZzeuHGxH7KpIb+4A6BlXmq0RR08jtQ67tg==" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.4.tgz", + "integrity": "sha512-ryd2Ybl56LE81IxlwbZUo4gAWnUSG45iUGX4KgVwsteitK2R+cOLwJaJescobpIDJnVlVorRUnX5u7my1vBu2w==" }, "vue-resize": { "version": "0.4.5", diff --git a/package.json b/package.json index f6a0b608..73e24758 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "linkifyjs": "^2.1.8", "nextcloud-axios": "^0.1.3", - "nextcloud-vue": "^0.7.1", + "nextcloud-vue": "^0.8.0", "tributejs": "^3.5.3", "twemoji": "^11.3.0", "uuid": "^3.3.2",