fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909
This commit is contained in:
parent
835cc3134c
commit
1bbda8294b
File diff suppressed because it is too large
Load Diff
|
@ -18,13 +18,13 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"asar": "^1.0.0",
|
"asar": "^1.0.0",
|
||||||
"axios": "^0.18.0",
|
"axios": "^0.18.0",
|
||||||
"chokidar": "^2.1.2",
|
"chokidar": "^3.0.0",
|
||||||
"csp-parse": "github:macropodhq/csp-parse",
|
"csp-parse": "github:macropodhq/csp-parse",
|
||||||
"deepmerge": "^3.2.0",
|
"deepmerge": "^3.2.0",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^7.0.1",
|
||||||
"keytar": "4.4.1",
|
"keytar": "4.4.1",
|
||||||
"nedb": "^1.8.0",
|
"nedb": "^1.8.0",
|
||||||
"node-sass": "^4.11.0",
|
"node-sass": "^5.0.0",
|
||||||
"original-fs": "^1.0.0",
|
"original-fs": "^1.0.0",
|
||||||
"semver": "^5.6.0",
|
"semver": "^5.6.0",
|
||||||
"tar-fs": "^2.0.0"
|
"tar-fs": "^2.0.0"
|
||||||
|
|
Loading…
Reference in New Issue