bump: vue and vue-template compiler to 2.6.12

This commit is contained in:
Roberto Tonino 2020-09-18 00:01:30 +02:00
parent cda31a93ff
commit effd3a2ab1
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "deemix",
"version": "1.0.16",
"version": "1.3.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -2795,9 +2795,9 @@
}
},
"vue": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz",
"integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ=="
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.12.tgz",
"integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg=="
},
"vue-i18n": {
"version": "8.18.2",
@ -2810,9 +2810,9 @@
"integrity": "sha512-SdKRBeoXUjaZ9R/8AyxsdTqkOfMcI5tWxPZOUX5Ie1BTL5rPSZ0O++pbiZCeYeythiZIdLEfkDiQPKIaWk5hDg=="
},
"vue-template-compiler": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz",
"integrity": "sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==",
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.12.tgz",
"integrity": "sha512-OzzZ52zS41YUbkCBfdXShQTe69j1gQDZ9HIX8miuC9C3rBCk9wIRjLiZZLrmX9V+Ftq/YEyv1JaVr5Y/hNtByg==",
"dev": true,
"requires": {
"de-indent": "^1.0.2",

View File

@ -21,7 +21,7 @@
"lodash-es": "^4.17.15",
"svg-country-flags": "^1.2.7",
"toastify-js": "^1.8.0",
"vue": "^2.6.11",
"vue": "^2.6.12",
"vue-i18n": "^8.18.2",
"vue-router": "^3.3.4",
"vuex": "^3.5.1"
@ -40,6 +40,6 @@
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-vue": "^4.2.0",
"sass": "^1.26.8",
"vue-template-compiler": "^2.6.11"
"vue-template-compiler": "^2.6.12"
}
}

File diff suppressed because one or more lines are too long