Merge pull request #102 from ttshivers/dependabot/npm_and_yarn/syncloungesocket-5.1.0

This commit is contained in:
dependabot[bot] 2020-08-30 23:39:50 +00:00 committed by GitHub
commit 91357d81af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

12
package-lock.json generated
View File

@ -1774,7 +1774,6 @@
"resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.1.tgz", "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==", "integrity": "sha512-+mN04Oszdz9tGjUP/c1ReVwJXxSniLd7lF++sv+8dkABxVNthg6uccei+4ssKxRHGoMmPxdn7uBdJWONSJGTGQ==",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"@types/webpack": "*" "@types/webpack": "*"
} }
@ -14189,9 +14188,9 @@
} }
}, },
"syncloungesocket": { "syncloungesocket": {
"version": "5.0.11", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/syncloungesocket/-/syncloungesocket-5.0.11.tgz", "resolved": "https://registry.npmjs.org/syncloungesocket/-/syncloungesocket-5.1.0.tgz",
"integrity": "sha512-b4cvupYepUWnO8j5wcDl20Mgcy33W8mWNNS7fTZZ4FBXsExAqWojtAijerIEPfml06DqHEiHSPstRPoWlDOh1w==", "integrity": "sha512-y90Sz/HrKaaj3x0ZmfUBuA5POCVdWgHu+HUAD0c7b8LTt+/o6KqiH1iAhJv0Za22XCWpMaHW7kwVIld4ZYY/QA==",
"requires": { "requires": {
"bufferutil": "^4.0.1", "bufferutil": "^4.0.1",
"cors": "^2.8.5", "cors": "^2.8.5",
@ -15213,7 +15212,6 @@
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.0.0-beta.5.tgz", "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.0.0-beta.5.tgz",
"integrity": "sha512-ciWfzNefqWlmzKznCWY9hl+fPP4KlQ0A9MtHbJ/8DpyY+dAM8gDrjufIdxwTgC4szE4EZC3A6ip/BbrqM84GqA==", "integrity": "sha512-ciWfzNefqWlmzKznCWY9hl+fPP4KlQ0A9MtHbJ/8DpyY+dAM8gDrjufIdxwTgC4szE4EZC3A6ip/BbrqM84GqA==",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"@types/mini-css-extract-plugin": "^0.9.1", "@types/mini-css-extract-plugin": "^0.9.1",
"chalk": "^3.0.0", "chalk": "^3.0.0",
@ -15228,7 +15226,6 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"ansi-styles": "^4.1.0", "ansi-styles": "^4.1.0",
"supports-color": "^7.1.0" "supports-color": "^7.1.0"
@ -15238,8 +15235,7 @@
"version": "0.6.1", "version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true, "dev": true
"optional": true
} }
} }
}, },

View File

@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"nconf": "^0.10.0", "nconf": "^0.10.0",
"syncloungesocket": "^5.0.11" "syncloungesocket": "^5.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",