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.2 to 2.6.3
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.3)

Updates `vue-template-compiler` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-07 02:18:16 +00:00
parent da6b21f1cb
commit 27a20dbea5
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View file

@ -15060,9 +15060,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.3",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.3.tgz",
"integrity": "sha512-yftjtahz4UTAtOlXXuw7UaYD86fWrMDAAzqTdqJJx2FIBqcPmBN6kPBHiBJFGaQELVblb5ijbFMXsx0i0F7q3g=="
},
"vue-click-outside": {
"version": "1.0.7",
@ -15185,9 +15185,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.3",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.3.tgz",
"integrity": "sha512-SQ3lJk7fwquz8fGac7MwvP9cEBZntokTWITaDrLC0zmyBKjcOfJtWZkMsv+2uSUBDD8kwz8Bsad9xmBWaNULhg==",
"dev": true,
"requires": {
"de-indent": "^1.0.2",

View file

@ -40,7 +40,7 @@
"p-limit": "^2.1.0",
"uuid": "^3.3.2",
"v-tooltip": "2.0.0-rc.33",
"vue": "^2.6.2",
"vue": "^2.6.3",
"vue-clipboard2": "^0.2.1",
"vue-router": "3.0.2",
"vuex": "^3.1.0",
@ -83,7 +83,7 @@
"vue-click-outside": "^1.0.7",
"vue-jest": "^3.0.2",
"vue-loader": "^15.6.2",
"vue-template-compiler": "^2.6.2",
"vue-template-compiler": "^2.6.3",
"webpack": "^4.29.1",
"webpack-cli": "^3.2.3",
"webpack-merge": "^4.2.1"