From c804684620ee50183fe923bb20faff698cf9479d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Mar 2020 22:25:14 +0000 Subject: [PATCH] fix: upgrade vue from 2.6.10 to 2.6.11 Snyk has created this PR to upgrade vue from 2.6.10 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/michaelkohler-eeo/project/b6ae2d06-7d5d-49f3-a212-c91953de0776?utm_source=github&utm_medium=upgrade-pr --- voting/package-lock.json | 6 +++--- voting/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/voting/package-lock.json b/voting/package-lock.json index bbaf9d6..62928a7 100644 --- a/voting/package-lock.json +++ b/voting/package-lock.json @@ -10651,9 +10651,9 @@ "dev": true }, "vue": { - "version": "2.6.10", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.10.tgz", - "integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==" + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz", + "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==" }, "vue-chartjs": { "version": "3.4.2", diff --git a/voting/package.json b/voting/package.json index 789bfbd..630f2d1 100644 --- a/voting/package.json +++ b/voting/package.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^0.19.0", "chart.js": "^2.8.0", - "vue": "^2.6.10", + "vue": "^2.6.11", "vue-chartjs": "^3.4.2", "vue-router": "^3.1.3", "vuex": "^3.1.1",