From 5677d981d59a3fa3e6a8839f9a144ce77690f5f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 22:22:36 +0000 Subject: [PATCH] fix: upgrade vuex from 3.1.1 to 3.1.2 Snyk has created this PR to upgrade vuex from 3.1.1 to 3.1.2. See this package in NPM: https://www.npmjs.com/package/vuex 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 9c2a754..3e52e29 100644 --- a/voting/package-lock.json +++ b/voting/package-lock.json @@ -10731,9 +10731,9 @@ "dev": true }, "vuex": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.1.tgz", - "integrity": "sha512-ER5moSbLZuNSMBFnEBVGhQ1uCBNJslH9W/Dw2W7GZN23UQA69uapP5GTT9Vm8Trc0PzBSVt6LzF3hGjmv41xcg==" + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.2.tgz", + "integrity": "sha512-ha3jNLJqNhhrAemDXcmMJMKf1Zu4sybMPr9KxJIuOpVcsDQlTBYLLladav2U+g1AvdYDG5Gs0xBTb0M5pXXYFQ==" }, "vuex-router-sync": { "version": "5.0.0", diff --git a/voting/package.json b/voting/package.json index dfd8a0d..f25820f 100644 --- a/voting/package.json +++ b/voting/package.json @@ -13,7 +13,7 @@ "vue": "^2.6.10", "vue-chartjs": "^3.5.0", "vue-router": "^3.1.3", - "vuex": "^3.1.1", + "vuex": "^3.1.2", "vuex-router-sync": "^5.0.0" }, "devDependencies": {