From 08f0f8e132d117797080c4078a101ab93b0985a5 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 7 Oct 2020 11:09:21 -0700 Subject: Update Vuex package to v3.5.1 New hasModule method was added in v3.2.0. This new feature is needed with env specific work being done for the two image firmware update work. Signed-off-by: Yoshie Muranaka Change-Id: Ia2a9168f76eb36a586913bd6371533eea0981b1c --- 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 2736c3b7..e8225a77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15920,9 +15920,9 @@ } }, "vuex": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.0.1.tgz", - "integrity": "sha512-wLoqz0B7DSZtgbWL1ShIBBCjv22GV5U+vcBFox658g6V0s4wZV9P4YjCNyoHSyIBpj1f29JBoNQIqD82cR4O3w==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz", + "integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==" }, "w3c-hr-time": { "version": "1.0.2", diff --git a/package.json b/package.json index 3b655425..7e09189e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "vue-i18n": "8.15.3", "vue-router": "3.1.3", "vuelidate": "0.7.5", - "vuex": "3.0.1", + "vuex": "3.5.1", "xterm": "4.6.0", "xterm-addon-attach": "0.6.0", "xterm-addon-fit": "0.4.0" -- cgit v1.2.3