build(deps): bump electron-log from 4.3.2 to 4.3.4 in /app (#972)

Bumps [electron-log](https://github.com/megahertz/electron-log) from 4.3.2 to 4.3.4.
- [Release notes](https://github.com/megahertz/electron-log/releases)
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/megahertz/electron-log/compare/v4.3.2...v4.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Julio López
2021-04-12 18:57:25 -07:00
committed by GitHub
parent 2faf72c583
commit 85e62e9056
2 changed files with 4 additions and 4 deletions

6
app/package-lock.json generated
View File

@@ -6732,9 +6732,9 @@
"integrity": "sha512-R1oD5gMBPS7PVU8gJwH6CtT0e6VSoD0+SzSnYpNm+dBkcijgA+K7VAMHDfnRq/lkKPZArpzplTW6jfiMYosdzw=="
},
"electron-log": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.2.tgz",
"integrity": "sha512-PJPWE8JDzQ137UlxX9K917nI8GTcwgiJpE2PMPXZo+I6C4AaZU+JWQ3lW5NjQ1Lg8Qk8qbze+Ly0yAiqhbmpeA=="
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.4.tgz",
"integrity": "sha512-Cd6xZ9if2J4NG+PNoi3cARAYoanbM4ddpod0faaL5LIhmwuSdxP9XH95C9SgTpHMqklbg8u3CFh1yqiaqo2Bng=="
},
"electron-notarize": {
"version": "1.0.0",

View File

@@ -8,7 +8,7 @@
"bootstrap": "^4.6.0",
"electron-first-run": "^3.0.0",
"electron-is-dev": "^1.2.0",
"electron-log": "^4.3.2",
"electron-log": "^4.3.4",
"electron-updater": "^4.3.5",
"react": "^17.0.2",
"react-bootstrap": "^1.4.3",