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

Commit 13a2e80

Browse files
committed
Update dependency ws to v8
1 parent 0fc1ed2 commit 13a2e80

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/tar": "6.1.1",
4141
"@types/type-is": "1.6.3",
4242
"@types/uuid": "7.0.0",
43-
"@types/ws": "7.4.4",
43+
"@types/ws": "8.2.2",
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.5.0",
8787
"yarn": "^1.22.1"
8888
}
8989
}

yarn.lock

+8-8
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.2":
1175+
version "8.2.2"
1176+
resolved "https://registry.npmjs.org/@types/ws/-/ws-8.2.2.tgz#7c5be4decb19500ae6b3d563043cd407bf366c21"
1177+
integrity sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg==
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.5.0:
7533+
version "8.5.0"
7534+
resolved "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
7535+
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
75367536

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

0 commit comments

Comments
 (0)