Bump vue from 2.6.9 to 2.6.10 in /app

Bumps [vue](https://github.com/vuejs/vue) from 2.6.9 to 2.6.10.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.9...v2.6.10)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-19 08:00:07 +00:00
parent dbf959782f
commit 54e5180732
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
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",