diff --git a/package-lock.json b/package-lock.json index cade35f..749ada4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7500,9 +7500,9 @@ "dev": true }, "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.6.0", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.6.0.tgz", + "integrity": "sha512-W74OO2vCJPs9/YjNjW8lLbj+jzT24waTo2KShI8jLvJW8OaIkgb3wuAMA7D+ZiUxDOx3ubwSZTaJBip9G8a3aQ==", "dev": true }, "watchpack": { diff --git a/package.json b/package.json index b347bc2..e6055d0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "vue-resource": "^1.5.1", "vue-router": "^3.0.6", "vue-template-compiler": "^2.5.21", - "vuex": "^3.1.0", + "vuex": "^3.6.0", "webpack": "^3.6.0", "webpack-dev-server": "^2.11.3" }