build(deps): bump syncloungeserver from 6.0.2 to 6.0.3

Bumps [syncloungeserver](https://github.com/synclounge/syncloungeserver) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/synclounge/syncloungeserver/releases)
- [Changelog](https://github.com/synclounge/syncloungeserver/blob/master/.releaserc)
- [Commits](https://github.com/synclounge/syncloungeserver/compare/v6.0.2...v6.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-28 07:36:49 +00:00 committed by GitHub
parent cfc87c8aab
commit c9269eea76
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

@ -14273,9 +14273,9 @@
"dev": true
},
"syncloungeserver": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-6.0.2.tgz",
"integrity": "sha512-rtG58L0ha7gdCSqYpiAxZeTnmioR5EzFWhRMjIlP1+WtkGuDRyiDYpkWWtr1oenMkGflxLroLRQMsetdjSpUvA==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-6.0.3.tgz",
"integrity": "sha512-dcO3BLGzNthuZCsYmKHPhx/aRng4l2wER/w11WVEcxiqe+fiasoeq6tqVyipUI2Z9FAs4BSPsJNzJtoktWpW/Q==",
"requires": {
"bufferutil": "^4.0.1",
"cors": "^2.8.5",

View File

@ -18,7 +18,7 @@
},
"dependencies": {
"nconf": "^0.10.0",
"syncloungeserver": "^6.0.2"
"syncloungeserver": "^6.0.3"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",