summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-15 02:21:35 +0000
committerGitHub <noreply@github.com>2020-03-15 02:21:35 +0000
commit90920772ec83e119a1bd0729494586b73ec883c4 (patch)
tree0a10b48f605783b1c5981d19c057162a46271e2d
parent19c48074413d7b51a60851b589a76cb3e138b26b (diff)
parentd16401d9eb7f3132f9757949d6d3cc49e1a47753 (diff)
Merge pull request #1520 from nextcloud/dependabot/npm_and_yarn/vuex-3.1.3
-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 7fb4fc0f..d339cad1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9982,9 +9982,9 @@
}
},
"vuex": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.2.tgz",
- "integrity": "sha512-ha3jNLJqNhhrAemDXcmMJMKf1Zu4sybMPr9KxJIuOpVcsDQlTBYLLladav2U+g1AvdYDG5Gs0xBTb0M5pXXYFQ=="
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.3.tgz",
+ "integrity": "sha512-k8vZqNMSNMgKelVZAPYw5MNb2xWSmVgCKtYKAptvm9YtZiOXnRXFWu//Y9zQNORTrm3dNj1n/WaZZI26tIX6Mw=="
},
"vuex-router-sync": {
"version": "5.0.0",
diff --git a/package.json b/package.json
index d773a8fd..e6fdbcad 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
"vue-clipboard2": "^0.3.1",
"vue-router": "^3.1.6",
"vue-virtual-scroller": "^1.0.0-rc.2",
- "vuex": "^3.1.2",
+ "vuex": "^3.1.3",
"vuex-router-sync": "^5.0.0"
},
"engines": {