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

This commit is contained in:
dependabot[bot] 2019-03-14 11:44:36 +00:00 committed by Henrique Dias
parent 371236e364
commit 6bd2a1852f
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -10947,9 +10947,9 @@
} }
}, },
"vue": { "vue": {
"version": "2.6.8", "version": "2.6.9",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.8.tgz", "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.9.tgz",
"integrity": "sha512-+vp9lEC2Kt3yom673pzg1J7T1NVGuGzO9j8Wxno+rQN2WYVBX2pyo/RGQ3fXCLh2Pk76Skw/laAPCuBuEQ4diw==" "integrity": "sha512-t1+tvH8hybPM86oNne3ZozCD02zj/VoZIiojOBPJLjwBn7hxYU5e1gBObFpq8ts1NEn1VhPf/hVXBDAJ3X5ljg=="
}, },
"vue-eslint-parser": { "vue-eslint-parser": {
"version": "2.0.3", "version": "2.0.3",
@ -11018,9 +11018,9 @@
} }
}, },
"vue-template-compiler": { "vue-template-compiler": {
"version": "2.6.8", "version": "2.6.9",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.8.tgz", "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.9.tgz",
"integrity": "sha512-SwWKANE5ee+oJg+dEJmsdxsxWYICPsNwk68+1AFjOS8l0O/Yz2845afuJtFqf3UjS/vXG7ECsPeHHEAD65Cjng==", "integrity": "sha512-QgO0LSCdeH6zUMSgtqel+yDWsZWQPXiWBdFg9qzOhWfQL8vZ+ywinAzE04rm1XrWc+3SU0YAdWISlEgs/i8WWA==",
"dev": true, "dev": true,
"requires": { "requires": {
"de-indent": "^1.0.2", "de-indent": "^1.0.2",

View File

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