Merge pull request #112 from CompeyDev/dependabot/npm_and_yarn/electron-29.1.6

Bump electron from 29.1.5 to 29.1.6
This commit is contained in:
Erica Marigold 2024-03-28 21:03:08 +05:30 committed by GitHub
commit 2ca9c00caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -729,9 +729,9 @@
}
},
"electron": {
"version": "29.1.5",
"resolved": "https://registry.npmjs.org/electron/-/electron-29.1.5.tgz",
"integrity": "sha512-1uWGRw/ffA62lcrklxGUgVxVtOHojsg/nwsYr+/F9cVjipZJn8iPv/ABGIIexhmUqWcho8BqfTJ4osCBa29gBg==",
"version": "29.1.6",
"resolved": "https://registry.npmjs.org/electron/-/electron-29.1.6.tgz",
"integrity": "sha512-UIYfpHR9gRBFKHyejHuXUVQ7nNzZRnoPVOHlijkvqR+DSLwgJ2ZcVVt0LNduNeO8PhPkY1+6kHonL52OTC1cOw==",
"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": "^29.1.5",
"electron": "^29.1.6",
"eslint": "^7.32.0",
"typescript": "^5.4.3"
},