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.5.21 to 2.5.22
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.21...v2.5.22)

Updates `vue-template-compiler` from 2.5.21 to 2.5.22
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.21...v2.5.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-01 05:38:36 +00:00
parent 6e9d3563ef
commit 7e73763506
2 changed files with 10 additions and 10 deletions

View File

@@ -33,8 +33,8 @@
"promise": "^7.3.1",
"sortablejs": "^1.6.1",
"sweetalert2": "^6.8.0",
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.16"
"vue": "^2.5.22",
"vue-template-compiler": "^2.5.22"
},
"private": true
}