From 135d6f03589d5d4eab9884dd2ec38a006223ecb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 02:06:52 +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) 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 4198adce4b..a66e50a366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23638,9 +23638,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==" }, "w3c-hr-time": { "version": "1.0.2", diff --git a/package.json b/package.json index d5fc2ac115..fb9e962c56 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "tiptap-utils": "^1.11.0", "vue": "^2.6.12", "vue-click-outside": "^1.0.7", - "vuex": "^3.6.0" + "vuex": "^3.6.2" }, "engines": { "node": ">=10.0.0"