diff --git a/package-lock.json b/package-lock.json index cb4a5c3f..497140cb 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.29.0-0.98.1.173", "@types/lazy-brush": "^1.0.0", "archiver": "5.3.1", "async.map": "0.5.2", @@ -40,7 +41,7 @@ "builder-util-runtime": "^9.0.3", "cross-env": "7.0.3", "del": "3.0.0", - "electron": "^27.1.2", + "electron": "27.1.3", "electron-builder": "^24.2.1", "electron-icon-maker": "0.0.5", "electron-osx-sign": "^0.6.0", @@ -74,7 +75,7 @@ "typescript": "^4.9.5" }, "optionalDependencies": { - "@symphony/symphony-c9-shell": "3.26.0-0.98.2.165", + "@symphony/symphony-c9-shell": "3.29.0-0.98.1.173", "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,9 +2806,9 @@ "license": "(Unlicense OR Apache-2.0)" }, "node_modules/@symphony/symphony-c9-shell": { - "version": "3.26.0-0.98.2.165", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.26.0-0.98.2.165.tgz", - "integrity": "sha512-uoRuNC6hiuNoY313Zd6y3OMpUwR4ROfC1gqytROBF9B8l7x1ObugCyuq2MkuHq5cY9pve2QVJGb4/jpCpPipWg==", + "version": "3.29.0-0.98.1.173", + "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.29.0-0.98.1.173.tgz", + "integrity": "sha512-xvBjihfCXqbswJYWGYnbucTPK0VLTqwc2TVjXLvIJ6TeBHZolowE5sSH0JdUN65uSU7F9RyOZw9C2H3cUhZtdw==", "optional": true }, "node_modules/@szmarczak/http-timer": { @@ -6639,9 +6640,9 @@ } }, "node_modules/electron": { - "version": "27.1.2", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/electron/-/electron-27.1.2.tgz", - "integrity": "sha512-Dy6BUuGLiIJv+zfsXwr78TV2TNppi24rXF4PIIS+OjDblEKdkI9r1iM8JUd3/x3sbGUy5mdLMSPhvmu//IhkgA==", + "version": "27.1.3", + "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/electron/-/electron-27.1.3.tgz", + "integrity": "sha512-7eD8VMhhlL5J531OOawn00eMthUkX1e3qN5Nqd7eMK8bg5HxQBrn8bdPlvUEnCano9KhrVwaDnGeuzWoDOGpjQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -20230,9 +20231,9 @@ "dev": true }, "@symphony/symphony-c9-shell": { - "version": "3.26.0-0.98.2.165", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.26.0-0.98.2.165.tgz", - "integrity": "sha512-uoRuNC6hiuNoY313Zd6y3OMpUwR4ROfC1gqytROBF9B8l7x1ObugCyuq2MkuHq5cY9pve2QVJGb4/jpCpPipWg==", + "version": "3.29.0-0.98.1.173", + "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.29.0-0.98.1.173.tgz", + "integrity": "sha512-xvBjihfCXqbswJYWGYnbucTPK0VLTqwc2TVjXLvIJ6TeBHZolowE5sSH0JdUN65uSU7F9RyOZw9C2H3cUhZtdw==", "optional": true }, "@szmarczak/http-timer": { @@ -22941,9 +22942,9 @@ } }, "electron": { - "version": "27.1.2", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/electron/-/electron-27.1.2.tgz", - "integrity": "sha512-Dy6BUuGLiIJv+zfsXwr78TV2TNppi24rXF4PIIS+OjDblEKdkI9r1iM8JUd3/x3sbGUy5mdLMSPhvmu//IhkgA==", + "version": "27.1.3", + "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/electron/-/electron-27.1.3.tgz", + "integrity": "sha512-7eD8VMhhlL5J531OOawn00eMthUkX1e3qN5Nqd7eMK8bg5HxQBrn8bdPlvUEnCano9KhrVwaDnGeuzWoDOGpjQ==", "dev": true, "requires": { "@electron/get": "^2.0.0", diff --git a/package.json b/package.json index e13c9dc6..bdaaf487 100644 --- a/package.json +++ b/package.json @@ -230,7 +230,7 @@ "systeminformation": "5.21.7" }, "optionalDependencies": { - "@symphony/symphony-c9-shell": "3.26.0-0.98.2.165", + "@symphony/symphony-c9-shell": "3.29.0-0.98.1.173", "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",