From 372935f19035b925f0aa565977bba6fe32180451 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2020 02:14:56 +0000 Subject: [PATCH] Bump vuex from 3.1.2 to 3.1.3 in /js Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.2...v3.1.3) 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 aca4ee750..e44217c1a 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -7294,9 +7294,9 @@ } }, "vuex": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.2.tgz", - "integrity": "sha512-ha3jNLJqNhhrAemDXcmMJMKf1Zu4sybMPr9KxJIuOpVcsDQlTBYLLladav2U+g1AvdYDG5Gs0xBTb0M5pXXYFQ==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.3.tgz", + "integrity": "sha512-k8vZqNMSNMgKelVZAPYw5MNb2xWSmVgCKtYKAptvm9YtZiOXnRXFWu//Y9zQNORTrm3dNj1n/WaZZI26tIX6Mw==" }, "watchpack": { "version": "1.6.0", diff --git a/js/package.json b/js/package.json index 041ff9b02..b28cf21ad 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.1.2" + "vuex": "^3.1.3" }, "devDependencies": { "@babel/core": "^7.8.7",