build(deps): bump syncloungeserver from 7.0.7 to 7.0.8

Bumps [syncloungeserver](https://github.com/synclounge/syncloungeserver) from 7.0.7 to 7.0.8.
- [Release notes](https://github.com/synclounge/syncloungeserver/releases)
- [Changelog](https://github.com/synclounge/syncloungeserver/blob/master/.releaserc)
- [Commits](https://github.com/synclounge/syncloungeserver/compare/v7.0.7...v7.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-06 07:03:57 +00:00 committed by GitHub
parent 4d472329c0
commit 4671e46e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -14368,9 +14368,9 @@
"dev": true
},
"syncloungeserver": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-7.0.7.tgz",
"integrity": "sha512-+ySGh4ZkmfS5xoM5raqIzEHdgXW3FlsZl/N/RuQDqiZvBPawUsR0AgdsN7X5PN3B4iDyJ/ofJbSurMnalaCayw==",
"version": "7.0.8",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-7.0.8.tgz",
"integrity": "sha512-nXJruZHYGd3m6yiLCfRL2KaKgfM/totF6hsLzvD+hm/YLoc3cJ/+ZBTTzhIZUG5npdMAy/g8agVzPB7p8nC/uQ==",
"requires": {
"bufferutil": "^4.0.2",
"cors": "^2.8.5",
@ -15382,9 +15382,9 @@
}
},
"vue-loader-v16": {
"version": "npm:vue-loader@16.0.0-beta.10",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.0.0-beta.10.tgz",
"integrity": "sha512-PflGsj4RHW3tuYFmSPhcozAkds8ELXf8d19twWorQTjcuWxl/Xqb9W1NgfsY7AAkCkkRRYy2FwIX4tSnskfKig==",
"version": "npm:vue-loader@16.0.0-rc.0",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.0.0-rc.0.tgz",
"integrity": "sha512-S4F7jhBQFuJbLtyjfrMYl4gBFhMACHtkZ+rJuH6/hvgxeAEAPBY5aVKn1+LuVE9+U1RGGQ9Nq/7DSR72spf0PQ==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View File

@ -18,7 +18,7 @@
},
"dependencies": {
"nconf": "^0.10.0",
"syncloungeserver": "^7.0.7"
"syncloungeserver": "^7.0.8"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",