diff --git a/package-lock.json b/package-lock.json index 1073c04f..8c84a96b 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.38.0-94.195", "@types/lazy-brush": "^1.0.0", "adm-zip": "^0.5.10", "bplist-parser": "^0.3.2", @@ -77,7 +78,7 @@ "typescript": "^4.9.5" }, "optionalDependencies": { - "@symphony/symphony-c9-shell": "3.30.0-37.176", + "@symphony/symphony-c9-shell": "3.38.0-94.195", "screen-share-indicator-frame": "github:finos/ScreenShareIndicatorFrame#v1.5.0", "screen-snippet": "git+https://github.com/finos/ScreenSnippet2.git#9.2.2", "symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#1.0.1", @@ -2697,10 +2698,13 @@ "license": "(Unlicense OR Apache-2.0)" }, "node_modules/@symphony/symphony-c9-shell": { - "version": "3.30.0-37.176", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.30.0-37.176.tgz", - "integrity": "sha512-XxbRlorM0ruxriX5PsDwytFL67TcFAeSWqsZCSXQcatQd5Vg0U4JmWINOjTsUln9x1zfzBZC8Gwug870JmK8ew==", - "optional": true + "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==", + "optional": true, + "os": [ + "win32" + ] }, "node_modules/@szmarczak/http-timer": { "version": "4.0.6", diff --git a/package.json b/package.json index d033b375..510fb71b 100644 --- a/package.json +++ b/package.json @@ -239,7 +239,7 @@ "shell-path": "^3.0.0" }, "optionalDependencies": { - "@symphony/symphony-c9-shell": "3.30.0-37.176", + "@symphony/symphony-c9-shell": "3.38.0-94.195", "screen-share-indicator-frame": "github:finos/ScreenShareIndicatorFrame#v1.5.0", "screen-snippet": "git+https://github.com/finos/ScreenSnippet2.git#9.2.2", "symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#1.0.1",