Skip to content

Commit cd48880

Browse files
committed
fix(npm): potential security vulnerability
Refs websockets/ws@c4fe466
1 parent 728a1cb commit cd48880

2 files changed

Lines changed: 18 additions & 16 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"node": ">=8.0.0"
4949
},
5050
"resolutions": {
51-
"lodash": "4.17.13"
51+
"lodash": "4.17.13",
52+
"ws": "3.3.1"
5253
},
5354
"files": [
5455
"dist",

yarn.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@ async-each@^1.0.0:
301301
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
302302
integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
303303

304+
async-limiter@~1.0.0:
305+
version "1.0.0"
306+
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
307+
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
308+
304309
asynckit@^0.4.0:
305310
version "0.4.0"
306311
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -2619,11 +2624,6 @@ optionator@^0.8.1:
26192624
type-check "~0.3.2"
26202625
wordwrap "~1.0.0"
26212626

2622-
options@>=0.0.5:
2623-
version "0.0.6"
2624-
resolved "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f"
2625-
integrity sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=
2626-
26272627
ora@^1.2.0:
26282628
version "1.4.0"
26292629
resolved "https://registry.yarnpkg.com/ora/-/ora-1.4.0.tgz#884458215b3a5d4097592285f93321bb7a79e2e5"
@@ -3653,10 +3653,10 @@ uglify-js@3.0.28:
36533653
commander "~2.11.0"
36543654
source-map "~0.5.1"
36553655

3656-
ultron@1.0.x:
3657-
version "1.0.2"
3658-
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa"
3659-
integrity sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=
3656+
ultron@~1.1.0:
3657+
version "1.1.1"
3658+
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c"
3659+
integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==
36603660

36613661
unbzip2-stream@^1.0.9:
36623662
version "1.3.3"
@@ -3819,13 +3819,14 @@ wrappy@1:
38193819
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
38203820
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
38213821

3822-
ws@^1.1.1:
3823-
version "1.1.5"
3824-
resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51"
3825-
integrity sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==
3822+
ws@3.3.1, ws@^1.1.1:
3823+
version "3.3.1"
3824+
resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.1.tgz#d97e34dee06a1190c61ac1e95f43cb60b78cf939"
3825+
integrity sha512-8A/uRMnQy8KCQsmep1m7Bk+z/+LIkeF7w+TDMLtX1iZm5Hq9HsUDmgFGaW1ACW5Cj0b2Qo7wCvRhYN2ErUVp/A==
38263826
dependencies:
3827-
options ">=0.0.5"
3828-
ultron "1.0.x"
3827+
async-limiter "~1.0.0"
3828+
safe-buffer "~5.1.0"
3829+
ultron "~1.1.0"
38293830

38303831
xtend@^4.0.0:
38313832
version "4.0.2"

0 commit comments

Comments
 (0)