Merge pull request #49 from clonos/dependabot/npm_and_yarn/node/ws-6.2.2

Bump ws from 6.1.0 to 6.2.2 in /node
This commit is contained in:
Oleg Ginzburg
2021-10-03 01:40:00 +03:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

12
node/package-lock.json generated
View File

@@ -13,9 +13,9 @@
} }
}, },
"async-limiter": { "async-limiter": {
"version": "1.0.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
}, },
"esprima": { "esprima": {
"version": "4.0.1", "version": "4.0.1",
@@ -45,9 +45,9 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
}, },
"ws": { "ws": {
"version": "6.1.0", "version": "6.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
"integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==", "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
"requires": { "requires": {
"async-limiter": "~1.0.0" "async-limiter": "~1.0.0"
} }

View File

@@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"js-yaml": ">=3.13.1", "js-yaml": ">=3.13.1",
"nodestalker": "^0.1.22", "nodestalker": "^0.1.22",
"ws": "6.1.0" "ws": "6.2.2"
}, },
"devDependencies": {}, "devDependencies": {},
"scripts": {}, "scripts": {},