summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 46e572ec..1998149c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13463,9 +13463,9 @@
"integrity": "sha512-UaOJhMnkoiRBlGB9k2FX5GqotJyoyYUpyTAjfBiB7K5ESt3KzRoaplfG7j7SAnH4ITk4DjVDC9WB2IX80TVYmQ=="
},
"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=="
},
"vuex-router-sync": {
"version": "5.0.0",
diff --git a/package.json b/package.json
index 68a71f19..54dd7edb 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"vue-router": "^3.0.2",
"vue-tribute": "^1.0.2",
"vue-twemoji": "^1.0.1",
- "vuex": "^3.1.0",
+ "vuex": "^3.1.1",
"vuetrend": "^0.3.4",
"vuex-router-sync": "^5.0.0"
},