From 3a3f17fc92b0fe627daeae43fddf0c318a580898 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 12:26:54 +0000 Subject: [PATCH] chore(deps): Bump ws from 7.4.1 to 7.4.2 (#358) Bumps [ws](https://github.com/websockets/ws) from 7.4.1 to 7.4.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.1...7.4.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86c662a52..fad5aacc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16933,9 +16933,9 @@ } }, "ws": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.1.tgz", - "integrity": "sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==" + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz", + "integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==" }, "xdg-basedir": { "version": "4.0.0", diff --git a/package.json b/package.json index 322c4d62d..204c014d7 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "selfsigned": "^1.10.8", "stream-to-it": "^0.2.2", "uuid-random": "^1.3.2", - "ws": "^7.4.1" + "ws": "^7.4.2" }, "optionalDependencies": { "bufferutil": "^4.0.2",