From aca75de859e35f7aa455e4e19ea3d76feb575efd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2019 07:04:08 +0000 Subject: [PATCH] chore: upgrade vue from 2.5.13 to 2.6.10 Snyk has created this PR to upgrade vue from 2.5.13 to 2.6.10. 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..e6d6175 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.10", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.10.tgz", + "integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==" }, "vue-highlightjs": { "version": "1.3.3", diff --git a/front/package.json b/front/package.json index 2c85faa..10c1ea4 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.10", "vue-highlightjs": "^1.3.3", "vue-i18n": "^8.0.0", "vue-router": "^3.0.1",