From a824d24cc77a63cc956e00a2e4000e559436e9b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 04:38:50 +0000 Subject: [PATCH] Bump vuex from 3.6.2 to 4.1.0 in /public_html/src Bumps [vuex](https://github.com/vuejs/vuex) from 3.6.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/v3.6.2...v4.1.0) --- updated-dependencies: - dependency-name: vuex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- public_html/src/package.json | 2 +- public_html/src/yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/public_html/src/package.json b/public_html/src/package.json index e1aba98a3be..b2254775cbc 100644 --- a/public_html/src/package.json +++ b/public_html/src/package.json @@ -45,7 +45,7 @@ "lodash.unionby": "^4.8.0", "vue-color": "^2.8.1", "vue-drag-resize": "https://github.com/kirillmurashov/vue-drag-resize#master", - "vuex": "^3.6.2" + "vuex": "^4.1.0" }, "bugs": { "url": "https://github.com/YetiForceCompany/YetiForceCRM/issues" diff --git a/public_html/src/yarn.lock b/public_html/src/yarn.lock index 23891d392d4..d1a8d032206 100644 --- a/public_html/src/yarn.lock +++ b/public_html/src/yarn.lock @@ -2,6 +2,11 @@ # yarn lockfile v1 +"@vue/devtools-api@^6.0.0-beta.11": + version "6.4.4" + resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.4.4.tgz#0b024fc8ca91bb4b6035abaf53c5aecc17119b3b" + integrity sha512-Ku31WzpOV/8cruFaXaEZKF81WkNnvCSlBY4eOGtz5WMSdJvX1v1WWlSMGZeqUwPtQ27ZZz7B62erEMq8JDjcXw== + clamp@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/clamp/-/clamp-1.0.1.tgz#66a0e64011816e37196828fdc8c8c147312c8634" @@ -58,7 +63,9 @@ vue-drag-resize@^1.5.0-rc3, "vue-drag-resize@https://github.com/kirillmurashov/v dependencies: vue-drag-resize "^1.5.0-rc3" -vuex@^3.6.2: - version "3.6.2" - resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.6.2.tgz#236bc086a870c3ae79946f107f16de59d5895e71" - integrity sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw== +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"