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:
parent
cd28d58b15
commit
a42d709789
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue