build(deps): bump syncloungeserver from 8.0.15 to 8.0.16

Bumps [syncloungeserver](https://github.com/synclounge/syncloungeserver) from 8.0.15 to 8.0.16.
- [Release notes](https://github.com/synclounge/syncloungeserver/releases)
- [Changelog](https://github.com/synclounge/syncloungeserver/blob/master/.releaserc)
- [Commits](https://github.com/synclounge/syncloungeserver/compare/v8.0.15...v8.0.16)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-10 07:19:09 +00:00 committed by GitHub
parent cd28d58b15
commit a42d709789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -14401,9 +14401,9 @@
"dev": true
},
"syncloungeserver": {
"version": "8.0.15",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-8.0.15.tgz",
"integrity": "sha512-UNDl22pmToFvmTIpX24nNwsFko9TSbc34kbQx4ne+wsWdeffkNzB9cwNmYkL9y3NVHZPJtToH35tRXutjQOFMw==",
"version": "8.0.16",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-8.0.16.tgz",
"integrity": "sha512-NppuVL3Bwzbe316SE3uO/9N2srgxTy2EgntDTS4bzVTrKTDweXGjLQL2ns2N69lW1M90Vp041BtfC9JEWyds2Q==",
"requires": {
"bufferutil": "^4.0.2",
"cors": "^2.8.5",
@ -14412,7 +14412,7 @@
"socket.io": "^3.0.4",
"url-join": "^4.0.1",
"utf-8-validate": "^5.0.3",
"uuid": "^8.3.1"
"uuid": "^8.3.2"
}
},
"table": {

View File

@ -18,7 +18,7 @@
},
"dependencies": {
"nconf": "^0.11.0",
"syncloungeserver": "^8.0.15"
"syncloungeserver": "^8.0.16"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",