summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-02-16 02:15:07 +0000
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-17 21:23:42 +0100
commit2afa16e579aa16026c63f017d1324fb304286682 (patch)
treeeb96c3f30acfa09a1fad2b5dde46c628d337ed31 /package.json
parent1edfffd091ed416d99925d9dc660920560c457fa (diff)
downloadnextcloud-server-2afa16e579aa16026c63f017d1324fb304286682.tar.gz
nextcloud-server-2afa16e579aa16026c63f017d1324fb304286682.zip
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.5 to 2.6.6 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6) Updates `vue-template-compiler` from 2.6.5 to 2.6.6 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6bfdd3d12cb..c8f29a6369b 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"snap.js": "^2.0.9",
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git",
"underscore": "^1.9.1",
- "vue": "^2.6.5"
+ "vue": "^2.6.6"
},
"devDependencies": {
"@babel/core": "^7.2.2",
@@ -59,7 +59,7 @@
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"vue-loader": "^15.6.2",
- "vue-template-compiler": "^2.6.5",
+ "vue-template-compiler": "^2.6.6",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-merge": "^4.2.1"