Merge pull request #119 from ttshivers/dependabot/npm_and_yarn/syncloungesocket-5.2.5

This commit is contained in:
dependabot[bot] 2020-09-05 21:05:33 +00:00 committed by GitHub
commit 0197d31812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14185,9 +14185,9 @@
}
},
"syncloungesocket": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/syncloungesocket/-/syncloungesocket-5.2.3.tgz",
"integrity": "sha512-EIrS2/XGuvU7OVod85FBdKWCfMRkZuTB9c96LYaT8RQi1QkLpgDuCzqICb3whzuToAbN+QL9TKG/6mYGe1UxIQ==",
"version": "5.2.5",
"resolved": "https://registry.npmjs.org/syncloungesocket/-/syncloungesocket-5.2.5.tgz",
"integrity": "sha512-1Dg21KsehsxAc9cnQRZav+ADQXsznHVwBCxRNlwwNKkUF2KvhwNLJgZpNmPSJNuUDMne0sjacPv1ivmnfPgLEA==",
"requires": {
"bufferutil": "^4.0.1",
"cors": "^2.8.5",

View File

@ -18,7 +18,7 @@
},
"dependencies": {
"nconf": "^0.10.0",
"syncloungesocket": "^5.2.3"
"syncloungesocket": "^5.2.5"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",