SDA-3489 - bump electron spellchecker version to 2.3.4 which removes copy image URL context menu (#1323)

This commit is contained in:
Kiran Niranjan 2022-01-18 13:31:44 +05:30 committed by GitHub
parent 911de2fa30
commit b34a6b3f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 52 deletions

64
package-lock.json generated
View File

@ -4328,51 +4328,13 @@
"integrity": "sha1-Q5Nb/90pHzJtrQogUwmzjQD2UM4="
},
"cld": {
"version": "2.7.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/cld/-/cld-2.7.0.tgz",
"integrity": "sha1-TQ6+PrpoezSSUsqeEuJ6egtlnpw=",
"version": "2.7.1",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/cld/-/cld-2.7.1.tgz",
"integrity": "sha1-XmM4zqTLc25mOOmO30dOLp3dpSQ=",
"requires": {
"glob": "^5.0.10",
"glob": "7",
"node-addon-api": "*",
"rimraf": "^2.4.0",
"underscore": "^1.6.0"
},
"dependencies": {
"glob": {
"version": "5.0.15",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/glob/-/glob-5.0.15.tgz",
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
"requires": {
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "2 || 3",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"rimraf": {
"version": "2.7.1",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/rimraf/-/rimraf-2.7.1.tgz",
"integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=",
"requires": {
"glob": "^7.1.3"
},
"dependencies": {
"glob": {
"version": "7.1.7",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/glob/-/glob-7.1.7.tgz",
"integrity": "sha1-Oxk+kjPwHULQs/eClLvutBj5SpA=",
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
}
}
}
"underscore": "^1.12.1"
}
},
"clean-stack": {
@ -6618,8 +6580,8 @@
}
},
"electron-spellchecker": {
"version": "git+ssh://git@github.com/symphonyoss/electron-spellchecker.git#8628a0e62660bc23da969fc19c9e9b39eb54be5a",
"from": "electron-spellchecker@git+https://github.com/symphonyoss/electron-spellchecker.git#v2.3.2",
"version": "git+https://github.com/finos/electron-spellchecker.git#11518d2c82c720bb2e6ba4630d8765e6d0db016f",
"from": "git+https://github.com/finos/electron-spellchecker.git#v2.3.4",
"requires": {
"@aabuhijleh/electron-remote": "^1.4.0",
"@felixrieseberg/spellchecker": "^4.0.12",
@ -12412,9 +12374,9 @@
}
},
"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="
"version": "4.2.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/node-addon-api/-/node-addon-api-4.2.0.tgz",
"integrity": "sha1-EXy7WpWd/wmS4cWGrgOTVz5NKoc="
},
"node-fetch": {
"version": "2.6.5",
@ -17199,9 +17161,9 @@
}
},
"underscore": {
"version": "1.13.1",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/underscore/-/underscore-1.13.1.tgz",
"integrity": "sha1-DBxr0t9UtrafIxQGbWW2zeb8+dE="
"version": "1.13.2",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/underscore/-/underscore-1.13.2.tgz",
"integrity": "sha1-J2zqHouXIqjb7QEApAfdpXISWIE="
},
"undertaker": {
"version": "1.3.0",

View File

@ -164,7 +164,7 @@
"electron-dl": "3.0.0",
"electron-fetch": "1.4.0",
"electron-log": "4.0.7",
"electron-spellchecker": "git+https://github.com/finos/electron-spellchecker.git#v2.3.3",
"electron-spellchecker": "git+https://github.com/finos/electron-spellchecker.git#v2.3.4",
"ffi-napi": "3.0.0",
"filesize": "6.1.0",
"lazy-brush": "^1.0.1",