From a22f3cf2fc9a3c24858c644e22deaec0ae8492f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 17:49:59 +0000 Subject: [PATCH] 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 365557ec..746cdfa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 78e3bd3c..097b7d61 100644 --- a/package.json +++ b/package.json @@ -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",