From 1eb35b0a42dd9f651d7b679d7b5ffe33dad1db57 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 21:12:33 +0000 Subject: [PATCH] chore(deps): bump vuex from 3.1.0 to 3.1.1 Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot-preview[bot] --- 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 b9cd28ff..df815dda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11815,9 +11815,9 @@ "integrity": "sha512-nXza0yeoynEdrdV8RKStHA0KykPyVXNHjcQOqxc+5rW5051V3RMrsI9ob1+kiJM8azoww6t6XiC/+AS7aiqEew==" }, "vuex": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.0.tgz", - "integrity": "sha512-mdHeHT/7u4BncpUZMlxNaIdcN/HIt1GsGG5LKByArvYG/v6DvHcOxvDCts+7SRdCoIRGllK8IMZvQtQXLppDYg==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.1.tgz", + "integrity": "sha512-ER5moSbLZuNSMBFnEBVGhQ1uCBNJslH9W/Dw2W7GZN23UQA69uapP5GTT9Vm8Trc0PzBSVt6LzF3hGjmv41xcg==" }, "watchpack": { "version": "1.6.0", diff --git a/package.json b/package.json index cc43e52d..ab9cd527 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "vue-awesome": "^3.3.1", "vue-resize-directive": "^1.1.4", "vuetrend": "^0.3.2", - "vuex": "^3.1.0" + "vuex": "^3.1.1" }, "devDependencies": { "@babel/core": "^7.2.2",