mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 12:50:37 +00:00
Bump electron from 19.0.4 to 19.0.5
Bumps [electron](https://github.com/electron/electron) from 19.0.4 to 19.0.5. - [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/v19.0.4...v19.0.5) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
76d043d3d4
commit
8891f1be8e
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -712,9 +712,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"electron": {
|
||||
"version": "19.0.4",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.4.tgz",
|
||||
"integrity": "sha512-roRYr1VNAWIhjD9n8qZdmhROtrzsFpuZEXrjWAw+GqPbZlrUInmvFCviRDC2Lt+VBsTNRpTfPpfzXSlLL4reEw==",
|
||||
"version": "19.0.5",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.5.tgz",
|
||||
"integrity": "sha512-gC4kPr/Mf7QbeE5NAo1AC4Zg/SXLnW0ttlyzhVdyB2aErBspWh231UhHLJUlOdaVNqitdbnppdaXjoZHsR5QzQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@electron/get": "^1.14.1",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"electron": "^19.0.4",
|
||||
"electron": "^19.0.5",
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue