Skip to content

Commit

Permalink
build(deps): upgrade electron-rebuild to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 2, 2020
1 parent b53cf67 commit 1cdc424
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3410,13 +3410,20 @@ [email protected]:
dependencies:
ms "2.1.2"

debug@^3.1.0, debug@^3.2.6:
debug@^3.1.0:
version "3.2.6"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
dependencies:
ms "^2.1.1"

debug@^3.2.6:
version "3.2.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
dependencies:
ms "^2.1.1"

debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
Expand Down Expand Up @@ -3885,9 +3892,9 @@ electron-packager@^15.0.0:
yargs-parser "^19.0.1"

electron-rebuild@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/electron-rebuild/-/electron-rebuild-2.3.2.tgz#42da553a1e4e844ae4d3c3b97e42be836b2924b3"
integrity sha512-VLd3iIn65PmYWmvL+nx0oKspbohkDUhCAz8I2EWbMJcOFzWKW1UXJZ+ZG53iEDJFldm9PahE4q2Bx3ns4bdzeQ==
version "2.3.4"
resolved "https://registry.yarnpkg.com/electron-rebuild/-/electron-rebuild-2.3.4.tgz#59d49b37d5cc690aa60500aa5e5ecd168cbb5ba2"
integrity sha512-EHr1bkqXTN/jQJuh2/IunF9QGa9yOgpE9KdQ9A7VHshd7ycWvoXjWzaXaimfa1nu1l7vKqLLu7N2COe3Jn9NuA==
dependencies:
"@malept/cross-spawn-promise" "^1.1.0"
colors "^1.3.3"
Expand All @@ -3896,7 +3903,7 @@ electron-rebuild@^2.3.2:
fs-extra "^9.0.1"
got "^11.7.0"
lzma-native "^6.0.1"
node-abi "^2.19.1"
node-abi "^2.19.2"
node-gyp "^7.1.0"
ora "^5.1.0"
tar "^6.0.5"
Expand Down Expand Up @@ -7344,7 +7351,7 @@ no-case@^3.0.3:
lower-case "^2.0.1"
tslib "^1.10.0"

node-abi@^2.19.1:
node-abi@^2.19.2:
version "2.19.3"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.19.3.tgz#252f5dcab12dad1b5503b2d27eddd4733930282d"
integrity sha512-9xZrlyfvKhWme2EXFKQhZRp1yNWT/uI1luYPr3sFl+H4keYY4xR+1jO7mvTTijIsHf1M+QDe9uWuKeEpLInIlg==
Expand Down

0 comments on commit 1cdc424

Please sign in to comment.