From dc3bc4b461d76107ef299c336e28e3eedec12d4b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 09:29:23 +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-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 18ed1bc6..2d84c01c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29380,9 +29380,9 @@ "dev": true }, "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-router-sync": { "version": "5.0.0", diff --git a/package.json b/package.json index 1e892693..6f3bd7f4 100644 --- a/package.json +++ b/package.json @@ -204,7 +204,7 @@ "vue-resize": "^0.5.0", "vue-router": "^3.3.4", "vue-shortkey": "^3.1.7", - "vuex": "^3.4.0", + "vuex": "^3.5.1", "vuex-router-sync": "^5.0.0" }, "devDependencies": {