diff --git a/package-lock.json b/package-lock.json index 6ce5435a..c72e14fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { + "@symphony/symphony-c9-shell": "3.25.0-25.161", "@types/lazy-brush": "^1.0.0", "archiver": "5.3.1", "async.map": "0.5.2", @@ -74,7 +75,7 @@ "typescript": "^4.9.5" }, "optionalDependencies": { - "@symphony/symphony-c9-shell": "3.19.0-0.98.18.158", + "@symphony/symphony-c9-shell": "3.25.0-25.161", "screen-share-indicator-frame": "git+https://github.com/finos/ScreenShareIndicatorFrame.git#v1.4.13", "screen-snippet": "git+https://github.com/finos/ScreenSnippet2.git#9.2.2", "symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#1.0.1", @@ -2805,12 +2806,10 @@ "license": "(Unlicense OR Apache-2.0)" }, "node_modules/@symphony/symphony-c9-shell": { - "version": "3.19.0-0.98.18.158", - "license": "UNLICENSED", - "optional": true, - "os": [ - "win32" - ] + "version": "3.25.0-25.161", + "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.25.0-25.161.tgz", + "integrity": "sha512-c/p0MBDODXBf4zB6zMBxFsvgkslDyk7x96ostLuu+OrR3NBjtjlcjXAoVCyQ0IiqYxGv+MZZUaFVGIcrg3COlw==", + "optional": true }, "node_modules/@szmarczak/http-timer": { "version": "4.0.6", @@ -20374,7 +20373,9 @@ "dev": true }, "@symphony/symphony-c9-shell": { - "version": "3.19.0-0.98.18.158", + "version": "3.25.0-25.161", + "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.25.0-25.161.tgz", + "integrity": "sha512-c/p0MBDODXBf4zB6zMBxFsvgkslDyk7x96ostLuu+OrR3NBjtjlcjXAoVCyQ0IiqYxGv+MZZUaFVGIcrg3COlw==", "optional": true }, "@szmarczak/http-timer": { diff --git a/package.json b/package.json index 0c0238bd..0a212812 100644 --- a/package.json +++ b/package.json @@ -230,7 +230,7 @@ "win32-api": "^20.1.0" }, "optionalDependencies": { - "@symphony/symphony-c9-shell": "3.19.0-0.98.18.158", + "@symphony/symphony-c9-shell": "3.25.0-25.161", "screen-share-indicator-frame": "git+https://github.com/finos/ScreenShareIndicatorFrame.git#v1.4.13", "screen-snippet": "git+https://github.com/finos/ScreenSnippet2.git#9.2.2", "symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#1.0.1",