From e23e75c211b49122b7910a04f670f5056e51fbbb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 07:16:47 +0000 Subject: [PATCH] Bump vuex from 3.1.2 to 3.1.3 Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.2...v3.1.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9195ac5..91a2c11 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "vue-router": "^3.1.6", "vue-server-renderer": "^2.6.11", "vue-template-compiler": "^2.6.11", - "vuex": "^3.1.2", + "vuex": "^3.1.3", "vuex-router-sync": "^5.0.0", "webpack": "^4.41.6", "webpack-cli": "^3.3.11", diff --git a/yarn.lock b/yarn.lock index 9ccc40c..35c2ec0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8433,10 +8433,10 @@ vuex-router-sync@^5.0.0: resolved "https://registry.yarnpkg.com/vuex-router-sync/-/vuex-router-sync-5.0.0.tgz#1a225c17a1dd9e2f74af0a1b2c62072e9492b305" integrity sha512-Mry2sO4kiAG64714X1CFpTA/shUH1DmkZ26DFDtwoM/yyx6OtMrc+MxrU+7vvbNLO9LSpgwkiJ8W+rlmRtsM+w== -vuex@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.1.2.tgz#a2863f4005aa73f2587e55c3fadf3f01f69c7d4d" - integrity sha512-ha3jNLJqNhhrAemDXcmMJMKf1Zu4sybMPr9KxJIuOpVcsDQlTBYLLladav2U+g1AvdYDG5Gs0xBTb0M5pXXYFQ== +vuex@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.1.3.tgz#f2ad73e3fb73691698b38c93f66e58e267947180" + integrity sha512-k8vZqNMSNMgKelVZAPYw5MNb2xWSmVgCKtYKAptvm9YtZiOXnRXFWu//Y9zQNORTrm3dNj1n/WaZZI26tIX6Mw== watchpack@^1.6.0: version "1.6.0"