From 7e3d8af8bb2427539fa36558cd5125a44cb59b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 01:07:58 +0000 Subject: [PATCH] chore(deps): bump @types/ws from 8.2.2 to 8.5.1 (#692) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ad2918c..f265a936 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/bennycode/coinbase-pro-node/issues" }, "dependencies": { - "@types/ws": "8.2.2", + "@types/ws": "8.5.1", "axios": "0.26.0", "axios-retry": "3.2.4", "buffer": "6.0.3", diff --git a/yarn.lock b/yarn.lock index acd382c6..4c8cd264 100644 --- a/yarn.lock +++ b/yarn.lock @@ -318,10 +318,10 @@ resolved "https://registry.npmjs.org/@types/node/-/node-15.12.2.tgz#1f2b42c4be7156ff4a6f914b2fb03d05fa84e38d" integrity sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww== -"@types/ws@8.2.2": - version "8.2.2" - resolved "https://registry.npmjs.org/@types/ws/-/ws-8.2.2.tgz#7c5be4decb19500ae6b3d563043cd407bf366c21" - integrity sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg== +"@types/ws@8.5.1": + version "8.5.1" + resolved "https://registry.npmjs.org/@types/ws/-/ws-8.5.1.tgz#79136958b48bc73d5165f286707ceb9f04471599" + integrity sha512-UxlLOfkuQnT2YSBCNq0x86SGOUxas6gAySFeDe2DcnEnA8655UIPoCDorWZCugcvKIL8IUI4oueUfJ1hhZSE2A== dependencies: "@types/node" "*"