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

pull/739/head
dependabot[bot] 2019-02-12 08:16:46 +00:00 committed by Henrique Dias
parent 9f8685bf10
commit 2bfdffb9c4
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -10681,9 +10681,9 @@
} }
}, },
"vue": { "vue": {
"version": "2.6.3", "version": "2.6.5",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.3.tgz", "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.5.tgz",
"integrity": "sha512-yftjtahz4UTAtOlXXuw7UaYD86fWrMDAAzqTdqJJx2FIBqcPmBN6kPBHiBJFGaQELVblb5ijbFMXsx0i0F7q3g==" "integrity": "sha512-htb449YZnpJ5ts+JjXQHVuvH3R3dcaGBe6/ePAwtsRj4cA1FG/OI0rHDCSMs+L9ZHDzpX7ru//Usb/2R3XfQaQ=="
}, },
"vue-eslint-parser": { "vue-eslint-parser": {
"version": "2.0.3", "version": "2.0.3",
@ -10750,9 +10750,9 @@
} }
}, },
"vue-template-compiler": { "vue-template-compiler": {
"version": "2.6.3", "version": "2.6.5",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.3.tgz", "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.5.tgz",
"integrity": "sha512-SQ3lJk7fwquz8fGac7MwvP9cEBZntokTWITaDrLC0zmyBKjcOfJtWZkMsv+2uSUBDD8kwz8Bsad9xmBWaNULhg==", "integrity": "sha512-7X/KZCqGulQ8KbysFd46cUnVzwvba7JxoPKA2TvVrO61/x0pIBqR17raV+ycnfUI4NYshhiNqH/3Db5NXErSdg==",
"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.3", "vue": "^2.6.5",
"vue-i18n": "^8.8.0", "vue-i18n": "^8.8.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.13.0", "eslint": "^5.13.0",
"eslint-plugin-vue": "^5.1.0", "eslint-plugin-vue": "^5.1.0",
"vue-template-compiler": "^2.6.3" "vue-template-compiler": "^2.6.5"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,