Skip to content

Commit c278300

Browse files
Update dependency ws to v8.17.0
1 parent e826882 commit c278300

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.10",
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.17.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.10":
2393+
version "8.5.10"
2394+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
2395+
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
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.17.0:
11447+
version "8.17.0"
11448+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
11449+
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
1145011450

1145111451
ws@^7.4.6:
1145211452
version "7.5.5"

0 commit comments

Comments
 (0)