Merge pull request #1134 from h3poteto/dependabot/npm_and_yarn/vue-awesome-4.0.2

Bump vue-awesome from 3.2.0 to 4.0.2
This commit is contained in:
AkiraFukushima 2019-11-20 19:40:23 +09:00 committed by GitHub
commit 0c10e6be8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

14
package-lock.json generated
View File

@ -15753,6 +15753,11 @@
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
"dev": true
},
"nanoid": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.7.tgz",
"integrity": "sha512-fmS3qwDldm4bE01HCIRqNk+f255CNjnAoeV3Zzzv0KemObHKqYgirVaZA9DtKcjogicWjYcHkJs4D5A8CjnuVQ=="
},
"nanomatch": {
"version": "1.2.13",
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
@ -22711,9 +22716,12 @@
"integrity": "sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ=="
},
"vue-awesome": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/vue-awesome/-/vue-awesome-3.2.0.tgz",
"integrity": "sha512-wQf8Baxo3d8ijwxYRhYrbnMtw27B9IVc3fSEN/NIWWgJTBvaT3chfpVnVaXanOMBmSR/tmsjgtYvrQMIZt2edA=="
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/vue-awesome/-/vue-awesome-4.0.2.tgz",
"integrity": "sha512-TE9hVwyVrGnBetO/MJwZ/7qLO6Vgr/WrDtIA7vwNryoLdA2jfRcKRw29KacpU5xj3wzZhHfYJ2xJLxfirhmH5Q==",
"requires": {
"nanoid": "^2.1.6"
}
},
"vue-click-outside": {
"version": "1.0.7",

View File

@ -198,7 +198,7 @@
"system-font-families": "^0.4.1",
"tunnel-agent": "^0.6.0",
"vue": "^2.5.17",
"vue-awesome": "^3.2.0",
"vue-awesome": "^4.0.2",
"vue-click-outside": "^1.0.7",
"vue-electron": "^1.0.6",
"vue-popperjs": "^1.6.1",