build(deps): bump syncloungeserver from 8.0.23 to 8.0.24

Bumps [syncloungeserver](https://github.com/synclounge/syncloungeserver) from 8.0.23 to 8.0.24.
- [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.23...v8.0.24)

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

6
package-lock.json generated
View File

@ -13977,9 +13977,9 @@
"dev": true
},
"syncloungeserver": {
"version": "8.0.23",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-8.0.23.tgz",
"integrity": "sha512-u89IoUOyl4BzUV2PFru7i4JPpnEtOp4LWAt1B2rHgJ1Mt9v2cHW1gQXcqdONOTVBAemQHO5x3fZHVPsAUZTEuw==",
"version": "8.0.24",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-8.0.24.tgz",
"integrity": "sha512-jOGPuashVTtu2xQ8bgSYAPDp/c67VMucCj6wXSgboPn5omJfXnkvRUEhe+m6xg0rq5nzjgPlZLSQArtrcGOZRw==",
"requires": {
"bufferutil": "^4.0.2",
"cors": "^2.8.5",

View File

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