From 44aea8bf140751b20d466cfe69399ecc2b4f0e9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Feb 2020 07:04:29 +0000 Subject: [PATCH] fix: upgrade vue from 2.5.13 to 2.6.11 Snyk has created this PR to upgrade vue from 2.5.13 to 2.6.11. See this package in NPM: https://www.npmjs.com/package/vue See this project in Snyk: https://app.snyk.io/org/t438879/project/33205a16-c8fe-4fd9-a2c7-8f6880a0d475?utm_source=github&utm_medium=upgrade-pr --- front/package-lock.json | 6 +++--- front/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",