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

Commit 9c6ad74

Browse files
committed
Update dependency ws to ^7.5.5
1 parent 4812a0b commit 9c6ad74

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": "4.0.5",
4141
"@types/type-is": "1.6.3",
4242
"@types/uuid": "7.0.0",
43-
"@types/ws": "7.4.4",
43+
"@types/ws": "7.4.7",
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": "^7.5.5",
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@7.4.7":
1175+
version "7.4.7"
1176+
resolved "https://registry.npmjs.org/@types/ws/-/ws-7.4.7.tgz#f7c390a36f7a0679aa69de2d501319f4f8d9b702"
1177+
integrity sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==
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@^7.5.5:
7533+
version "7.5.5"
7534+
resolved "https://registry.npmjs.org/ws/-/ws-7.5.5.tgz#8b4bc4af518cfabd0473ae4f99144287b33eb881"
7535+
integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==
75367536

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

0 commit comments

Comments
 (0)