Update dependency vuex to v4.1.0

This commit is contained in:
Renovate Bot 2022-11-07 18:05:08 +00:00
parent 369f069c30
commit 81952ba0a7
2 changed files with 5 additions and 5 deletions

View File

@ -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"
},

View File

@ -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"