Merge pull request #1591 from h3poteto/dependabot/npm_and_yarn/vuex-3.5.1

Bump vuex from 3.4.0 to 3.5.1
This commit is contained in:
AkiraFukushima 2020-07-10 00:19:02 +09:00 committed by GitHub
commit 2ca5b484c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -29522,9 +29522,9 @@
"dev": true
},
"vuex": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.4.0.tgz",
"integrity": "sha512-ajtqwEW/QhnrBZQsZxCLHThZZaa+Db45c92Asf46ZDXu6uHXgbfVuBaJ4gzD2r4UX0oMJHstFwd2r2HM4l8umg=="
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz",
"integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw=="
},
"vuex-router-sync": {
"version": "5.0.0",

View File

@ -204,7 +204,7 @@
"vue-resize": "^0.5.0",
"vue-router": "^3.3.4",
"vue-shortkey": "^3.1.7",
"vuex": "^3.4.0",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {