From 3efeac6316182b0c92345dc05c2e0b41e2a1325d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:41:19 +0000 Subject: [PATCH] Update dependency js-yaml to v4.2.0 [SECURITY] --- package-lock.json | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82054bbfa..d84863dd0 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", @@ -14219,9 +14208,19 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1"