Merge pull request #72 from cutls/dependabot/npm_and_yarn/app/WIP-(before-CI)/vue-2.6.10

Bump vue from 2.6.9 to 2.6.10 in /app
This commit is contained in:
Cutls 2019-05-19 17:00:45 +09:00 committed by GitHub
commit 5e324f19ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
app/package-lock.json generated
View File

@ -3103,9 +3103,9 @@
} }
}, },
"vue": { "vue": {
"version": "2.6.9", "version": "2.6.10",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.9.tgz", "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.10.tgz",
"integrity": "sha512-t1+tvH8hybPM86oNne3ZozCD02zj/VoZIiojOBPJLjwBn7hxYU5e1gBObFpq8ts1NEn1VhPf/hVXBDAJ3X5ljg==" "integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ=="
}, },
"which": { "which": {
"version": "1.3.1", "version": "1.3.1",

View File

@ -46,7 +46,7 @@
"json5": "^2.1.0", "json5": "^2.1.0",
"node-notifier": "^5.4.0", "node-notifier": "^5.4.0",
"sumchecker": "^3.0.0", "sumchecker": "^3.0.0",
"vue": "^2.6.9" "vue": "^2.6.10"
}, },
"optionalDependencies": { "optionalDependencies": {
"nowplaying-node": "git+https://github.com/cutls/nowplaying-node", "nowplaying-node": "git+https://github.com/cutls/nowplaying-node",