diff --git a/package-lock.json b/package-lock.json index 265eb63d..b470561d 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": "*" } @@ -14189,9 +14188,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", @@ -15213,7 +15212,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", @@ -15228,7 +15226,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" @@ -15238,8 +15235,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 15a8e432..1505ed0e 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",