From b94d1fba83db1c1b94be6105b319962bed0e8ffd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 07:56:06 +0000 Subject: [PATCH] Bump vuex from 3.1.1 to 3.1.2 in /client Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot-preview[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 149c790d..c91bc690 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16413,9 +16413,9 @@ } }, "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==" }, "watch": { "version": "1.0.2", diff --git a/client/package.json b/client/package.json index 27af55bb..d77ee00e 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "vue": "^2.6.10", "vue-router": "^3.1.3", "vuetify": "^2.1.9", - "vuex": "^3.1.1" + "vuex": "^3.1.2" }, "devDependencies": { "@mdi/font": "^4.5.95",