mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
fix: SDA-1929: fix vulnerable dependencies (#957)
* SDA-1929: upgrade vulnerable dependencies Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1929: upgrade vulnerable dev dependencies Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1929: upgrade vulnerable dev dependencies Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1929: upgrade vulnerable dev dependencies Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1929: upgrade vulnerable dev dependencies Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1929: upgrade vulnerable dev dependencies Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
This commit is contained in:
parent
24bdbc8975
commit
cb7aedaf11
9938
package-lock.json
generated
9938
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
19
package.json
19
package.json
@ -118,14 +118,14 @@
|
||||
"@types/react-dom": "16.0.9",
|
||||
"@types/ref-napi": "1.4.0",
|
||||
"ava": "2.4.0",
|
||||
"browserify": "16.2.3",
|
||||
"browserify": "16.5.1",
|
||||
"cross-env": "5.2.0",
|
||||
"del": "3.0.0",
|
||||
"electron": "8.0.3",
|
||||
"electron-builder": "21.2.0",
|
||||
"electron-builder-squirrel-windows": "20.38.3",
|
||||
"electron-icon-maker": "0.0.4",
|
||||
"electron-rebuild": "1.8.2",
|
||||
"electron-rebuild": "1.10.1",
|
||||
"enzyme": "3.9.0",
|
||||
"enzyme-adapter-react-16": "1.10.0",
|
||||
"enzyme-to-json": "3.3.5",
|
||||
@ -133,28 +133,27 @@
|
||||
"gulp-less": "4.0.1",
|
||||
"gulp-sourcemaps": "2.6.4",
|
||||
"gulp-typescript": "5.0.1",
|
||||
"jest": "23.6.0",
|
||||
"jest-html-reporter": "2.4.2",
|
||||
"jest": "25.2.4",
|
||||
"jest-html-reporter": "3.0.0",
|
||||
"less": "3.8.1",
|
||||
"ncp": "2.0.0",
|
||||
"node-abi": "^2.15.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"npm-run-all": "4.1.5",
|
||||
"robotjs": "0.6.0",
|
||||
"run-script-os": "1.0.7",
|
||||
"spectron": "10.0.1",
|
||||
"ts-jest": "23.10.5",
|
||||
"ts-jest": "25.3.0",
|
||||
"tslint": "5.11.0",
|
||||
"typescript": "3.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"archiver": "3.1.1",
|
||||
"async.map": "0.5.2",
|
||||
"auto-launch": "5.0.5",
|
||||
"classnames": "2.2.6",
|
||||
"electron-dl": "3.0.0",
|
||||
"electron-fetch": "1.4.0",
|
||||
"electron-log": "4.0.7",
|
||||
"electron-spellchecker": "git+https://github.com/symphonyoss/electron-spellchecker.git#v2.3.0",
|
||||
"electron-spellchecker": "git+https://github.com/symphonyoss/electron-spellchecker.git#v2.0.4",
|
||||
"ffi-napi": "2.4.6",
|
||||
"filesize": "6.1.0",
|
||||
"react": "16.13.0",
|
||||
@ -173,8 +172,8 @@
|
||||
"files": [
|
||||
"lib/spectron/**/*.spec.js"
|
||||
],
|
||||
"sources": [
|
||||
"lib/src/**/*.js"
|
||||
"ignoredByWatcher": [
|
||||
"!lib/src/**/*.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user