From dd7e31075fd08ca35e4fc00da5e684c94c6c005e Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Tue, 3 May 2022 13:27:56 +0400 Subject: [PATCH] Return back ws package --- package-lock.json | 15 +++++++-------- package.json | 1 + 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa05d62..58c0d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,7 @@ "tiny-invariant": "^1.2.0", "uuid": "^8.3.2", "websocket-heartbeat-js": "^1.1.0", + "ws": "^8.6.0", "zod": "^3.14.4" }, "devDependencies": { @@ -10995,10 +10996,9 @@ } }, "node_modules/ws": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", - "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", - "peer": true, + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz", + "integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==", "engines": { "node": ">=10.0.0" }, @@ -18780,10 +18780,9 @@ } }, "ws": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", - "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", - "peer": true, + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz", + "integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==", "requires": {} }, "xml-name-validator": { diff --git a/package.json b/package.json index 8935932..52c64fe 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "tiny-invariant": "^1.2.0", "uuid": "^8.3.2", "websocket-heartbeat-js": "^1.1.0", + "ws": "^8.6.0", "zod": "^3.14.4" }, "homepage": "https://github.com/orionprotocol/sdk#readme",