diff --git a/package-lock.json b/package-lock.json index 23aa7d4c..25682f39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10854,9 +10854,9 @@ "dev": true }, "vuex": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz", - "integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.6.0.tgz", + "integrity": "sha512-W74OO2vCJPs9/YjNjW8lLbj+jzT24waTo2KShI8jLvJW8OaIkgb3wuAMA7D+ZiUxDOx3ubwSZTaJBip9G8a3aQ==" }, "w3c-keyname": { "version": "2.2.4", diff --git a/package.json b/package.json index 4abb3635..a5882837 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "vue-moment": "^4.1.0", "vue-router": "^3.4.3", "vue-social-auth": "^1.4.3", - "vuex": "^3.5.1" + "vuex": "^3.6.0" } }