From 6cc678fb2a04c5d04f527b1bdcc29c0dcab162f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Feb 2020 01:56:20 +0000 Subject: [PATCH] fix: upgrade vue from 2.5.17 to 2.6.11 Snyk has created this PR to upgrade vue from 2.5.17 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/tghelere/project/fa64d6c5-f2e2-4bb5-a64b-1a9b5669a1bf?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a3d0bdb..516093d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2340,9 +2340,9 @@ } }, "vue": { - "version": "2.5.17", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.17.tgz", - "integrity": "sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ==" + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz", + "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==" }, "vue-router": { "version": "3.1.5", diff --git a/package.json b/package.json index c13c631..6e3259b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build": "node build/build.js" }, "dependencies": { - "vue": "^2.5.2", + "vue": "^2.6.11", "vue-router": "^3.1.5" }, "devDependencies": {