build(deps): bump electron-log from 4.3.5 to 4.4.1 in /app (#1220)

Bumps [electron-log](https://github.com/megahertz/electron-log) from 4.3.5 to 4.4.1.
- [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.5...v4.4.1)

---
updated-dependencies:
- dependency-name: electron-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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:
dependabot[bot]
2021-08-02 21:38:46 -07:00
committed by GitHub
parent eae75218bd
commit fcd79b40af
2 changed files with 4 additions and 4 deletions

6
app/package-lock.json generated
View File

@@ -6655,9 +6655,9 @@
"integrity": "sha512-3X99K852Yoqu9AcW50qz3ibYBWY79/pBhlMCab8ToEWS48R0T9tyxRiQhwylE7zQdXrMnx2JKqUJyMPmt5FBqA=="
},
"electron-log": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.5.tgz",
"integrity": "sha512-J5Ew3axdk7W4jzzxKLSAi1sqbcAoo9CzHuBVsG0tT47j256xKulNrWFf3lZmHJ1KDXOQUcuwOngQF0jjmpEdpw=="
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.4.1.tgz",
"integrity": "sha512-nK/DwxPLtwWbggPCm27eMQhYHc3gzoZ+cokBK99diO4WsZJKrv5l44EUW8mRfWpmC8ZubnMyp6GTUIJyTc9AJA=="
},
"electron-notarize": {
"version": "1.0.1",

View File

@@ -6,7 +6,7 @@
"auto-launch": "^5.0.5",
"electron-first-run": "^3.0.0",
"electron-is-dev": "^2.0.0",
"electron-log": "^4.3.5",
"electron-log": "^4.4.1",
"electron-updater": "^4.3.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",