Skip to content

Commit 0b8219b

Browse files
committed
chore: upgrade ws to 7.1.1
Signed-off-by: BoHong Li <raccoon@hackmd.io>
1 parent 4531d96 commit 0b8219b

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"visibilityjs": "~2.0.2",
143143
"viz.js": "~2.1.2",
144144
"winston": "~3.2.1",
145-
"ws": "~6.0.0",
145+
"ws": "~7.1.1",
146146
"wurl": "~2.5.3",
147147
"xss": "~1.0.6"
148148
},

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,6 +1775,11 @@ async-each@^1.0.1:
17751775
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.2.tgz#8b8a7ca2a658f927e9f307d6d1a42f4199f0f735"
17761776
integrity sha512-6xrbvN0MOBKSJDdonmSSz2OwFSgxRaVtBDes26mj9KIGtDo+g9xosFRSC+i1gQh2oAN/tQ62AI/pGZGQjVOiRg==
17771777

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+
17781783
async-limiter@~1.0.0:
17791784
version "1.0.0"
17801785
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
@@ -13452,20 +13457,20 @@ ws@^5.2.0:
1345213457
dependencies:
1345313458
async-limiter "~1.0.0"
1345413459

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-
1346213460
ws@~6.1.0:
1346313461
version "6.1.4"
1346413462
resolved "https://registry.yarnpkg.com/ws/-/ws-6.1.4.tgz#5b5c8800afab925e94ccb29d153c8d02c1776ef9"
1346513463
integrity sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==
1346613464
dependencies:
1346713465
async-limiter "~1.0.0"
1346813466

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+
1346913474
wurl@~2.5.3:
1347013475
version "2.5.3"
1347113476
resolved "https://registry.yarnpkg.com/wurl/-/wurl-2.5.3.tgz#79ff7c4d8c6584cb46d239517ecac334380af7fd"

0 commit comments

Comments
 (0)