diff --git a/js/package-lock.json b/js/package-lock.json index 0078d2320..1009f9b1c 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -5093,9 +5093,9 @@ } }, "nextcloud-vue-collections": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.2.0.tgz", - "integrity": "sha512-LDbJyUZffu8ZIkkXAMXkfqkUK36GaUiuS4IdgoOLe/z9prV/Iic7uwrDME015FsCv9GmfheOs7cfiU6xBIidGA==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.2.2.tgz", + "integrity": "sha512-7gL8fuI6EeoihGvnT+qMN/HUeWxtdYvHQgCSNqroWMOt99fxcLGi/EntNvozbF8zMO1RgvrRnY3Y6NxM1BLwmA==", "requires": { "nextcloud-axios": "^0.1.2", "nextcloud-vue": "^0.9.0", @@ -5106,9 +5106,9 @@ }, "dependencies": { "nextcloud-vue": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.2.tgz", - "integrity": "sha512-gw0A+qIEHP+P+iRhb+btSXuS3mkEgTyVr1aaJf8CvNXMlfxJMYMo25jQ+lHc9uRbl9MdGzl3U8gY84kTQffPjw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.3.tgz", + "integrity": "sha512-Z5i1oaDsyGz6JR50Q3uwftP12INMokIIcdx8PqjZgc6HpzX05CaJ6z8SqJsahscYZKRGpy4DCZT3ejrvZcxyWg==", "requires": { "hammerjs": "^2.0.8", "md5": "^2.2.1", diff --git a/js/package.json b/js/package.json index 0792f21e7..b67cbcb71 100644 --- a/js/package.json +++ b/js/package.json @@ -18,7 +18,7 @@ "markdown-it-link-target": "^1.0.2", "nextcloud-axios": "^0.1.3", "nextcloud-vue": "^0.8.0", - "nextcloud-vue-collections": "^0.2.0", + "nextcloud-vue-collections": "^0.2.2", "ng-infinite-scroll": "^1.3.0", "ng-sortable": "^1.3.8", "ui-select": "^0.19.8",