diff --git a/front/package-lock.json b/front/package-lock.json index 5283b5b..4ef0102 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -11004,9 +11004,9 @@ } }, "vue": { - "version": "2.5.13", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.13.tgz", - "integrity": "sha512-3D+lY7HTkKbtswDM4BBHgqyq+qo8IAEE8lz8va1dz3LLmttjgo0FxairO4r1iN2OBqk8o1FyL4hvzzTFEdQSEw==" + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz", + "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==" }, "vue-highlightjs": { "version": "1.3.3", diff --git a/front/package.json b/front/package.json index 2c85faa..8d53c27 100644 --- a/front/package.json +++ b/front/package.json @@ -12,7 +12,7 @@ "dependencies": { "element-ui": "^2.2.2", "highlight.js": "^9.13.1", - "vue": "^2.5.2", + "vue": "^2.6.11", "vue-highlightjs": "^1.3.3", "vue-i18n": "^8.0.0", "vue-router": "^3.0.1",