mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2025-04-03 00:00:52 +01:00
Merge pull request #183 from CompeyDev/dependabot/npm_and_yarn/electron-35.0.1
Bump electron from 35.0.0 to 35.0.1
This commit is contained in:
commit
5911d425a3
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -10,7 +10,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
||||
"@typescript-eslint/parser": "^8.26.0",
|
||||
"electron": "^35.0.0",
|
||||
"electron": "^35.0.1",
|
||||
"eslint": "^9.22.0",
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
|
@ -927,9 +927,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "35.0.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-35.0.0.tgz",
|
||||
"integrity": "sha512-mwNQNktYLPnUWZVR8iNkfWCBjmM5e2/CmB1rhACwE9ASDbVU7CYPgp/jLUB3bj/LyQsfSuubD82OUite6SN8Uw==",
|
||||
"version": "35.0.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-35.0.1.tgz",
|
||||
"integrity": "sha512-iQonj6lnPhqfqha2KXx6LzV1dnu6UPTCWK+b7f9Zvg828umGemi22DKbcJ3/q+Opn7iUVTWyqp9z1JQqkIi6OA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
||||
"@typescript-eslint/parser": "^8.26.0",
|
||||
"electron": "^35.0.0",
|
||||
"electron": "^35.0.1",
|
||||
"eslint": "^9.22.0",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue