fix: upgrade electron-log from 4.2.4 to 4.3.0

Snyk has created this PR to upgrade electron-log from 4.2.4 to 4.3.0.

See this package in npm:
https://www.npmjs.com/package/electron-log

See this project in Snyk:
https://app.snyk.io/org/srgooglo/project/32d7496a-6bfa-4eab-978c-5bc618fd2e41?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-11-24 00:47:04 +00:00
parent cad1e93ec8
commit d4b9bca4b0
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -15042,9 +15042,9 @@
}
},
"electron-log": {
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.2.4.tgz",
"integrity": "sha512-CXbDU+Iwi+TjKzugKZmTRIORIPe3uQRqgChUl19fkW/reFUn5WP7dt+cNGT3bkLV8xfPilpkPFv33HgtmLLewQ=="
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.0.tgz",
"integrity": "sha512-iuJjH/ZEJkDyCbuAMvvFxAjCMDLMXIQ5NqvppETGrbtf4b/007r5P36BSvexdy0UzwDNzDtIuEXLR34vRXWZrg=="
},
"electron-notification-state": {
"version": "1.0.4",

View File

@ -52,7 +52,7 @@
"dotenv": "^8.2.0",
"electron-config": "^2.0.0",
"electron-is": "^3.0.0",
"electron-log": "^4.2.4",
"electron-log": "^4.3.0",
"electron-notification-state": "^1.0.4",
"electron-remote": "^1.3.0",
"electron-updater": "^4.3.4",