From 3d8a25f115642d9cc79312defbb91327a01b8814 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Apr 2020 03:02:58 +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/estellecomment/project/3ba1fae2-36c6-41c9-8e98-daf582372d73?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 fbf9c2ac3..70946e3e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13345,9 +13345,9 @@ "integrity": "sha512-PkC4vxzFBo7i6FSCUAJfnaWOx6VkKbOqxijSGHHlWxh8FIUKEZVtFychkonVWtK3iwWfhmYtqHcwsmgxefLpLQ==" }, "vuex": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.2.tgz", - "integrity": "sha512-ha3jNLJqNhhrAemDXcmMJMKf1Zu4sybMPr9KxJIuOpVcsDQlTBYLLladav2U+g1AvdYDG5Gs0xBTb0M5pXXYFQ==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.3.tgz", + "integrity": "sha512-k8vZqNMSNMgKelVZAPYw5MNb2xWSmVgCKtYKAptvm9YtZiOXnRXFWu//Y9zQNORTrm3dNj1n/WaZZI26tIX6Mw==" }, "vuex-map-fields": { "version": "1.3.6", diff --git a/package.json b/package.json index e4916e3bd..b96547bd2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "vue-hot-reload-api": "^2.3.4", "vue-sidebar-menu": "^4.4.7", "vuejs-datepicker": "^1.6.2", - "vuex": "^3.1.2", + "vuex": "^3.1.3", "vuex-map-fields": "^1.3.6" }, "devDependencies": {