From d75aaf4b14226669ad5d7e1b82587b6df8578145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 16:56:46 +0000 Subject: [PATCH] Bump vuex from 3.6.0 to 3.6.2 Bumps [vuex](https://github.com/vuejs/vuex) from 3.6.0 to 3.6.2. - [Release notes](https://github.com/vuejs/vuex/releases) - [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuex/compare/v3.6.0...v3.6.2) --- updated-dependencies: - dependency-name: vuex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a9835443d33c..d060269ac778d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10758,9 +10758,9 @@ } }, "vuex": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.6.0.tgz", - "integrity": "sha512-W74OO2vCJPs9/YjNjW8lLbj+jzT24waTo2KShI8jLvJW8OaIkgb3wuAMA7D+ZiUxDOx3ubwSZTaJBip9G8a3aQ==" + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.6.2.tgz", + "integrity": "sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw==" }, "vuex-router-sync": { "version": "5.0.0", diff --git a/package.json b/package.json index 2f45a0f63a5c8..74f68e13ca521 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "vue-multiselect": "^2.1.6", "vue-router": "^3.4.9", "vuedraggable": "^2.24.3", - "vuex": "^3.6.0", + "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", "webdav": "^3.6.2" },