Skip to content

Commit

Permalink
build(deps): bump electron-rebuild from 2.3.1 to 2.3.2 (#2001)
Browse files Browse the repository at this point in the history
* build(deps): bump electron-rebuild from 2.3.1 to 2.3.2

Bumps [electron-rebuild](https:/electron/electron-rebuild) from 2.3.1 to 2.3.2.
- [Release notes](https:/electron/electron-rebuild/releases)
- [Changelog](https:/electron/electron-rebuild/blob/master/.releaserc.json)
- [Commits](electron/rebuild@v2.3.1...v2.3.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Finish upgrading via bolt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Oct 21, 2020
1 parent d3053f2 commit 02ee708
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"debug": "^4.1.0",
"electron-osx-sign": "^0.4.17",
"electron-packager": "^15.0.0",
"electron-rebuild": "^2.0.3",
"electron-rebuild": "^2.3.2",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"find-up": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"colors": "^1.4.0",
"debug": "^4.1.0",
"electron-packager": "^15.0.0",
"electron-rebuild": "^2.0.3",
"electron-rebuild": "^2.3.2",
"find-up": "^5.0.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.54",
"electron-packager": "^15.0.0",
"electron-rebuild": "^2.0.3",
"electron-rebuild": "^2.3.2",
"ora": "^5.0.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3866,10 +3866,10 @@ electron-packager@^15.0.0:
semver "^7.1.3"
yargs-parser "^19.0.1"

electron-rebuild@^2.0.3:
version "2.3.1"
resolved "https://registry.yarnpkg.com/electron-rebuild/-/electron-rebuild-2.3.1.tgz#145f4367bfaff9f5a4219be828acd381b92f3854"
integrity sha512-KuI2tspzEbjIpcBXXXc1dSz4/LllNGcwppPShrJUaJM3ZEmCIwutBZH7OnfKWOelYOoSHeHe81BR1pkDP4temg==
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==
dependencies:
"@malept/cross-spawn-promise" "^1.1.0"
colors "^1.3.3"
Expand Down

0 comments on commit 02ee708

Please sign in to comment.