Merge pull request #1744 from nextcloud/dependabot/npm_and_yarn/js/stable0.8/vuex-3.2.0

This commit is contained in:
dependabot-preview[bot]
2020-04-21 14:41:13 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@@ -7633,9 +7633,9 @@
}
},
"vuex": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.3.tgz",
"integrity": "sha512-k8vZqNMSNMgKelVZAPYw5MNb2xWSmVgCKtYKAptvm9YtZiOXnRXFWu//Y9zQNORTrm3dNj1n/WaZZI26tIX6Mw=="
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.2.0.tgz",
"integrity": "sha512-qBZGJJ1gUNWZbfZlH7ylIPwENg3R0Ckpq+qPexF065kOMOt1Ixt8WDJmtssVv7OhepWD0+Qie7pOS8f0oQy1JA=="
},
"watchpack": {
"version": "1.6.1",

View File

@@ -23,7 +23,7 @@
"ng-sortable": "^1.3.8",
"ui-select": "^0.19.8",
"vue": "^2.6.11",
"vuex": "^3.1.3"
"vuex": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",