-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
4faad31
commit 0468142
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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== | ||
|
@@ -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: | ||
|