diff options
Diffstat (limited to 'apps/updatenotification/package.json')
-rw-r--r-- | apps/updatenotification/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index d32f75e4c4a..a63af462337 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.5.22", + "vue": "^2.6.2", "vue-click-outside": "^1.0.7" }, "devDependencies": { @@ -38,8 +38,8 @@ "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "vue-loader": "^15.6.2", - "vue-template-compiler": "^2.5.22", - "webpack": "^4.29.1", + "vue-template-compiler": "^2.6.2", + "webpack": "^4.29.2", "webpack-cli": "^3.2.3", "webpack-merge": "^4.2.1" } |