Skip to content

Commit f1a0303

Browse files
committed
fix(deps): update dependency ws to v8
1 parent 7a5c457 commit f1a0303

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"semver": "^7.1.3",
104104
"split2": "^3.2.2",
105105
"tar-fs": "^2.0.0",
106-
"ws": "^7.2.0",
106+
"ws": "^8.0.0",
107107
"xdg-basedir": "^4.0.0",
108108
"yarn": "^1.22.4"
109109
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5403,10 +5403,10 @@ write-file-atomic@^3.0.3:
54035403
signal-exit "^3.0.2"
54045404
typedarray-to-buffer "^3.1.5"
54055405

5406-
ws@^7.2.0:
5407-
version "7.5.3"
5408-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.3.tgz#160835b63c7d97bfab418fc1b8a9fced2ac01a74"
5409-
integrity sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==
5406+
ws@^8.0.0:
5407+
version "8.0.0"
5408+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.0.0.tgz#550605d13dfc1437c9ec1396975709c6d7ffc57d"
5409+
integrity sha512-6AcSIXpBlS0QvCVKk+3cWnWElLsA6SzC0lkQ43ciEglgXJXiCWK3/CGFEJ+Ybgp006CMibamAsqOlxE9s4AvYA==
54105410

54115411
x-is-string@^0.1.0:
54125412
version "0.1.0"

0 commit comments

Comments
 (0)