diff --git a/package-lock.json b/package-lock.json
index 6960bbb83dabbfc317295d9d8db26df0e41b288d..01e3e3cf1be30a4b107b08b41db90bfeca6361a5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4812,12 +4812,12 @@
       }
     },
     "nextcloud-vue-collections": {
-      "version": "0.1.2",
-      "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.1.2.tgz",
-      "integrity": "sha512-GoGvQSbBQWJQCjIPQVyKXvY2C289rZnqOo6LhpI8c7J9SuviHrbfUe5nAUZoyY5L6nsUHy5BUXtP6ppa+oiwbw==",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.2.0.tgz",
+      "integrity": "sha512-LDbJyUZffu8ZIkkXAMXkfqkUK36GaUiuS4IdgoOLe/z9prV/Iic7uwrDME015FsCv9GmfheOs7cfiU6xBIidGA==",
       "requires": {
         "nextcloud-axios": "^0.1.2",
-        "nextcloud-vue": "^0.7.0",
+        "nextcloud-vue": "^0.9.0",
         "v-tooltip": "^2.0.0-rc.33",
         "vue": "^2.6.6",
         "vue-click-outside": "^1.0.7",
@@ -4825,9 +4825,9 @@
       },
       "dependencies": {
         "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.9.1",
+          "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.1.tgz",
+          "integrity": "sha512-8Lmout8Y6+zNPHqZ8rV7GcuKRbFpM8EserkvhkXAJYymq9mblz2NkfmOzhOGxhRICfPHnZ/xFUTxUuaSus4p+Q==",
           "requires": {
             "hammerjs": "^2.0.8",
             "md5": "^2.2.1",
@@ -4836,6 +4836,7 @@
             "vue": "^2.6.7",
             "vue-click-outside": "^1.0.7",
             "vue-multiselect": "^2.1.3",
+            "vue-visible": "^1.0.2",
             "vue2-datepicker": "^2.10.0"
           }
         }
@@ -7190,6 +7191,11 @@
       "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
       "dev": true
     },
+    "vue-visible": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/vue-visible/-/vue-visible-1.0.2.tgz",
+      "integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg=="
+    },
     "vue2-datepicker": {
       "version": "2.10.0",
       "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.10.0.tgz",
diff --git a/package.json b/package.json
index e4afc571704e21f6ed2532d4b3a86592f07c1fe9..486827d30013d65a436caf55213122deaa837956 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
     "nextcloud-axios": "^0.1.3",
     "nextcloud-password-confirmation": "^0.4.1",
     "nextcloud-vue": "^0.8.0",
-    "nextcloud-vue-collections": "^0.1.2",
+    "nextcloud-vue-collections": "^0.2.0",
     "snap.js": "^2.0.9",
     "strengthify": "git+https://github.com/MorrisJobke/strengthify.git",
     "underscore": "^1.9.1",