diff --git a/package-lock.json b/package-lock.json index 5412b2e7f..eef93245a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "symphony", - "version": "23.1.0", + "version": "23.4.0-1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "symphony", - "version": "23.1.0", + "version": "23.4.0-1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -18,7 +18,6 @@ "electron-fetch": "1.9.1", "electron-log": "4.4.8", "electron-updater": "^5.0.1", - "ffi-napi": "^4.0.3", "filesize": "6.4.0", "lazy-brush": "^1.0.1", "react": "16.14.0", @@ -26,14 +25,13 @@ "rimraf": "^3.0.2", "save-svg-as-png": "^1.4.17", "shell-path": "^3.0.0", - "symphony-native-window-handle-helper": "github:finos/SymphonyWindowsHwndHelper#1.0.1", "win32-api": "^20.1.0" }, "devDependencies": { "@types/cheerio": "^0.22.22", "@types/enzyme": "^3.10.7", "@types/fs-extra": "^9.0.0", - "@types/jest": "23.3.12", + "@types/jest": "23.3.14", "@types/node": "^12.12.43", "@types/react": "16.14.34", "@types/react-dom": "16.9.17", @@ -60,7 +58,7 @@ "gulp-typescript": "5.0.1", "husky": "^4.3.8", "imgurify": "^2.0.1", - "jest": "25.2.4", + "jest": "25.5.4", "jest-html-reporter": "3.7.0", "js-yaml": "^4.1.0", "less": "^3.13.1", @@ -2857,11 +2855,10 @@ } }, "node_modules/@types/jest": { - "version": "23.3.12", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@types/jest/-/jest-23.3.12.tgz", - "integrity": "sha1-fgztJR+pTDvC0QI9S4SymS+gY3Y=", - "dev": true, - "license": "MIT" + "version": "23.3.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-23.3.14.tgz", + "integrity": "sha512-Q5hTcfdudEL2yOmluA1zaSyPbzWPmJ3XfSWeP3RyoYvS9hnje1ZyagrZOuQ6+1nQC1Gw+7gap3pLNL3xL6UBug==", + "dev": true }, "node_modules/@types/keyv": { "version": "3.1.4", @@ -9084,6 +9081,7 @@ "integrity": "sha1-J6jUKo6pOEVxVIlcWXYfvxoQ9EE=", "hasInstallScript": true, "license": "MIT", + "peer": true, "dependencies": { "debug": "^4.1.1", "get-uv-event-loop-napi-h": "^1.0.5", @@ -9647,13 +9645,15 @@ "version": "1.0.2", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/get-symbol-from-current-process-h/-/get-symbol-from-current-process-h-1.0.2.tgz", "integrity": "sha1-UQr1Lq74c/cCiFTDN39H97sgAmU=", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/get-uv-event-loop-napi-h": { "version": "1.0.6", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/get-uv-event-loop-napi-h/-/get-uv-event-loop-napi-h-1.0.6.tgz", "integrity": "sha1-QrCwa3TD7SH7rI58coRf23ogAgg=", "license": "MIT", + "peer": true, "dependencies": { "get-symbol-from-current-process-h": "^1.0.1" } @@ -12063,15 +12063,14 @@ } }, "node_modules/jest": { - "version": "25.2.4", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/jest/-/jest-25.2.4.tgz", - "integrity": "sha1-0QlBlIorV+t6zMLnrnivSg4RtAo=", + "version": "25.5.4", + "resolved": "https://registry.npmjs.org/jest/-/jest-25.5.4.tgz", + "integrity": "sha512-hHFJROBTqZahnO+X+PMtT6G2/ztqAZJveGqz//FnWWHurizkD05PQGzRZOhF3XP6z7SJmL+5tCfW8qV06JypwQ==", "dev": true, - "license": "MIT", "dependencies": { - "@jest/core": "^25.2.4", + "@jest/core": "^25.5.4", "import-local": "^3.0.2", - "jest-cli": "^25.2.4" + "jest-cli": "^25.5.4" }, "bin": { "jest": "bin/jest.js" @@ -12176,6 +12175,47 @@ "node": ">=8" } }, + "node_modules/jest-cli": { + "version": "25.5.4", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-25.5.4.tgz", + "integrity": "sha512-rG8uJkIiOUpnREh1768/N3n27Cm+xPFkSNFO91tgg+8o2rXeVLStz+vkXkGr4UtzH6t1SNbjwoiswd7p4AhHTw==", + "dev": true, + "dependencies": { + "@jest/core": "^25.5.4", + "@jest/test-result": "^25.5.0", + "@jest/types": "^25.5.0", + "chalk": "^3.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.4", + "import-local": "^3.0.2", + "is-ci": "^2.0.0", + "jest-config": "^25.5.4", + "jest-util": "^25.5.0", + "jest-validate": "^25.5.0", + "prompts": "^2.0.1", + "realpath-native": "^2.0.0", + "yargs": "^15.3.1" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": ">= 8.3" + } + }, + "node_modules/jest-cli/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-config": { "version": "25.5.4", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/jest-config/-/jest-config-25.5.4.tgz", @@ -13209,49 +13249,6 @@ "node": ">= 8.3" } }, - "node_modules/jest/node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest/node_modules/jest-cli": { - "version": "25.5.4", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/jest-cli/-/jest-cli-25.5.4.tgz", - "integrity": "sha1-ufGoTRMBqSxcIXaEy3mECDHbnw0=", - "dev": true, - "license": "MIT", - "dependencies": { - "@jest/core": "^25.5.4", - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^25.5.4", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "prompts": "^2.0.1", - "realpath-native": "^2.0.0", - "yargs": "^15.3.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": ">= 8.3" - } - }, "node_modules/jimp": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/jimp/-/jimp-0.14.0.tgz", @@ -14847,13 +14844,15 @@ "version": "3.2.1", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/node-addon-api/-/node-addon-api-3.2.1.tgz", "integrity": "sha1-gTJeCiEXeJwBKNq2Xn448HzroWE=", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/node-gyp-build": { "version": "4.2.3", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/node-gyp-build/-/node-gyp-build-4.2.3.tgz", "integrity": "sha1-zmJ3+FODX3GIKe+0fbIPPk2cRzk=", "license": "MIT", + "peer": true, "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", @@ -16784,6 +16783,7 @@ "integrity": "sha1-4lm/wruvs+Fp6M2bpJA33QA5ayI=", "hasInstallScript": true, "license": "MIT", + "peer": true, "dependencies": { "debug": "^4.1.1", "get-symbol-from-current-process-h": "^1.0.2", @@ -16799,6 +16799,7 @@ "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/ref-struct-di/-/ref-struct-di-1.1.1.tgz", "integrity": "sha1-WCex07MjcgWPF3VHCT2x/hYC3BA=", "license": "MIT", + "peer": true, "dependencies": { "debug": "^3.1.0" } @@ -16808,6 +16809,7 @@ "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/debug/-/debug-3.2.7.tgz", "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", "license": "MIT", + "peer": true, "dependencies": { "ms": "^2.1.1" } @@ -16816,7 +16818,8 @@ "version": "2.1.3", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/ms/-/ms-2.1.3.tgz", "integrity": "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/ref-union-di": { "version": "1.0.1", @@ -17665,7 +17668,7 @@ }, "node_modules/screen-share-indicator-frame": { "version": "1.4.13", - "resolved": "git+ssh://git@github.com/symphonyoss/ScreenShareIndicatorFrame.git#f5748cb8b1f5a2a92b8d44efd46f195b38e00552", + "resolved": "git+ssh://git@github.com/finos/ScreenShareIndicatorFrame.git#f5748cb8b1f5a2a92b8d44efd46f195b38e00552", "hasInstallScript": true, "license": "ISC", "optional": true, @@ -17678,8 +17681,12 @@ } }, "node_modules/screen-snippet": { - "resolved": "git+ssh://git@github.com/symphonyoss/ScreenSnippet2.git#63071f24d6539598cef436daadf659c6d3fa3661", - "optional": true + "version": "2.4.0", + "resolved": "git+ssh://git@github.com/finos/ScreenSnippet2.git#63071f24d6539598cef436daadf659c6d3fa3661", + "hasInstallScript": true, + "license": "ISC", + "optional": true, + "os": "win32" }, "node_modules/semver": { "version": "6.3.0", @@ -22908,9 +22915,9 @@ } }, "@types/jest": { - "version": "23.3.12", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@types/jest/-/jest-23.3.12.tgz", - "integrity": "sha1-fgztJR+pTDvC0QI9S4SymS+gY3Y=", + "version": "23.3.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-23.3.14.tgz", + "integrity": "sha512-Q5hTcfdudEL2yOmluA1zaSyPbzWPmJ3XfSWeP3RyoYvS9hnje1ZyagrZOuQ6+1nQC1Gw+7gap3pLNL3xL6UBug==", "dev": true }, "@types/keyv": { @@ -27758,6 +27765,7 @@ "version": "4.0.3", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/ffi-napi/-/ffi-napi-4.0.3.tgz", "integrity": "sha1-J6jUKo6pOEVxVIlcWXYfvxoQ9EE=", + "peer": true, "requires": { "debug": "^4.1.1", "get-uv-event-loop-napi-h": "^1.0.5", @@ -28176,12 +28184,14 @@ "get-symbol-from-current-process-h": { "version": "1.0.2", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/get-symbol-from-current-process-h/-/get-symbol-from-current-process-h-1.0.2.tgz", - "integrity": "sha1-UQr1Lq74c/cCiFTDN39H97sgAmU=" + "integrity": "sha1-UQr1Lq74c/cCiFTDN39H97sgAmU=", + "peer": true }, "get-uv-event-loop-napi-h": { "version": "1.0.6", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/get-uv-event-loop-napi-h/-/get-uv-event-loop-napi-h-1.0.6.tgz", "integrity": "sha1-QrCwa3TD7SH7rI58coRf23ogAgg=", + "peer": true, "requires": { "get-symbol-from-current-process-h": "^1.0.1" } @@ -29935,48 +29945,14 @@ } }, "jest": { - "version": "25.2.4", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/jest/-/jest-25.2.4.tgz", - "integrity": "sha1-0QlBlIorV+t6zMLnrnivSg4RtAo=", + "version": "25.5.4", + "resolved": "https://registry.npmjs.org/jest/-/jest-25.5.4.tgz", + "integrity": "sha512-hHFJROBTqZahnO+X+PMtT6G2/ztqAZJveGqz//FnWWHurizkD05PQGzRZOhF3XP6z7SJmL+5tCfW8qV06JypwQ==", "dev": true, "requires": { - "@jest/core": "^25.2.4", + "@jest/core": "^25.5.4", "import-local": "^3.0.2", - "jest-cli": "^25.2.4" - }, - "dependencies": { - "chalk": { - "version": "3.0.0", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "jest-cli": { - "version": "25.5.4", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/jest-cli/-/jest-cli-25.5.4.tgz", - "integrity": "sha1-ufGoTRMBqSxcIXaEy3mECDHbnw0=", - "dev": true, - "requires": { - "@jest/core": "^25.5.4", - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^25.5.4", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "prompts": "^2.0.1", - "realpath-native": "^2.0.0", - "yargs": "^15.3.1" - } - } + "jest-cli": "^25.5.4" } }, "jest-changed-files": { @@ -30046,6 +30022,40 @@ } } }, + "jest-cli": { + "version": "25.5.4", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-25.5.4.tgz", + "integrity": "sha512-rG8uJkIiOUpnREh1768/N3n27Cm+xPFkSNFO91tgg+8o2rXeVLStz+vkXkGr4UtzH6t1SNbjwoiswd7p4AhHTw==", + "dev": true, + "requires": { + "@jest/core": "^25.5.4", + "@jest/test-result": "^25.5.0", + "@jest/types": "^25.5.0", + "chalk": "^3.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.4", + "import-local": "^3.0.2", + "is-ci": "^2.0.0", + "jest-config": "^25.5.4", + "jest-util": "^25.5.0", + "jest-validate": "^25.5.0", + "prompts": "^2.0.1", + "realpath-native": "^2.0.0", + "yargs": "^15.3.1" + }, + "dependencies": { + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + } + } + }, "jest-config": { "version": "25.5.4", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/jest-config/-/jest-config-25.5.4.tgz", @@ -32078,12 +32088,14 @@ "node-addon-api": { "version": "3.2.1", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/node-addon-api/-/node-addon-api-3.2.1.tgz", - "integrity": "sha1-gTJeCiEXeJwBKNq2Xn448HzroWE=" + "integrity": "sha1-gTJeCiEXeJwBKNq2Xn448HzroWE=", + "peer": true }, "node-gyp-build": { "version": "4.2.3", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/node-gyp-build/-/node-gyp-build-4.2.3.tgz", - "integrity": "sha1-zmJ3+FODX3GIKe+0fbIPPk2cRzk=" + "integrity": "sha1-zmJ3+FODX3GIKe+0fbIPPk2cRzk=", + "peer": true }, "node-int64": { "version": "0.4.0", @@ -33504,6 +33516,7 @@ "version": "3.0.3", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/ref-napi/-/ref-napi-3.0.3.tgz", "integrity": "sha1-4lm/wruvs+Fp6M2bpJA33QA5ayI=", + "peer": true, "requires": { "debug": "^4.1.1", "get-symbol-from-current-process-h": "^1.0.2", @@ -33515,6 +33528,7 @@ "version": "1.1.1", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/ref-struct-di/-/ref-struct-di-1.1.1.tgz", "integrity": "sha1-WCex07MjcgWPF3VHCT2x/hYC3BA=", + "peer": true, "requires": { "debug": "^3.1.0" }, @@ -33523,6 +33537,7 @@ "version": "3.2.7", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/debug/-/debug-3.2.7.tgz", "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", + "peer": true, "requires": { "ms": "^2.1.1" } @@ -33530,7 +33545,8 @@ "ms": { "version": "2.1.3", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/ms/-/ms-2.1.3.tgz", - "integrity": "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=" + "integrity": "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=", + "peer": true } } }, @@ -34187,16 +34203,16 @@ } }, "screen-share-indicator-frame": { - "version": "git+ssh://git@github.com/symphonyoss/ScreenShareIndicatorFrame.git#f5748cb8b1f5a2a92b8d44efd46f195b38e00552", - "from": "screen-share-indicator-frame@git+https://github.com/symphonyoss/ScreenShareIndicatorFrame.git#v1.4.13", + "version": "git+ssh://git@github.com/finos/ScreenShareIndicatorFrame.git#f5748cb8b1f5a2a92b8d44efd46f195b38e00552", + "from": "screen-share-indicator-frame@git+https://github.com/finos/ScreenShareIndicatorFrame.git#v1.4.13", "optional": true, "requires": { "run-script-os": "1.1.6" } }, "screen-snippet": { - "version": "git+ssh://git@github.com/symphonyoss/ScreenSnippet2.git#63071f24d6539598cef436daadf659c6d3fa3661", - "from": "screen-snippet@git+https://github.com/symphonyoss/ScreenSnippet2.git#9.2.2", + "version": "git+ssh://git@github.com/finos/ScreenSnippet2.git#63071f24d6539598cef436daadf659c6d3fa3661", + "from": "screen-snippet@git+https://github.com/finos/ScreenSnippet2.git#9.2.2", "optional": true }, "semver": { @@ -36516,4 +36532,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 4ba4f7cf4..fc43f1fd9 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "@types/cheerio": "^0.22.22", "@types/enzyme": "^3.10.7", "@types/fs-extra": "^9.0.0", - "@types/jest": "23.3.12", + "@types/jest": "23.3.14", "@types/node": "^12.12.43", "@types/react": "16.14.34", "@types/react-dom": "16.9.17", @@ -190,7 +190,7 @@ "gulp-typescript": "5.0.1", "husky": "^4.3.8", "imgurify": "^2.0.1", - "jest": "25.2.4", + "jest": "25.5.4", "jest-html-reporter": "3.7.0", "js-yaml": "^4.1.0", "less": "^3.13.1",