mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2025-08-26 11:27:02 +01:00
Merge pull request #224 from CompeyDev/dependabot/npm_and_yarn/electron-36.2.1
Bump electron from 36.2.0 to 36.2.1
This commit is contained in:
commit
550b235ad1
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.32.1",
|
||||
"@typescript-eslint/parser": "^8.32.1",
|
||||
"electron": "^36.2.0",
|
||||
"electron": "^36.2.1",
|
||||
"eslint": "^9.26.0",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
|
@ -1124,9 +1124,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "36.2.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-36.2.0.tgz",
|
||||
"integrity": "sha512-5yldoRjBKxPQfI0QMX+qq750o3Nl8N1SZnJqOPMq0gZ6rIJ+7y4ZLp808GrFwjfTm05TYgq3GSD8FGuKQZqwEw==",
|
||||
"version": "36.2.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-36.2.1.tgz",
|
||||
"integrity": "sha512-mm1Y+Ms46xcOTA69h8hpqfX392HfV4lga9aEkYkd/Syx1JBStvcACOIouCgGrnZpxNZPVS1jM8NTcMkNjuK6BQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
||||
"@typescript-eslint/parser": "^8.32.1",
|
||||
"electron": "^36.2.0",
|
||||
"electron": "^36.2.1",
|
||||
"eslint": "^9.26.0",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue