4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-25 06:49:51 +01:00

Merge pull request #45 from AltarikMC/dependabot/npm_and_yarn/electron-log-4.4.1

Bump electron-log from 4.4.0 to 4.4.1
This commit is contained in:
Quentin Legot 2021-08-06 14:40:02 +02:00 committed by GitHub
commit a202b48322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1783,9 +1783,9 @@
"integrity": "sha512-3X99K852Yoqu9AcW50qz3ibYBWY79/pBhlMCab8ToEWS48R0T9tyxRiQhwylE7zQdXrMnx2JKqUJyMPmt5FBqA=="
},
"electron-log": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.4.0.tgz",
"integrity": "sha512-LOp3elm5mOAAoQmvK8ZOaD75m6DvybWNMkwd8ZtZm23bymbxI///bZ42r/XvqKgmFCnv32/L+fz0mkDE4DMA/g=="
"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.0",

View File

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