upgrade c9-shell (#1899)

This commit is contained in:
Swapna Sundar Biswal 2023-07-18 15:01:35 +02:00 committed by GitHub
parent 15056f16ff
commit 37d04d421a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -10,7 +10,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@symphony/symphony-c9-shell": "3.25.0-25.161", "@symphony/symphony-c9-shell": "3.25.0-25.162",
"@types/lazy-brush": "^1.0.0", "@types/lazy-brush": "^1.0.0",
"archiver": "5.3.1", "archiver": "5.3.1",
"async.map": "0.5.2", "async.map": "0.5.2",
@ -75,7 +75,7 @@
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"optionalDependencies": { "optionalDependencies": {
"@symphony/symphony-c9-shell": "3.25.0-25.161", "@symphony/symphony-c9-shell": "3.25.0-25.162",
"screen-share-indicator-frame": "git+https://github.com/finos/ScreenShareIndicatorFrame.git#v1.4.13", "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", "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",
@ -2806,9 +2806,9 @@
"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.25.0-25.161", "version": "3.25.0-25.162",
"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", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.25.0-25.162.tgz",
"integrity": "sha512-c/p0MBDODXBf4zB6zMBxFsvgkslDyk7x96ostLuu+OrR3NBjtjlcjXAoVCyQ0IiqYxGv+MZZUaFVGIcrg3COlw==", "integrity": "sha512-B4QCzE/mlmyeosvHXtooSh/P3YHyuc+JmbaoMV/NR77rxleBCfcpHWXwhn8CyZNOvBNJWJxwtHWESVl5jtSePA==",
"optional": true "optional": true
}, },
"node_modules/@szmarczak/http-timer": { "node_modules/@szmarczak/http-timer": {
@ -20364,9 +20364,9 @@
"dev": true "dev": true
}, },
"@symphony/symphony-c9-shell": { "@symphony/symphony-c9-shell": {
"version": "3.25.0-25.161", "version": "3.25.0-25.162",
"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", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@symphony/symphony-c9-shell/-/@symphony/symphony-c9-shell-3.25.0-25.162.tgz",
"integrity": "sha512-c/p0MBDODXBf4zB6zMBxFsvgkslDyk7x96ostLuu+OrR3NBjtjlcjXAoVCyQ0IiqYxGv+MZZUaFVGIcrg3COlw==", "integrity": "sha512-B4QCzE/mlmyeosvHXtooSh/P3YHyuc+JmbaoMV/NR77rxleBCfcpHWXwhn8CyZNOvBNJWJxwtHWESVl5jtSePA==",
"optional": true "optional": true
}, },
"@szmarczak/http-timer": { "@szmarczak/http-timer": {

View File

@ -230,7 +230,7 @@
"win32-api": "^20.1.0" "win32-api": "^20.1.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"@symphony/symphony-c9-shell": "3.25.0-25.161", "@symphony/symphony-c9-shell": "3.25.0-25.162",
"screen-share-indicator-frame": "git+https://github.com/finos/ScreenShareIndicatorFrame.git#v1.4.13", "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", "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",