From cd3b201ae812d1a48978b66220ae150727718531 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2020 01:13:06 +0000 Subject: [PATCH] Bump vuex from 3.2.0 to 3.3.0 in /js Bumps [vuex](https://github.com/vuejs/vuex) from 3.2.0 to 3.3.0. - [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.2.0...v3.3.0) Signed-off-by: dependabot-preview[bot] --- js/package-lock.json | 6 +++--- js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index c0ef1050a..6fdb3a8ec 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -7633,9 +7633,9 @@ } }, "vuex": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.2.0.tgz", - "integrity": "sha512-qBZGJJ1gUNWZbfZlH7ylIPwENg3R0Ckpq+qPexF065kOMOt1Ixt8WDJmtssVv7OhepWD0+Qie7pOS8f0oQy1JA==" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.3.0.tgz", + "integrity": "sha512-1MfcBt+YFd20DPwKe0ThhYm1UEXZya4gVKUvCy7AtS11YAOUR+9a6u4fsv1Rr6ePZCDNxW/M1zuIaswp6nNv8Q==" }, "watchpack": { "version": "1.6.1", diff --git a/js/package.json b/js/package.json index bdb97062d..9d73b59e8 100644 --- a/js/package.json +++ b/js/package.json @@ -23,7 +23,7 @@ "ng-sortable": "^1.3.8", "ui-select": "^0.19.8", "vue": "^2.6.11", - "vuex": "^3.2.0" + "vuex": "^3.3.0" }, "devDependencies": { "@babel/core": "^7.9.0",