4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +01:00

Bump electron-log from 4.4.4 to 4.4.5

Bumps [electron-log](https://github.com/megahertz/electron-log) from 4.4.4 to 4.4.5.
- [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.4.4...v4.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-29 23:49:31 +00:00 committed by GitHub
parent 779fc29ca8
commit b0b9efc8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"dependencies": { "dependencies": {
"axios": "^0.25.0", "axios": "^0.25.0",
"electron-is-dev": "^2.0.0", "electron-is-dev": "^2.0.0",
"electron-log": "^4.4.4", "electron-log": "^4.4.5",
"electron-squirrel-startup": "^1.0.0", "electron-squirrel-startup": "^1.0.0",
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"hasha": "^5.2.2", "hasha": "^5.2.2",
@ -2015,9 +2015,9 @@
} }
}, },
"node_modules/electron-log": { "node_modules/electron-log": {
"version": "4.4.4", "version": "4.4.5",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.4.4.tgz", "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.4.5.tgz",
"integrity": "sha512-jcNtrVmKXG+CHchLo/jnjjQ9K4/ORguWD23H2nqApTwisQ4Qo3IRQtLiorubajX0Uxg76Xm/Yt+eNfQMoHVr5w==" "integrity": "sha512-Cfa2CKnwBhlUfIl/qr2GF5SCqfoA9yPBqTJ6/wPs+PEn36M2+EZ3RpGSaOhYQ1BZpolL1CWyeu3gMG8epLl3Ng=="
}, },
"node_modules/electron-notarize": { "node_modules/electron-notarize": {
"version": "1.1.1", "version": "1.1.1",
@ -8327,9 +8327,9 @@
"integrity": "sha512-3X99K852Yoqu9AcW50qz3ibYBWY79/pBhlMCab8ToEWS48R0T9tyxRiQhwylE7zQdXrMnx2JKqUJyMPmt5FBqA==" "integrity": "sha512-3X99K852Yoqu9AcW50qz3ibYBWY79/pBhlMCab8ToEWS48R0T9tyxRiQhwylE7zQdXrMnx2JKqUJyMPmt5FBqA=="
}, },
"electron-log": { "electron-log": {
"version": "4.4.4", "version": "4.4.5",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.4.4.tgz", "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.4.5.tgz",
"integrity": "sha512-jcNtrVmKXG+CHchLo/jnjjQ9K4/ORguWD23H2nqApTwisQ4Qo3IRQtLiorubajX0Uxg76Xm/Yt+eNfQMoHVr5w==" "integrity": "sha512-Cfa2CKnwBhlUfIl/qr2GF5SCqfoA9yPBqTJ6/wPs+PEn36M2+EZ3RpGSaOhYQ1BZpolL1CWyeu3gMG8epLl3Ng=="
}, },
"electron-notarize": { "electron-notarize": {
"version": "1.1.1", "version": "1.1.1",

View File

@ -32,7 +32,7 @@
"dependencies": { "dependencies": {
"axios": "^0.25.0", "axios": "^0.25.0",
"electron-is-dev": "^2.0.0", "electron-is-dev": "^2.0.0",
"electron-log": "^4.4.4", "electron-log": "^4.4.5",
"electron-squirrel-startup": "^1.0.0", "electron-squirrel-startup": "^1.0.0",
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"hasha": "^5.2.2", "hasha": "^5.2.2",