From 25c958549e3dbb961b465455e6c9d806b820d20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2020 01:23:49 +0000 Subject: [PATCH] build(deps): bump syncloungesocket from 5.3.9 to 5.3.10 Bumps [syncloungesocket](https://github.com/ttshivers/syncloungesocket) from 5.3.9 to 5.3.10. - [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.3.9...v5.3.10) 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 c75b98f5..f9c5adfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14273,9 +14273,9 @@ "dev": true }, "syncloungesocket": { - "version": "5.3.9", - "resolved": "https://registry.npmjs.org/syncloungesocket/-/syncloungesocket-5.3.9.tgz", - "integrity": "sha512-bwjmk5Wb921DHTVKhyaroYymboPRo/snTCZD1y0YOGuxQ8DWFebqEtU8HQ10jm2oGn3HOS7l6Kv2/VoShJLRnQ==", + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/syncloungesocket/-/syncloungesocket-5.3.10.tgz", + "integrity": "sha512-hJrz4qc3dIxkQZ7eySpv9ElPpYRhImk3gE/CTbXv81TNumyXBMNODfDfNdmkknWi6HhoFXMuhdCA36L+53IUnQ==", "requires": { "bufferutil": "^4.0.1", "cors": "^2.8.5", diff --git a/package.json b/package.json index d5019be7..384aa15e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "nconf": "^0.10.0", - "syncloungesocket": "^5.3.9" + "syncloungesocket": "^5.3.10" }, "devDependencies": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",