From 9ea681f8d7b5486d50f4b9da8f0d8b97216ba943 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Apr 2020 05:04:19 +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/jupe/project/76792fc7-dcd9-48d2-85c9-0f59e726c9b6?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 b889d9a..ba81773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21043,9 +21043,9 @@ } }, "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==" }, "w3c-hr-time": { "version": "1.0.2", diff --git a/package.json b/package.json index 7032e0b..d9cbb7e 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "vue-socket.io-extended": "^4.0.1", "vue-splitpane": "1.0.6", "vuedraggable": "2.23.2", - "vuex": "3.1.2", + "vuex": "3.1.3", "xlsx": "0.15.5" }, "devDependencies": {