Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 9089c48

Browse files
committed
Update dependency ws to v8
1 parent 278a2dd commit 9089c48

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/tar": "6.1.0",
4141
"@types/type-is": "1.6.3",
4242
"@types/uuid": "7.0.0",
43-
"@types/ws": "7.4.4",
43+
"@types/ws": "8.2.1",
4444
"dot-json": "^1.2.0",
4545
"husky": "^4.2.3",
4646
"json-schema-to-typescript": "^8.1.0",
@@ -83,7 +83,7 @@
8383
"uuid": "^7.0.2",
8484
"vscode-languageserver-protocol": "^3.15.3",
8585
"vscode-ws-jsonrpc": "^0.2.0",
86-
"ws": "^7.4.6",
86+
"ws": "^8.3.0",
8787
"yarn": "^1.22.1"
8888
}
8989
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,10 +1171,10 @@
11711171
resolved "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.0.tgz#9f6993ccc8210efa90bda7e1afabbb06a9f860cd"
11721172
integrity sha512-RiX1I0lK9WFLFqy2xOxke396f0wKIzk5sAll0tL4J4XDYJXURI7JOs96XQb3nP+2gEpQ/LutBb66jgiT5oQshQ==
11731173

1174-
"@types/ws@7.4.4":
1175-
version "7.4.4"
1176-
resolved "https://registry.npmjs.org/@types/ws/-/ws-7.4.4.tgz#93e1e00824c1de2608c30e6de4303ab3b4c0c9bc"
1177-
integrity sha512-d/7W23JAXPodQNbOZNXvl2K+bqAQrCMwlh/nuQsPSQk6Fq0opHoPrUw43aHsvSbIiQPr8Of2hkFbnz1XBFVyZQ==
1174+
"@types/ws@8.2.1":
1175+
version "8.2.1"
1176+
resolved "https://registry.npmjs.org/@types/ws/-/ws-8.2.1.tgz#7bdf6b12869726c9f3cc3c48485efea5d4505274"
1177+
integrity sha512-SqQ+LhVZaJi7c7sYVkjWALDigi/Wy7h7Iu72gkQp8Y8OWw/DddEVBrTSKu86pQftV2+Gm8lYM61hadPKqyaIeg==
11781178
dependencies:
11791179
"@types/node" "*"
11801180

@@ -7529,10 +7529,10 @@ ws@^6.1.2:
75297529
dependencies:
75307530
async-limiter "~1.0.0"
75317531

7532-
ws@^7.4.6:
7533-
version "7.4.6"
7534-
resolved "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
7535-
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
7532+
ws@^8.3.0:
7533+
version "8.3.0"
7534+
resolved "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz#7185e252c8973a60d57170175ff55fdbd116070d"
7535+
integrity sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==
75367536

75377537
xml-name-validator@^3.0.0:
75387538
version "3.0.0"

0 commit comments

Comments
 (0)