From a5fed1bb648b9f302d8cb5c9892ec87520d4bd5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 06:13:53 +0000 Subject: [PATCH] Bump vuex from 3.4.0 to 3.5.1 Bumps [vuex](https://github.com/vuejs/vuex) from 3.4.0 to 3.5.1. - [Release notes](https://github.com/vuejs/vuex/releases) - [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuex/compare/v3.4.0...v3.5.1) Signed-off-by: dependabot[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 e351f43c..528d99e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12802,9 +12802,9 @@ } }, "vuex": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.4.0.tgz", - "integrity": "sha512-ajtqwEW/QhnrBZQsZxCLHThZZaa+Db45c92Asf46ZDXu6uHXgbfVuBaJ4gzD2r4UX0oMJHstFwd2r2HM4l8umg==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz", + "integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==" }, "vuex-persist": { "version": "2.2.0", diff --git a/package.json b/package.json index 31a997d1..017858f3 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "vue-click-outside": "^1.1.0", "vue-i18n": "^8.18.2", "vuedraggable": "^2.23.2", - "vuex": "^3.4.0", + "vuex": "^3.5.1", "vuex-persist": "^2.2.0" }, "devDependencies": {