From 3cf29d65604f805170c9064be55dbc6ed5d2a003 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Nov 2020 12:42:32 +0100 Subject: [PATCH] Bump vuex from 3.5.1 to 3.6.0 (#465) Bumps [vuex](https://github.com/vuejs/vuex) from 3.5.1 to 3.6.0. - [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.5.1...v3.6.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 1e229eed..f6617edc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16485,9 +16485,9 @@ } }, "vuex": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz", - "integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.6.0.tgz", + "integrity": "sha512-W74OO2vCJPs9/YjNjW8lLbj+jzT24waTo2KShI8jLvJW8OaIkgb3wuAMA7D+ZiUxDOx3ubwSZTaJBip9G8a3aQ==" }, "watchpack": { "version": "1.7.5", diff --git a/package.json b/package.json index 6f8a68b6..4c97f52b 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,6 @@ "vue-moment": "^4.1.0", "vue-sweetalert2": "^4.1.1", "vuepress-plugin-robots": "^1.0.1", - "vuex": "^3.5.1" + "vuex": "^3.6.0" } }