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:
Vishwas Shashidhar 2020-03-31 16:10:04 +05:30 committed by GitHub
parent 24bdbc8975
commit cb7aedaf11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5667 additions and 4290 deletions

9938
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
]
}
}