Merge pull request #124 from CompeyDev/dependabot/npm_and_yarn/electron-30.0.8

Bump electron from 30.0.7 to 30.0.8
This commit is contained in:
Erica Marigold 2024-05-25 08:13:20 +05:30 committed by GitHub
commit 39a9c345a1
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": "30.0.7",
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.7.tgz",
"integrity": "sha512-9ypQLaIvLj9W8o6fIiZpUabXJAW3a+K6vT78Vk9UJVImKVAoFIe1Umwd2FleyMqhnFBPF58Iawu/pSV0s+wRnA==",
"version": "30.0.8",
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.8.tgz",
"integrity": "sha512-ivzXJJ/9gdb4oOw+5SDuaZpSInz8C+Z021dKZfFLMltKbDa4sSqt5cRBiUg7J36Z2kdus+Jai0bdHWutYE9wAA==",
"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": "^30.0.7",
"electron": "^30.0.8",
"eslint": "^7.32.0",
"typescript": "^5.4.5"
},