diff --git a/package.json b/package.json index 9eda2cc11..d84f7322b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@types/tar": "6.1.1", "@types/type-is": "1.6.3", "@types/uuid": "7.0.0", - "@types/ws": "7.4.4", + "@types/ws": "7.4.7", "dot-json": "^1.2.0", "husky": "^4.2.3", "json-schema-to-typescript": "^8.1.0", @@ -83,7 +83,7 @@ "uuid": "^7.0.2", "vscode-languageserver-protocol": "^3.15.3", "vscode-ws-jsonrpc": "^0.2.0", - "ws": "^7.4.6", + "ws": "^7.5.8", "yarn": "^1.22.1" } } diff --git a/yarn.lock b/yarn.lock index 5715cf92d..6243c6cef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1171,10 +1171,10 @@ resolved "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.0.tgz#9f6993ccc8210efa90bda7e1afabbb06a9f860cd" integrity sha512-RiX1I0lK9WFLFqy2xOxke396f0wKIzk5sAll0tL4J4XDYJXURI7JOs96XQb3nP+2gEpQ/LutBb66jgiT5oQshQ== -"@types/ws@7.4.4": - version "7.4.4" - resolved "https://registry.npmjs.org/@types/ws/-/ws-7.4.4.tgz#93e1e00824c1de2608c30e6de4303ab3b4c0c9bc" - integrity sha512-d/7W23JAXPodQNbOZNXvl2K+bqAQrCMwlh/nuQsPSQk6Fq0opHoPrUw43aHsvSbIiQPr8Of2hkFbnz1XBFVyZQ== +"@types/ws@7.4.7": + version "7.4.7" + resolved "https://registry.npmjs.org/@types/ws/-/ws-7.4.7.tgz#f7c390a36f7a0679aa69de2d501319f4f8d9b702" + integrity sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww== dependencies: "@types/node" "*" @@ -7529,10 +7529,10 @@ ws@^6.1.2: dependencies: async-limiter "~1.0.0" -ws@^7.4.6: - version "7.4.6" - resolved "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" - integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== +ws@^7.5.8: + version "7.5.8" + resolved "https://registry.npmjs.org/ws/-/ws-7.5.8.tgz#ac2729881ab9e7cbaf8787fe3469a48c5c7f636a" + integrity sha512-ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw== xml-name-validator@^3.0.0: version "3.0.0"