diff --git a/package-lock.json b/package-lock.json index ce22ca01..7a76cd9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8193,9 +8193,9 @@ } }, "nextcloud-vue": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.5.tgz", - "integrity": "sha512-JWioquKIHnmt2O+8eS+7zd5Pg7DuouKKQlVBoLlm7bOPFTZuhn53B3lYiOnL8N/91ba8RnffHmDixz33m7/s8w==", + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.11.3.tgz", + "integrity": "sha512-lVih3gUuRZf5B82+XjLuiw3qp2tvAITF512mTyhHLtAzBWEiBfWsidMP10Nntql4zAEoLTZvLaQ1izFglMUDmw==", "requires": { "hammerjs": "^2.0.8", "md5": "^2.2.1", @@ -12511,9 +12511,9 @@ } }, "vue-multiselect": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.4.tgz", - "integrity": "sha512-ryd2Ybl56LE81IxlwbZUo4gAWnUSG45iUGX4KgVwsteitK2R+cOLwJaJescobpIDJnVlVorRUnX5u7my1vBu2w==" + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.6.tgz", + "integrity": "sha512-s7jmZPlm9FeueJg1RwJtnE9KNPtME/7C8uRWSfp9/yEN4M8XcS/d+bddoyVwVnvFyRh9msFo0HWeW0vTL8Qv+w==" }, "vue-resize": { "version": "0.4.5", @@ -12567,9 +12567,9 @@ "integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg==" }, "vue2-datepicker": { - "version": "2.10.3", - "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.10.3.tgz", - "integrity": "sha512-JfElGcEne5d4rELDSQ+rQ7qqX8g0pdYRYg+KYMqE07628WSyWm2kIoVnKQwvlfMCL4jeeovYVtiDAZHlrxCfGQ==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.11.2.tgz", + "integrity": "sha512-xGyIN5pMMdaKMnndSrzqW6LDST/e7PHcFt2uIp73OOMZMDAlhEmzroNtoYBwJEEzKnCNMo+ktcykgYljrE8y8Q==", "requires": { "fecha": "^2.3.3" } diff --git a/package.json b/package.json index cb034afe..2b82a893 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "linkifyjs": "^2.1.8", "nextcloud-axios": "^0.1.3", - "nextcloud-vue": "^0.9.5", + "nextcloud-vue": "^0.11.3", "tributejs": "^3.7.1", "twemoji": "^12.0.1", "uuid": "^3.3.2",