From 4130aad331a45802ffa8882b04747f8c4cc1bdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:42:21 +0000 Subject: [PATCH] Bump ws Bumps [ws](https://github.com/websockets/ws) from 6.0.0 to 6.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.0.0...6.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../Assignment 4/multi-chat-client/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4th Year/1st Semester/Labs/Internet Technologies/Assignment 4/multi-chat-client/package-lock.json b/4th Year/1st Semester/Labs/Internet Technologies/Assignment 4/multi-chat-client/package-lock.json index 3432791..76641eb 100644 --- a/4th Year/1st Semester/Labs/Internet Technologies/Assignment 4/multi-chat-client/package-lock.json +++ b/4th Year/1st Semester/Labs/Internet Technologies/Assignment 4/multi-chat-client/package-lock.json @@ -5716,7 +5716,7 @@ "integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==", "dev": true, "requires": { - "async-limiter": "1.0.0" + "async-limiter": "~1.0.0" } }, "xtend": {