Skip to content

Commit

Permalink
Fix download cancel error updating electron-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Feb 14, 2024
1 parent 0973d79 commit 9c3b202
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/icons": "~0.32.0",
"axios": "~1.6.4",
"electron-dl": "~3.5.1",
"electron-dl": "3.5.2",
"electron-store": "~8.1.0",
"electron-updater": "^5.3.0",
"ews-javascript-api": "~0.13.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8604,14 +8604,14 @@ __metadata:
languageName: node
linkType: hard

"electron-dl@npm:~3.5.1":
version: 3.5.1
resolution: "electron-dl@npm:3.5.1"
"electron-dl@npm:3.5.2":
version: 3.5.2
resolution: "electron-dl@npm:3.5.2"
dependencies:
ext-name: "npm:^5.0.0"
pupa: "npm:^2.0.1"
unused-filename: "npm:^2.1.0"
checksum: 8c88e427425ddd36325cc2b85a6b43f093b108762c96cb108169cdd50d9dab763bb984ec1ded9256d7a6ac59e2b98a7a9ffdd661c51db9348f31be53fdaaf2e1
checksum: 0e49a07bca3e94977497fcf5e3829ce708ffbd625f27781317886ed2cbe61f26065bff0d3768023784ccad418538eb738ab4e704477cebc659d2512dcbc7ef65
languageName: node
linkType: hard

Expand Down Expand Up @@ -14741,7 +14741,7 @@ __metadata:
electron: "npm:22.3.27"
electron-builder: "npm:^23.6.0"
electron-devtools-installer: "npm:^3.2.0"
electron-dl: "npm:~3.5.1"
electron-dl: "npm:3.5.2"
electron-notarize: "npm:^1.2.2"
electron-store: "npm:~8.1.0"
electron-updater: "npm:^5.3.0"
Expand Down

0 comments on commit 9c3b202

Please sign in to comment.