From 9bdc251ff6862f6a48de6196665a9fd7f5d035ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:02:04 +0000 Subject: [PATCH] Bump ws from 7.5.10 to 7.5.11 Bumps [ws](https://github.com/websockets/ws) from 7.5.10 to 7.5.11. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.10...7.5.11) --- updated-dependencies: - dependency-name: ws dependency-version: 7.5.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82054bbfa..d792fd3a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,6 @@ "typescript": "^4.9.5" }, "optionalDependencies": { - "@symphony/symphony-c9-shell": "3.38.0-94.195", "screen-share-indicator-frame": "github:finos/ScreenShareIndicatorFrame#v1.6.0", "screen-snippet": "github:finos/ScreenSnippet2.git#v2.5.1", "symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#v1.1.0", @@ -3833,16 +3832,6 @@ "dev": true, "license": "(Unlicense OR Apache-2.0)" }, - "node_modules/@symphony/symphony-c9-shell": { - "version": "3.38.0-94.195", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.38.0-94.195.tgz", - "integrity": "sha512-Z2THUfbJ7/GiiMsEkjgBjW0sBtu1z7slKtSTRhoVZZVeCAZJHXj0dQwnBDAfYnGEiLcnY1YIE7IFePg0wpXZeA==", - "license": "UNLICENSED", - "optional": true, - "os": [ - "win32" - ] - }, "node_modules/@szmarczak/http-timer": { "version": "4.0.6", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", @@ -23049,9 +23038,9 @@ } }, "node_modules/ws": { - "version": "7.5.10", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/ws/-/ws-7.5.10.tgz", - "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "version": "7.5.11", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.11.tgz", + "integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==", "license": "MIT", "engines": { "node": ">=8.3.0"