diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-12-22 17:12:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 17:12:34 +0100 |
commit | 301f9267bf1aa9182c9a18e3ab68c40b36f12f58 (patch) | |
tree | 284b4f1cbd0b9fec000b7da29556b98f8de12762 /package.json | |
parent | 12136a0cff9a6e552391bff9317a546f970c98b4 (diff) | |
parent | aca1aa59e43cdea35d743442e796d861dea426df (diff) | |
download | nextcloud-server-301f9267bf1aa9182c9a18e3ab68c40b36f12f58.tar.gz nextcloud-server-301f9267bf1aa9182c9a18e3ab68c40b36f12f58.zip |
Merge pull request #18534 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.11
Bump vue and vue-template-compiler
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 000639f7106..9bf4facabc3 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "underscore": "^1.9.1", "url-search-params-polyfill": "^7.0.1", "v-tooltip": "^2.0.2", - "vue": "^2.6.10", + "vue": "^2.6.11", "vue-click-outside": "^1.0.7", "vue-clipboard2": "^0.3.1", "vue-infinite-loading": "^2.4.4", @@ -106,7 +106,7 @@ "style-loader": "^1.1.1", "url-loader": "^3.0.0", "vue-loader": "^15.7.2", - "vue-template-compiler": "^2.6.10", + "vue-template-compiler": "^2.6.11", "webpack": "^4.41.2", "webpack-cli": "^3.3.10", "webpack-merge": "^4.2.2" |