Skip to content

Commit

Permalink
deps: Upgrade electron to v32.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Dec 16, 2024
1 parent a81525b commit 6df5656
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"debug-menu": "^0.6.1",
"del": "^6.0.0",
"devtron": "^1.4.0",
"electron": "^31",
"electron": "^32.0.0",
"electron-builder": "^24",
"electron-download": "^4.1.1",
"electron-mocha": "^13.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4457,10 +4457,10 @@ electron-window@^0.8.0:
dependencies:
is-electron-renderer "^2.0.0"

electron@^31:
version "31.7.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-31.7.3.tgz#48fa94cc6e008d885f069222d136602d4e794530"
integrity sha512-pZ3ChhQL5THjagmhVqgb2dsePDIyUKSalv8bARziTSTk1pLbtJRja0OLIuuHktl387vRcDJZ0x4YWzI52x/TlQ==
electron@^32.0.0:
version "32.2.7"
resolved "https://registry.yarnpkg.com/electron/-/electron-32.2.7.tgz#4eaf78534c99ba060da5bb002c737206be33f225"
integrity sha512-y8jbQRG3xogF70XPlk5c+dWe5iRfUBo28o2NMpKd/CcW7ENIaWtBlGima8/8nmRdAaYTy1+yIt6KB0Lon9H8cA==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down

0 comments on commit 6df5656

Please sign in to comment.