diff --git a/package-lock.json b/package-lock.json index 28e10a0e..727d55f0 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 22578197..a759d50f 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",