build(deps): bump syncloungeserver from 8.0.31 to 8.0.32

Bumps [syncloungeserver](https://github.com/synclounge/syncloungeserver) from 8.0.31 to 8.0.32.
- [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.31...v8.0.32)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-11 08:09:06 +00:00 committed by GitHub
parent 2c52a28251
commit 1467a8d266
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

@ -14041,14 +14041,14 @@
"dev": true
},
"syncloungeserver": {
"version": "8.0.31",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-8.0.31.tgz",
"integrity": "sha512-J5Cam9/AqwX+fhkp33hxcCgBaBqa6iuG1sf98ZM/ADs5qCkRaZk4N5MVSQLsWe4R6nS6Fq31KrXRc2tqz4lsow==",
"version": "8.0.32",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-8.0.32.tgz",
"integrity": "sha512-1ijSt6NDU0pEbNUv/ESDQhOMn9QZM/0aE/nZYeDwzk0yxe+6ktJqXMI7fPW7BeNnvLWwBKOow0EgxnE8W3vsAQ==",
"requires": {
"bufferutil": "^4.0.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"nconf": "^0.11.0",
"nconf": "^0.11.1",
"socket.io": "^3.0.5",
"url-join": "^4.0.1",
"utf-8-validate": "^5.0.4",

View File

@ -18,7 +18,7 @@
},
"dependencies": {
"nconf": "^0.11.1",
"syncloungeserver": "^8.0.31"
"syncloungeserver": "^8.0.32"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",