From 1a47ac1874c22211dffdb17d974016911467dc94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2020 23:09:56 +0000 Subject: [PATCH] build(deps): bump syncloungesocket from 5.0.11 to 5.1.0 Bumps [syncloungesocket](https://github.com/ttshivers/syncloungesocket) from 5.0.11 to 5.1.0. - [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.0.11...v5.1) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++-------- package.json | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 793e63e6..41595ae2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1774,7 +1774,6 @@ "resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.1.tgz", "integrity": "sha512-+mN04Oszdz9tGjUP/c1ReVwJXxSniLd7lF++sv+8dkABxVNthg6uccei+4ssKxRHGoMmPxdn7uBdJWONSJGTGQ==", "dev": true, - "optional": true, "requires": { "@types/webpack": "*" } @@ -13785,9 +13784,9 @@ } }, "syncloungesocket": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/syncloungesocket/-/syncloungesocket-5.0.11.tgz", - "integrity": "sha512-b4cvupYepUWnO8j5wcDl20Mgcy33W8mWNNS7fTZZ4FBXsExAqWojtAijerIEPfml06DqHEiHSPstRPoWlDOh1w==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/syncloungesocket/-/syncloungesocket-5.1.0.tgz", + "integrity": "sha512-y90Sz/HrKaaj3x0ZmfUBuA5POCVdWgHu+HUAD0c7b8LTt+/o6KqiH1iAhJv0Za22XCWpMaHW7kwVIld4ZYY/QA==", "requires": { "bufferutil": "^4.0.1", "cors": "^2.8.5", @@ -14809,7 +14808,6 @@ "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.0.0-beta.5.tgz", "integrity": "sha512-ciWfzNefqWlmzKznCWY9hl+fPP4KlQ0A9MtHbJ/8DpyY+dAM8gDrjufIdxwTgC4szE4EZC3A6ip/BbrqM84GqA==", "dev": true, - "optional": true, "requires": { "@types/mini-css-extract-plugin": "^0.9.1", "chalk": "^3.0.0", @@ -14824,7 +14822,6 @@ "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, - "optional": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14834,8 +14831,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "optional": true + "dev": true } } }, diff --git a/package.json b/package.json index 131359f9..cb2f1044 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "nconf": "^0.10.0", - "syncloungesocket": "^5.0.11" + "syncloungesocket": "^5.1.0" }, "devDependencies": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",