diff --git a/apps/updatenotification/js/updatenotification.js b/apps/updatenotification/js/updatenotification.js index a3c5488f2d1b2f63a5fc2a11cf46e0de5750701f..36b51e22d7d9e520c2cfe5b22e75cc726015207d 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 dcc67c40e0f48588a70a23a17458d16f99314f95..24a3d1b343c490e71801221e50c2e5dc0fbf0d9b 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 e679ee8a16b1d8c16ba898e97f35b4ea722f4b4c..13e50ee1da843873a4b9b643baa1a772c53bdd96 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -7247,9 +7247,9 @@ } }, "vue": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.2.tgz", - "integrity": "sha512-NZAb0H+t3/99g2nygURcEJ+ncvzNLPiEiFI5MGhc1Cjsw5uYprF+Ol7SOd1RXPcmVVzK7jUBl0th2tNgt+VQDg==" + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.4.tgz", + "integrity": "sha512-PbR3FWMgCGjRxRjtWURhcTTBSrA/WHvz9g7v6eCcA0GQQZ0a2W6VrbdP0FKxRU62N9iQSHi3+VYLPfZA8W8m+Q==" }, "vue-click-outside": { "version": "1.0.7", @@ -7296,9 +7296,9 @@ } }, "vue-template-compiler": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.2.tgz", - "integrity": "sha512-2dBKNCtBPdx1TFef7T4zwF8IjOx2xbMNryCtFzneP+XIonJwOtnkq4s1mhKv8W79gXcGINQWtuaxituGAcuSnA==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.4.tgz", + "integrity": "sha512-RJePeQrGrSKDt2sfYRZ1DwnBuVMZDCMX6q5NTLZH6fs4RjXIxRE93wGOO2wKd3ebJEl9eKnPO6GpobNJGA7e3w==", "dev": true, "requires": { "de-indent": "^1.0.2", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index a63af462337e337ad1256de23b0576b4fe8f6c04..c8085187f1f48e2a0a3fb415477802d27f5bf829 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -25,7 +25,7 @@ "dependencies": { "nextcloud-vue": "^0.6.1", "v-tooltip": "^2.0.0-rc.33", - "vue": "^2.6.2", + "vue": "^2.6.4", "vue-click-outside": "^1.0.7" }, "devDependencies": { @@ -38,7 +38,7 @@ "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "vue-loader": "^15.6.2", - "vue-template-compiler": "^2.6.2", + "vue-template-compiler": "^2.6.4", "webpack": "^4.29.2", "webpack-cli": "^3.2.3", "webpack-merge": "^4.2.1"