From 15143d60cc2e78105d83403087c1ad18b5d7ddca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 02:40:35 +0000 Subject: [PATCH] Bump ws from 6.1.3 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 6.1.3 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.3...7.4.6) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89fa315..eee166c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hollaex-node-lib", - "version": "2.11.0", + "version": "2.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2481,9 +2481,9 @@ } }, "ws": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz", - "integrity": "sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==" + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "ws-heartbeat": { "version": "1.1.0", diff --git a/package.json b/package.json index e2b87aa..17af4b7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "moment": "2.24.0", "request": "2.88.0", "request-promise": "4.2.2", - "ws": "7.4.0", + "ws": "7.4.6", "ws-heartbeat": "1.1.0" }, "devDependencies": {