build(deps): bump syncloungesocket from 5.2.11 to 5.2.13

Bumps [syncloungesocket](https://github.com/ttshivers/syncloungesocket) from 5.2.11 to 5.2.13.
- [Release notes](https://github.com/ttshivers/syncloungesocket/releases)
- [Changelog](https://github.com/ttshivers/syncloungesocket/blob/master/.releaserc)
- [Commits](https://github.com/ttshivers/syncloungesocket/compare/v5.2.11...v5.2.13)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-10 17:49:59 +00:00 committed by GitHub
parent 159eea25da
commit a22f3cf2fc
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

@ -14264,9 +14264,9 @@
}
},
"syncloungesocket": {
"version": "5.2.11",
"resolved": "https://registry.npmjs.org/syncloungesocket/-/syncloungesocket-5.2.11.tgz",
"integrity": "sha512-VmVEThBdydpT2o07YGaIqCabVZyf2FNV7YO206eoY5DD4Km9B1+2Y7u57EiAx0LyByP9TK2qMKtVTk2fwDsj1w==",
"version": "5.2.13",
"resolved": "https://registry.npmjs.org/syncloungesocket/-/syncloungesocket-5.2.13.tgz",
"integrity": "sha512-z8HK840ivhW5ihWk1ov8eeps2V107/fijO8kNPaxdQNFhg3hvU85rkRgwqG9SKxsjvR6kFhPghM/2tat/oUd/Q==",
"requires": {
"bufferutil": "^4.0.1",
"cors": "^2.8.5",

View File

@ -18,7 +18,7 @@
},
"dependencies": {
"nconf": "^0.10.0",
"syncloungesocket": "^5.2.11"
"syncloungesocket": "^5.2.13"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",