Skip to content

Commit 8b1aa6e

Browse files
chore(deps-dev): bump electron from 27.0.2 to 31.4.0
Bumps [electron](https://github.com/electron/electron) from 27.0.2 to 31.4.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v27.0.2...v31.4.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 2f93e2c commit 8b1aa6e

File tree

2 files changed

+20
-25
lines changed

2 files changed

+20
-25
lines changed

packages/desktop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"copy-webpack-plugin": "^12.0.2",
4949
"cross-env": "^7.0.2",
5050
"css-loader": "^7.1.1",
51-
"electron": "27.0.2",
51+
"electron": "31.4.0",
5252
"electron-builder": "^24.6.4",
5353
"esbuild-loader": "^4.0.2",
5454
"lodash.merge": "^4.6.2",

yarn.lock

+19-24
Original file line numberDiff line numberDiff line change
@@ -1770,24 +1770,14 @@
17701770
dependencies:
17711771
"@types/node" "*"
17721772

1773-
"@types/node@*":
1774-
version "20.4.0"
1775-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.0.tgz#01d637d1891e419bc85763b46f42809cd2d5addb"
1776-
integrity sha512-jfT7iTf/4kOQ9S7CHV9BIyRaQqHu67mOjsIQBC3BKZvzvUB6zLxEwJ6sBE3ozcvP8kF6Uk5PXN0Q+c0dfhGX0g==
1777-
1778-
"@types/node@^18.11.18":
1779-
version "18.19.13"
1780-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.13.tgz#c3e989ca967b862a1f6c8c4148fe31865eedaf1a"
1781-
integrity sha512-kgnbRDj8ioDyGxoiaXsiu1Ybm/K14ajCgMOkwiqpHrnF7d7QiYRoRqHIpglMMs3DwXinlK4qJ8TZGlj4hfleJg==
1773+
"@types/node@*", "@types/node@^20.9.0":
1774+
version "20.16.1"
1775+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.1.tgz#0b44b15271d0e2191ca68faf1fbe506e06aed732"
1776+
integrity sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==
17821777
dependencies:
1783-
undici-types "~5.26.4"
1778+
undici-types "~6.19.2"
17841779

1785-
"@types/node@^18.15.11":
1786-
version "18.16.19"
1787-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea"
1788-
integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==
1789-
1790-
"@types/node@^18.15.12":
1780+
"@types/node@^18.15.11", "@types/node@^18.15.12":
17911781
version "18.19.3"
17921782
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.3.tgz#e4723c4cb385641d61b983f6fe0b716abd5f8fc0"
17931783
integrity sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==
@@ -3605,13 +3595,13 @@ [email protected]:
36053595
semver "^7.3.8"
36063596
tiny-typed-emitter "^2.1.0"
36073597

3608-
electron@27.0.2:
3609-
version "27.0.2"
3610-
resolved "https://registry.yarnpkg.com/electron/-/electron-27.0.2.tgz#5465475e4e5c4de7371dc06e1872b46265a340f0"
3611-
integrity sha512-4fbcHQ40ZDlqhr5Pamm+M5BF7ry2lGqjFTWTJ/mrBwuiPWu6xhV/RWgUhKBaLqKNfAaNl3eMxV3Jc82gv6JauQ==
3598+
electron@31.4.0:
3599+
version "31.4.0"
3600+
resolved "https://registry.yarnpkg.com/electron/-/electron-31.4.0.tgz#fd55fd882117b09fd68b2d182c8fda2dbb7ef454"
3601+
integrity sha512-YTwKoAA+nrJMlI1TTHnIXLYWoQLKnhbkz0qxZcI7Hadcy0UaFMFs9xzwvH2MnrRpVJy7RKo49kVGuvSdRl8zMA==
36123602
dependencies:
36133603
"@electron/get" "^2.0.0"
3614-
"@types/node" "^18.11.18"
3604+
"@types/node" "^20.9.0"
36153605
extract-zip "^2.0.1"
36163606

36173607
emittery@^0.13.1:
@@ -6444,9 +6434,9 @@ npm-run-path@^4.0.1:
64446434
path-key "^3.0.0"
64456435

64466436
nwsapi@^2.2.1, nwsapi@^2.2.2:
6447-
version "2.2.10"
6448-
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.10.tgz#0b77a68e21a0b483db70b11fad055906e867cda8"
6449-
integrity sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==
6437+
version "2.2.12"
6438+
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.12.tgz#fb6af5c0ec35b27b4581eb3bbad34ec9e5c696f8"
6439+
integrity sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==
64506440

64516441
object-assign@^4.0.1:
64526442
version "4.1.1"
@@ -8522,6 +8512,11 @@ undici-types@~5.26.4:
85228512
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
85238513
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
85248514

8515+
undici-types@~6.19.2:
8516+
version "6.19.6"
8517+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.6.tgz#e218c3df0987f4c0e0008ca00d6b6472d9b89b36"
8518+
integrity sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==
8519+
85258520
unicorn-magic@^0.1.0:
85268521
version "0.1.0"
85278522
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"

0 commit comments

Comments
 (0)