Merge pull request #152 from CompeyDev/dependabot/npm_and_yarn/electron-33.2.0

Bump electron from 33.1.0 to 33.2.0
This commit is contained in:
Erica Marigold 2024-11-09 18:31:47 +05:30 committed by GitHub
commit ee81a2f86b
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": "33.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-33.1.0.tgz",
"integrity": "sha512-7KiY6MtRo1fVFLPGyHS7Inh8yZfrbUTy43nNwUgMD2CBk729BgSwOC2WhmcptNJVlzHJpVxSWkiVi2hp9mH/bw==",
"version": "33.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-33.2.0.tgz",
"integrity": "sha512-PVw1ICAQDPsnnsmpNFX/b1i/49h67pbSPxuIENd9K9WpGO1tsRaQt+K2bmXqTuoMJsbzIc75Ce8zqtuwBPqawA==",
"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": "^33.1.0",
"electron": "^33.2.0",
"eslint": "^7.32.0",
"typescript": "^5.6.3"
},