Merge pull request #118 from CompeyDev/dependabot/npm_and_yarn/electron-30.0.1

Bump electron from 30.0.0 to 30.0.1
This commit is contained in:
Erica Marigold 2024-04-19 22:15:18 +05:30 committed by GitHub
commit 0f04c92252
Signed by: DevComp
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.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.0.tgz",
"integrity": "sha512-GRwKphq/TUhSlb44OwSckXKl50f5OR/pm9MvF3rBLyqcxwfu7L11xejrZ0hDea1eKyCkzGd4B+cIqaQiDguPEA==",
"version": "30.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.1.tgz",
"integrity": "sha512-iwxkI/n2wBd29NH7TH0ZY8aWGzCoKpzJz+D10u7aGSJi1TV6d4MSM3rWyKvT/UkAHkTKOEgYfUyCa2vWQm8L0g==",
"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.0",
"electron": "^30.0.1",
"eslint": "^7.32.0",
"typescript": "^5.4.5"
},