From 3664d849a00f16b274d5aa4d660753178c772fc2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 May 2022 18:08:14 +0000 Subject: [PATCH] Update dependency ws to v8 --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9eda2cc11..31559e73e 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": "8.5.3", "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": "^8.7.0", "yarn": "^1.22.1" } } diff --git a/yarn.lock b/yarn.lock index 5715cf92d..706037669 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@8.5.3": + version "8.5.3" + resolved "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz#7d25a1ffbecd3c4f2d35068d0b283c037003274d" + integrity sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w== 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@^8.7.0: + version "8.7.0" + resolved "https://registry.npmjs.org/ws/-/ws-8.7.0.tgz#eaf9d874b433aa00c0e0d8752532444875db3957" + integrity sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg== xml-name-validator@^3.0.0: version "3.0.0"