diff --git a/front/package.json b/front/package.json index ef77fc446..5a1fc1633 100644 --- a/front/package.json +++ b/front/package.json @@ -54,7 +54,7 @@ "vue3-gettext": "2.3.4", "vue3-lazyload": "0.3.6", "vuedraggable": "4.1.0", - "vuex": "4.0.2", + "vuex": "4.1.0", "vuex-persistedstate": "4.1.0", "vuex-router-sync": "5.0.0" }, diff --git a/front/yarn.lock b/front/yarn.lock index 21ff5d145..182f5ce40 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -5632,10 +5632,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@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"