mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 12:50:37 +00:00
Merge pull request #109 from CompeyDev/dependabot/npm_and_yarn/electron-29.1.4
Bump electron from 29.1.2 to 29.1.4
This commit is contained in:
commit
bc4526f525
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -729,9 +729,9 @@
|
|||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "29.1.2",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-29.1.2.tgz",
|
||||
"integrity": "sha512-f1JZpUeeTH+UESdYOxnnfyf4hUUVlAFFRsaawIgYIlibEOiZOxJ0UILm7htv+yrQ51+V86yJRi8miyP7vjIULw==",
|
||||
"version": "29.1.4",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-29.1.4.tgz",
|
||||
"integrity": "sha512-IWXys0SqgmIfrqXusUGQC0gGG7CCqA5vfmNsUMj8dFkAnK3lisKyjSESStWlrsste/OX/AAC5wsVlf23reUNnw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@electron/get": "^2.0.0",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"electron": "^29.1.2",
|
||||
"electron": "^29.1.4",
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue