upgrade to 3.38.0-94.195 (#2253)

This commit is contained in:
Swapna Sundar Biswal
2025-01-10 10:36:10 +01:00
committed by GitHub
parent d4f6f31cbc
commit 5669963ec4
2 changed files with 10 additions and 6 deletions

14
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@symphony/symphony-c9-shell": "3.38.0-94.195",
"@types/lazy-brush": "^1.0.0", "@types/lazy-brush": "^1.0.0",
"adm-zip": "^0.5.10", "adm-zip": "^0.5.10",
"bplist-parser": "^0.3.2", "bplist-parser": "^0.3.2",
@@ -77,7 +78,7 @@
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"optionalDependencies": { "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-share-indicator-frame": "github:finos/ScreenShareIndicatorFrame#v1.5.0",
"screen-snippet": "git+https://github.com/finos/ScreenSnippet2.git#9.2.2", "screen-snippet": "git+https://github.com/finos/ScreenSnippet2.git#9.2.2",
"symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#1.0.1", "symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#1.0.1",
@@ -2697,10 +2698,13 @@
"license": "(Unlicense OR Apache-2.0)" "license": "(Unlicense OR Apache-2.0)"
}, },
"node_modules/@symphony/symphony-c9-shell": { "node_modules/@symphony/symphony-c9-shell": {
"version": "3.30.0-37.176", "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.30.0-37.176.tgz", "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-XxbRlorM0ruxriX5PsDwytFL67TcFAeSWqsZCSXQcatQd5Vg0U4JmWINOjTsUln9x1zfzBZC8Gwug870JmK8ew==", "integrity": "sha512-Z2THUfbJ7/GiiMsEkjgBjW0sBtu1z7slKtSTRhoVZZVeCAZJHXj0dQwnBDAfYnGEiLcnY1YIE7IFePg0wpXZeA==",
"optional": true "optional": true,
"os": [
"win32"
]
}, },
"node_modules/@szmarczak/http-timer": { "node_modules/@szmarczak/http-timer": {
"version": "4.0.6", "version": "4.0.6",

View File

@@ -239,7 +239,7 @@
"shell-path": "^3.0.0" "shell-path": "^3.0.0"
}, },
"optionalDependencies": { "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-share-indicator-frame": "github:finos/ScreenShareIndicatorFrame#v1.5.0",
"screen-snippet": "git+https://github.com/finos/ScreenSnippet2.git#9.2.2", "screen-snippet": "git+https://github.com/finos/ScreenSnippet2.git#9.2.2",
"symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#1.0.1", "symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#1.0.1",