Skip to content

Commit e64b36f

Browse files
Update dependency ws to v8.18.0
1 parent e826882 commit e64b36f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@types/stacktrace-js": "2.0.3",
104104
"@types/vscode": "1.61.0",
105105
"@types/webpack": "5.28.0",
106-
"@types/ws": "8.2.1",
106+
"@types/ws": "8.5.12",
107107
"jest": "27.4.3",
108108
"rollup": "2.60.2",
109109
"rollup-plugin-copy": "3.4.0",
@@ -122,6 +122,6 @@
122122
"spicery": "2.1.2",
123123
"typescript": "4.5.2",
124124
"vscode-nls": "5.0.0",
125-
"ws": "8.3.0"
125+
"ws": "8.18.0"
126126
}
127127
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,10 +2389,10 @@
23892389
tapable "^2.2.0"
23902390
webpack "^5"
23912391

2392-
"@types/ws@8.2.1":
2393-
version "8.2.1"
2394-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.1.tgz#7bdf6b12869726c9f3cc3c48485efea5d4505274"
2395-
integrity sha512-SqQ+LhVZaJi7c7sYVkjWALDigi/Wy7h7Iu72gkQp8Y8OWw/DddEVBrTSKu86pQftV2+Gm8lYM61hadPKqyaIeg==
2392+
"@types/ws@8.5.12":
2393+
version "8.5.12"
2394+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.12.tgz#619475fe98f35ccca2a2f6c137702d85ec247b7e"
2395+
integrity sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==
23962396
dependencies:
23972397
"@types/node" "*"
23982398

@@ -11443,10 +11443,10 @@ write-pkg@^4.0.0:
1144311443
type-fest "^0.4.1"
1144411444
write-json-file "^3.2.0"
1144511445

11446-
ws@8.3.0:
11447-
version "8.3.0"
11448-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.3.0.tgz#7185e252c8973a60d57170175ff55fdbd116070d"
11449-
integrity sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==
11446+
ws@8.18.0:
11447+
version "8.18.0"
11448+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
11449+
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
1145011450

1145111451
ws@^7.4.6:
1145211452
version "7.5.5"

0 commit comments

Comments
 (0)