Merge pull request #105 from CompeyDev/dependabot/npm_and_yarn/electron-29.1.0

Bump electron from 29.0.1 to 29.1.0
This commit is contained in:
Erica Marigold 2024-02-29 19:14:04 +05:30 committed by GitHub
commit e59993f603
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -182,9 +182,9 @@
}
},
"@types/node": {
"version": "20.11.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz",
"integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==",
"version": "20.11.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.21.tgz",
"integrity": "sha512-/ySDLGscFPNasfqStUuWWPfL78jompfIoVzLJPVVAHBh6rpG68+pI2Gk+fNLeI8/f1yPYL4s46EleVIc20F1Ow==",
"dev": true,
"requires": {
"undici-types": "~5.26.4"
@ -729,9 +729,9 @@
}
},
"electron": {
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-29.0.1.tgz",
"integrity": "sha512-hsQr9clm8NCAMv4uhHlXThHn52UAgrHgyz3ubBAxZIPuUcpKVDtg4HPmx4hbmHIbYICI5OyLN3Ztp7rS+Dn4Lw==",
"version": "29.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-29.1.0.tgz",
"integrity": "sha512-giJVIm0sWVp+8V1GXrKqKTb+h7no0P3ooYqEd34AD9wMJzGnAeL+usj+R0155/0pdvvP1mgydnA7lcaFA2M9lw==",
"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.0.1",
"electron": "^29.1.0",
"eslint": "^7.32.0",
"typescript": "^5.3.3"
},