From 721158f3cdb00744c33380c05ab020f31b894325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 02:16:42 +0000 Subject: [PATCH] Bump ws from 7.3.1 to 7.4.6 in /integration Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.6) --- updated-dependencies: - dependency-name: ws dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- integration/package-lock.json | 6 +++--- integration/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration/package-lock.json b/integration/package-lock.json index 7a50b745f3..90b2b47a0b 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -11037,9 +11037,9 @@ } }, "ws": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", - "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==", + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==", "dev": true }, "xdg-basedir": { diff --git a/integration/package.json b/integration/package.json index 8c8c6d365b..f2d1002335 100644 --- a/integration/package.json +++ b/integration/package.json @@ -16,7 +16,7 @@ "jest": "^24.9.0", "node-fetch": "^2.6.0", "subscriptions-transport-ws": "^0.9.18", - "ws": "^7.3.1" + "ws": "^7.4.6" }, "dependencies": { "@babel/preset-env": "^7.11.0"