diff --git a/package.json b/package.json index d2832df..5e25cd6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "vue-mdijs": "^0.5.12", "vue-router": "^4.1.5", "vue-toastification": "^2.0.0-rc.1", - "vuex": "^4.0.2", + "vuex": "^4.1.0", "vuex-orm-localforage": "^0.3.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index e5226b8..c04e4bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3798,10 +3798,10 @@ vuex-orm-localforage@^0.3.2: deepmerge "^4.2.2" localforage "^1.7.3" -vuex@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/vuex/-/vuex-4.0.2.tgz#f896dbd5bf2a0e963f00c67e9b610de749ccacc9" - integrity sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q== +vuex@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/vuex/-/vuex-4.1.0.tgz#aa1b3ea5c7385812b074c86faeeec2217872e36c" + integrity sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ== dependencies: "@vue/devtools-api" "^6.0.0-beta.11"