diff --git a/apps/updatenotification/js/updatenotification.js b/apps/updatenotification/js/updatenotification.js index e5bb742382..d6db2383a9 100644 Binary files a/apps/updatenotification/js/updatenotification.js and b/apps/updatenotification/js/updatenotification.js differ diff --git a/apps/updatenotification/js/updatenotification.js.map b/apps/updatenotification/js/updatenotification.js.map index 78938b44f4..ebb1f626f4 100644 Binary files a/apps/updatenotification/js/updatenotification.js.map and b/apps/updatenotification/js/updatenotification.js.map differ diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index c8abe2e9c7..668f17bdfa 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -4833,9 +4833,9 @@ } }, "nextcloud-vue": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.6.0.tgz", - "integrity": "sha512-0Du8+jtaQN18NQRZvXpYYZPqWgiuxbQnLo12HMY1p+QkLfimoQOG1MI5vkVsrsbqg/ewJK9Wu1VsTJ30PJUuCQ==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.6.1.tgz", + "integrity": "sha512-CfNuGFkVlFBJ6KFPDEQpTr3QbCJJULawojkCmrvE5ylmH17gOcn5iLoGnrKxeufSgbx8SsRps4nbvk4+TcGRaA==", "requires": { "md5": "^2.2.1", "nextcloud-axios": "^0.1.2", @@ -7322,9 +7322,9 @@ "dev": true }, "vue2-datepicker": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.8.0.tgz", - "integrity": "sha512-IQw/ai04WYGZC4P7toLhryBHhrqc1hCJ3ivgEayXfeDD1EjJnIhUMb4nqo2JvRG72nPqc9HJvHM/66K+AZnjUA==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.9.1.tgz", + "integrity": "sha512-fabvNRw29lEmw64Sd4qwpNBc/2l1isQSlw7Pxg6pE+M5L9SHy58QnFyUKq16porJLDR8vyKDWavLpRgJOffgSg==", "requires": { "fecha": "^2.3.3" } diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index f71c69a446..a4da10ff4a 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/nextcloud/notifications#readme", "dependencies": { - "nextcloud-vue": "^0.6.0", + "nextcloud-vue": "^0.6.1", "v-tooltip": "^2.0.0-rc.33", "vue": "^2.5.22", "vue-click-outside": "^1.0.7"