From 68ebb6748b817b9256d6b203dcb6c88aeafb5282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:20:06 +0000 Subject: [PATCH] Bump ws from 7.4.4 to 7.5.10 in /ui.tests/test-module Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.4...7.5.10) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ui.tests/test-module/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui.tests/test-module/package-lock.json b/ui.tests/test-module/package-lock.json index daf740c..f2ed8b8 100644 --- a/ui.tests/test-module/package-lock.json +++ b/ui.tests/test-module/package-lock.json @@ -5770,9 +5770,9 @@ "dev": true }, "ws": { - "version": "7.4.4", - "resolved": "https://artifactory.corp.adobe.com:443/artifactory/api/npm/npmjs-remote/ws/-/ws-7.4.4.tgz", - "integrity": "sha1-ODvJdCyyAikskHfOq29gR7F/LVk=", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "dev": true }, "xmlbuilder": {