diff --git a/js/package-lock.json b/js/package-lock.json index 23712cebb..ef95c9e29 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -7435,9 +7435,9 @@ } }, "vuex": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.0.tgz", - "integrity": "sha512-mdHeHT/7u4BncpUZMlxNaIdcN/HIt1GsGG5LKByArvYG/v6DvHcOxvDCts+7SRdCoIRGllK8IMZvQtQXLppDYg==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.1.tgz", + "integrity": "sha512-ER5moSbLZuNSMBFnEBVGhQ1uCBNJslH9W/Dw2W7GZN23UQA69uapP5GTT9Vm8Trc0PzBSVt6LzF3hGjmv41xcg==" }, "watchpack": { "version": "1.6.0", diff --git a/js/package.json b/js/package.json index 3c5aaf3ef..2a97f5cf7 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.10", - "vuex": "^3.1.0" + "vuex": "^3.1.1" }, "devDependencies": { "@babel/core": "^7.4.4",