Skip to content

Commit

Permalink
Bump electron from 22.3.1 to 24.7.0
Browse files Browse the repository at this point in the history
Bumps [electron](https://github.com/electron/electron) from 22.3.1 to 24.7.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v22.3.1...v24.7.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 4faad31 commit 0468142
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"copy-webpack-plugin": "11.0.0",
"cpy-cli": "^5.0.0",
"cross-env": "7.0.3",
"electron": "22.3.1",
"electron": "24.7.0",
"electron-builder": "^24.4.0",
"electron-link": "^0.6.0",
"electron-mksnapshot": "25.3.1",
Expand Down
19 changes: 12 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1145,12 +1145,17 @@
resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==

"@types/node@*", "@types/[email protected]":
"@types/node@*", "@types/node@^18.11.18":
version "18.17.3"
resolved "https://registry.npmjs.org/@types/node/-/node-18.17.3.tgz#409febdc84478b452306a8112c692e800ad9f6fe"
integrity sha512-2x8HWtFk0S99zqVQABU9wTpr8wPoaDHZUcAkoTKH+nL7kPv3WUI9cRi/Kk5Mz4xdqXSqTkKP7IWNoQQYCnDsTA==

"@types/[email protected]":
version "18.17.1"
resolved "https://registry.npmjs.org/@types/node/-/node-18.17.1.tgz#84c32903bf3a09f7878c391d31ff08f6fe7d8335"
integrity sha512-xlR1jahfizdplZYRU59JlUx9uzF1ARa8jbhM11ccpCJya8kvos5jwdm2ZAgxSCwOl0fq21svP18EVwPBXMQudw==

"@types/node@^16.11.26", "@types/node@^16.9.2":
"@types/node@^16.9.2":
version "16.18.36"
resolved "https://registry.npmjs.org/@types/node/-/node-16.18.36.tgz#0db5d7efc4760d36d0d1d22c85d1a53accd5dc27"
integrity sha512-8egDX8dE50XyXWH6C6PRCNkTP106DuUrvdrednFouDSmCi7IOvrqr0frznfZaHifHH/3aq/7a7v9N4wdXMqhBQ==
Expand Down Expand Up @@ -2986,13 +2991,13 @@ electron-to-chromium@^1.4.431:
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.454.tgz#774dc7cb5e58576d0125939ec34a4182f3ccc87d"
integrity sha512-pmf1rbAStw8UEQ0sr2cdJtWl48ZMuPD9Sto8HVQOq9vx9j2WgDEN6lYoaqFvqEHYOmGA9oRGn7LqWI9ta0YugQ==

electron@22.3.1:
version "22.3.1"
resolved "https://registry.npmjs.org/electron/-/electron-22.3.1.tgz#a09769e6592cadbf45d7629c9143ffa2ef8a3842"
integrity sha512-iDltL9j12bINK3aOp8ZoGq4NFBFjJhw1AYHelbWj93XUCAIT4fdA+PRsq0aaTHg3bthLLlLRvIZVgNsZPqWcqg==
electron@24.7.0:
version "24.7.0"
resolved "https://registry.npmjs.org/electron/-/electron-24.7.0.tgz#513a459a002b27effcb44348cf39eb5150aa0d99"
integrity sha512-AtIvZiyD6ZSOIpMJ09tvJdUex4TKiF8grX2c1BDDByTqPkkC2A0PakOI9NXe+HctYcEnhGXVLgBQuRAxQDcORg==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^16.11.26"
"@types/node" "^18.11.18"
extract-zip "^2.0.1"

electronmon@^2.0.2:
Expand Down

0 comments on commit 0468142

Please sign in to comment.