[Snyk] Security upgrade electron from 9.2.0 to 9.3.0 (#763)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELECTRON-598894
- https://snyk.io/vuln/SNYK-JS-ELECTRON-598949
- https://snyk.io/vuln/SNYK-JS-ELECTRON-608662
This commit is contained in:
Snyk bot 2020-09-22 22:44:42 +03:00 committed by GitHub
parent 4387daf7ef
commit 64f3bc584a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -1754,9 +1754,9 @@
} }
}, },
"electron": { "electron": {
"version": "9.2.0", "version": "9.3.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.2.0.tgz", "resolved": "https://registry.npmjs.org/electron/-/electron-9.3.0.tgz",
"integrity": "sha512-4ecZ3rcGg//Gk4fAK3Jo61T+uh36JhU6HHR/PTujQqQiBw1g4tNPd4R2hGGth2d+7FkRIs5GdRNef7h64fQEMw==", "integrity": "sha512-7zPLEZ+kOjVJqfawMQ0vVuZZRqvZIeiID3tbjjbVybbxXIlFMpZ2jogoh7PV3rLrtm+dKRfu7Qc4E7ob1d0FqQ==",
"requires": { "requires": {
"@electron/get": "^1.0.1", "@electron/get": "^1.0.1",
"@types/node": "^12.0.12", "@types/node": "^12.0.12",
@ -3052,9 +3052,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.19", "version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
"optional": true "optional": true
}, },
"lodash.assign": { "lodash.assign": {

View File

@ -106,7 +106,7 @@
}, },
"dependencies": { "dependencies": {
"clean-css": "4.2.3", "clean-css": "4.2.3",
"electron": "9.2.0", "electron": "9.3.0",
"electron-builder": "^22.8.0", "electron-builder": "^22.8.0",
"electron-rebuild": "^1.11.0", "electron-rebuild": "^1.11.0",
"node-abi": "2.18.0", "node-abi": "2.18.0",