File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 142
142
"visibilityjs" : " ~2.0.2" ,
143
143
"viz.js" : " ~2.1.2" ,
144
144
"winston" : " ~3.2.1" ,
145
- "ws" : " ~6.0.0 " ,
145
+ "ws" : " ~7.1.1 " ,
146
146
"wurl" : " ~2.5.3" ,
147
147
"xss" : " ~1.0.6"
148
148
},
Original file line number Diff line number Diff line change @@ -1775,6 +1775,11 @@ async-each@^1.0.1:
1775
1775
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.2.tgz#8b8a7ca2a658f927e9f307d6d1a42f4199f0f735"
1776
1776
integrity sha512-6xrbvN0MOBKSJDdonmSSz2OwFSgxRaVtBDes26mj9KIGtDo+g9xosFRSC+i1gQh2oAN/tQ62AI/pGZGQjVOiRg==
1777
1777
1778
+ async-limiter@^1.0.0:
1779
+ version "1.0.1"
1780
+ resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
1781
+ integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
1782
+
1778
1783
async-limiter@~1.0.0:
1779
1784
version "1.0.0"
1780
1785
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
@@ -13452,20 +13457,20 @@ ws@^5.2.0:
13452
13457
dependencies:
13453
13458
async-limiter "~1.0.0"
13454
13459
13455
- ws@~6.0.0:
13456
- version "6.0.0"
13457
- resolved "https://registry.yarnpkg.com/ws/-/ws-6.0.0.tgz#eaa494aded00ac4289d455bac8d84c7c651cef35"
13458
- integrity sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==
13459
- dependencies:
13460
- async-limiter "~1.0.0"
13461
-
13462
13460
ws@~6.1.0:
13463
13461
version "6.1.4"
13464
13462
resolved "https://registry.yarnpkg.com/ws/-/ws-6.1.4.tgz#5b5c8800afab925e94ccb29d153c8d02c1776ef9"
13465
13463
integrity sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==
13466
13464
dependencies:
13467
13465
async-limiter "~1.0.0"
13468
13466
13467
+ ws@~7.1.1:
13468
+ version "7.1.1"
13469
+ resolved "https://registry.yarnpkg.com/ws/-/ws-7.1.1.tgz#f9942dc868b6dffb72c14fd8f2ba05f77a4d5983"
13470
+ integrity sha512-o41D/WmDeca0BqYhsr3nJzQyg9NF5X8l/UdnFNux9cS3lwB+swm8qGWX5rn+aD6xfBU3rGmtHij7g7x6LxFU3A==
13471
+ dependencies:
13472
+ async-limiter "^1.0.0"
13473
+
13469
13474
wurl@~2.5.3:
13470
13475
version "2.5.3"
13471
13476
resolved "https://registry.yarnpkg.com/wurl/-/wurl-2.5.3.tgz#79ff7c4d8c6584cb46d239517ecac334380af7fd"
You can’t perform that action at this time.
0 commit comments