build(deps): bump syncloungeserver from 7.0.8 to 7.0.11

Bumps [syncloungeserver](https://github.com/synclounge/syncloungeserver) from 7.0.8 to 7.0.11.
- [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.8...v7.0.11)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-10 02:22:34 +00:00 committed by GitHub
parent 75084742dc
commit a3298a1fb4
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.8",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-7.0.8.tgz",
"integrity": "sha512-nXJruZHYGd3m6yiLCfRL2KaKgfM/totF6hsLzvD+hm/YLoc3cJ/+ZBTTzhIZUG5npdMAy/g8agVzPB7p8nC/uQ==",
"version": "7.0.11",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-7.0.11.tgz",
"integrity": "sha512-a8LMBa3bPm9LlT+mPLnIzD8Ep5VFEZLAQAw9NmYLLhGA9k4PiT2Hskkh1LS6AN9FvYQoiIfdiwTZS8m+/+m8Zw==",
"requires": {
"bufferutil": "^4.0.2",
"cors": "^2.8.5",
@ -16614,9 +16614,9 @@
}
},
"ws": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
"integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA=="
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz",
"integrity": "sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ=="
},
"xmlhttprequest-ssl": {
"version": "1.5.5",

View File

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