Skip to content

Commit 54193cf

Browse files
dependabot[bot]dgolovin
authored andcommitted
chore(deps-dev): Bump electron from 31.4.0 to 32.0.0
Bumps [electron](https://github.com/electron/electron) from 31.4.0 to 32.0.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v31.4.0...v32.0.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f192f00 commit 54193cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"byline": "^5.0.0",
6565
"copyfiles": "^2.4.1",
6666
"cross-env": "7.0.3",
67-
"electron": "^31.4.0",
67+
"electron": "^32.0.0",
6868
"eslint": "^8.57.0",
6969
"eslint-import-resolver-custom-alias": "^1.3.2",
7070
"eslint-import-resolver-typescript": "^3.6.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1333,10 +1333,10 @@ electron-to-chromium@^1.4.668:
13331333
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.750.tgz#d278a619af727ed069de1317115187282b1131ee"
13341334
integrity sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==
13351335

1336-
electron@^31.4.0:
1337-
version "31.4.0"
1338-
resolved "https://registry.yarnpkg.com/electron/-/electron-31.4.0.tgz#fd55fd882117b09fd68b2d182c8fda2dbb7ef454"
1339-
integrity sha512-YTwKoAA+nrJMlI1TTHnIXLYWoQLKnhbkz0qxZcI7Hadcy0UaFMFs9xzwvH2MnrRpVJy7RKo49kVGuvSdRl8zMA==
1336+
electron@^32.0.0:
1337+
version "32.0.0"
1338+
resolved "https://registry.yarnpkg.com/electron/-/electron-32.0.0.tgz#ccb1334d7f1f1a5387ad8f16a06180053ea9278a"
1339+
integrity sha512-rs+VkhztJd2LvRX7d3ikKH+EIHMW4vKM2l5qp7Dx/dLQAKKz3IFNKyYhYzczDnqO+/jUvx0ic0SQvqpv1/ZAsw==
13401340
dependencies:
13411341
"@electron/get" "^2.0.0"
13421342
"@types/node" "^20.9.0"

0 commit comments

Comments
 (0)