Merge pull request #134 from CompeyDev/dependabot/npm_and_yarn/electron-31.2.1

Bump electron from 31.2.0 to 31.2.1
This commit is contained in:
Erica Marigold 2024-07-17 15:31:57 +05:30 committed by GitHub
commit b484994446
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": "31.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-31.2.0.tgz",
"integrity": "sha512-5w+kjOsGiTXytPSErBPNp/3znnuEMKc42RD41MqRoQkiYaR8x/Le2+qWk1cL60UwE/67oeKnOHnnol8xEuldGg==",
"version": "31.2.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-31.2.1.tgz",
"integrity": "sha512-g3CLKjl4yuXt6VWm/KpgEjYYhFiCl19RgUn8lOC8zV/56ZXAS3+mqV4wWzicE/7vSYXs6GRO7vkYRwrwhX3Gaw==",
"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": "^31.2.0",
"electron": "^31.2.1",
"eslint": "^7.32.0",
"typescript": "^5.5.3"
},