Bump vuex from 3.1.2 to 3.1.3 in /js

Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/vuejs/vuex/releases)
- [Commits](https://github.com/vuejs/vuex/compare/v3.1.2...v3.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-15 02:14:56 +00:00
committed by GitHub
parent fec0658102
commit 372935f190
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@@ -7294,9 +7294,9 @@
} }
}, },
"vuex": { "vuex": {
"version": "3.1.2", "version": "3.1.3",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.2.tgz", "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.3.tgz",
"integrity": "sha512-ha3jNLJqNhhrAemDXcmMJMKf1Zu4sybMPr9KxJIuOpVcsDQlTBYLLladav2U+g1AvdYDG5Gs0xBTb0M5pXXYFQ==" "integrity": "sha512-k8vZqNMSNMgKelVZAPYw5MNb2xWSmVgCKtYKAptvm9YtZiOXnRXFWu//Y9zQNORTrm3dNj1n/WaZZI26tIX6Mw=="
}, },
"watchpack": { "watchpack": {
"version": "1.6.0", "version": "1.6.0",

View File

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