Merge pull request #94 from CompeyDev/dependabot/npm_and_yarn/electron-28.1.0

Bump electron from 28.0.0 to 28.1.0
This commit is contained in:
Erica Marigold 2023-12-25 12:54:54 +05:30 committed by GitHub
commit 535fb29990
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

@ -729,9 +729,9 @@
}
},
"electron": {
"version": "28.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-28.0.0.tgz",
"integrity": "sha512-eDhnCFBvG0PGFVEpNIEdBvyuGUBsFdlokd+CtuCe2ER3P+17qxaRfWRxMmksCOKgDHb5Wif5UxqOkZSlA4snlw==",
"version": "28.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-28.1.0.tgz",
"integrity": "sha512-82Y7o4PSWPn1o/aVwYPsgmBw6Gyf2lVHpaBu3Ef8LrLWXxytg7ZRZr/RtDqEMOzQp3+mcuy3huH84MyjdmP50Q==",
"dev": true,
"requires": {
"@electron/get": "^2.0.0",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"electron": "^28.0.0",
"electron": "^28.1.0",
"eslint": "^7.32.0",
"typescript": "^5.3.3"
},