mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2025-05-04 09:23:46 +01:00
Bump electron from 36.0.0 to 36.0.1
Bumps [electron](https://github.com/electron/electron) from 36.0.0 to 36.0.1. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v36.0.0...v36.0.1) --- updated-dependencies: - dependency-name: electron dependency-version: 36.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
410a6beb04
commit
a3896cab33
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.31.1",
|
||||
"@typescript-eslint/parser": "^8.31.1",
|
||||
"electron": "^36.0.0",
|
||||
"electron": "^36.0.1",
|
||||
"eslint": "^9.25.1",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
|
@ -927,9 +927,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "36.0.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-36.0.0.tgz",
|
||||
"integrity": "sha512-MhBL5tgzqLsiw++YXxzXRvF5s90gelcEZP4Upz/aaRmmoscmCw/EtimxMSH6EPnKt+8KwBY9RVAdlcffFPYkyw==",
|
||||
"version": "36.0.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-36.0.1.tgz",
|
||||
"integrity": "sha512-78DIXNi4W6ojeMt+O9/z+Miojioh1MW4H3oH+1sXwRpcu98RzxkW1/MjRvP0o0xiE6L1ZkoUkGDGC3E933YBAA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^8.31.1",
|
||||
"@typescript-eslint/parser": "^8.31.1",
|
||||
"electron": "^36.0.0",
|
||||
"electron": "^36.0.1",
|
||||
"eslint": "^9.25.1",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue