From c6c3f4abd96c5202e9f9187f32dc7abde0d57aa4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Apr 2020 03:56:25 +0000 Subject: [PATCH] fix: upgrade vuex from 3.1.2 to 3.1.3 Snyk has created this PR to upgrade vuex from 3.1.2 to 3.1.3. See this package in NPM: https://www.npmjs.com/package/vuex See this project in Snyk: https://app.snyk.io/org/drakeg-github-marketplace/project/57ee2323-39ec-4ca4-8ab4-9c8410cd883c?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 547c41d..3ef1df0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "vue": "^2.6.10", "vue-router": "3.1.6", "vuetify": "2.2.16", - "vuex": "3.1.2" + "vuex": "3.1.3" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.1.1",