From 6f41ebe56ea4210a167ea4ce99b579e482e67cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 08:03:58 +0000 Subject: [PATCH] Bump vuex from 4.0.2 to 4.1.0 Bumps [vuex](https://github.com/vuejs/vuex) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/vuejs/vuex/releases) - [Changelog](https://github.com/vuejs/vuex/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuex/compare/v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: vuex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 328fe9f7..a47bc816 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "vue-router": "^4.1.5", "vue-virtual-scroller": "2.0.0-beta.3", "vue3-i18next": "^0.2.1", - "vuex": "^4.0.2", + "vuex": "^4.1.0", "vuex-router-sync": "^6.0.0-rc.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 747ca652..3ade9da1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12324,10 +12324,10 @@ vuex-router-sync@^6.0.0-rc.1: resolved "https://registry.yarnpkg.com/vuex-router-sync/-/vuex-router-sync-6.0.0-rc.1.tgz#d8d003bca3067194808e16fd145eefc46ac5ac10" integrity sha512-pzVrX/rmQsDjJiKPAjgKxpkxWdiBBQmxATFA6eFyS2Tmo6jauq8iDk9BWxkw41/OA+pbq4wkONRC0aeErDw8GQ== -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"