From 80a9570079b40e603cb6a3f4fd3cf5263547ba31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:26:28 +0000 Subject: [PATCH] Bump ws from 6.2.1 to 6.2.3 in /examples/browserChannelClient Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/browserChannelClient/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browserChannelClient/package.json b/examples/browserChannelClient/package.json index fc41fafb0..05ea65160 100644 --- a/examples/browserChannelClient/package.json +++ b/examples/browserChannelClient/package.json @@ -2,6 +2,6 @@ "name": "gpii-browser-channel-client", "version": "0.1.0", "dependencies": { - "ws": "6.2.1" + "ws": "6.2.3" } }