chore(deps): bump vue and vue-template-compiler (#112)

pull/739/head
dependabot[bot] 2019-03-04 13:37:54 +00:00 committed by Henrique Dias
parent 25c04af500
commit ec78f67abd
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -10823,9 +10823,9 @@
}
},
"vue": {
"version": "2.6.7",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.7.tgz",
"integrity": "sha512-g7ADfQ82QU+j6F/bVDioVQf2ccIMYLuR4E8ev+RsDBlmwRkhGO3HhgF4PF9vpwjdPpxyb1zzLur2nQ2oIMAMEg=="
"version": "2.6.8",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.8.tgz",
"integrity": "sha512-+vp9lEC2Kt3yom673pzg1J7T1NVGuGzO9j8Wxno+rQN2WYVBX2pyo/RGQ3fXCLh2Pk76Skw/laAPCuBuEQ4diw=="
},
"vue-eslint-parser": {
"version": "2.0.3",
@ -10894,9 +10894,9 @@
}
},
"vue-template-compiler": {
"version": "2.6.7",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.7.tgz",
"integrity": "sha512-ZjxJLr6Lw2gj6aQGKwBWTxVNNd28/qggIdwvr5ushrUHUvqgbHD0xusOVP2yRxT4pX3wRIJ2LfxjgFT41dEtoQ==",
"version": "2.6.8",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.8.tgz",
"integrity": "sha512-SwWKANE5ee+oJg+dEJmsdxsxWYICPsNwk68+1AFjOS8l0O/Yz2845afuJtFqf3UjS/vXG7ECsPeHHEAD65Cjng==",
"dev": true,
"requires": {
"de-indent": "^1.0.2",

View File

@ -17,7 +17,7 @@
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"noty": "^3.2.0-beta",
"vue": "^2.6.7",
"vue": "^2.6.8",
"vue-i18n": "^8.8.2",
"vue-router": "^3.0.2",
"vuex": "^3.1.0",
@ -30,7 +30,7 @@
"babel-eslint": "^10.0.1",
"eslint": "^5.15.0",
"eslint-plugin-vue": "^5.2.2",
"vue-template-compiler": "^2.6.7"
"vue-template-compiler": "^2.6.8"
},
"eslintConfig": {
"root": true,