Bump electron-rebuild from 3.2.5 to 3.2.6

Bumps [electron-rebuild](https://github.com/electron/electron-rebuild) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/electron/electron-rebuild/releases)
- [Changelog](https://github.com/electron/electron-rebuild/blob/master/.releaserc.json)
- [Commits](https://github.com/electron/electron-rebuild/compare/v3.2.5...v3.2.6)

---
updated-dependencies:
- dependency-name: electron-rebuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-10 11:05:24 +00:00 committed by Labhansh Agrawal
parent a42f7716bf
commit 86ceac2873
2 changed files with 6 additions and 11 deletions

View file

@ -102,7 +102,7 @@
"electron-builder": "^22.14.5", "electron-builder": "^22.14.5",
"electron-devtools-installer": "3.2.0", "electron-devtools-installer": "3.2.0",
"electron-notarize": "1.1.1", "electron-notarize": "1.1.1",
"electron-rebuild": "3.2.5", "electron-rebuild": "3.2.6",
"electronmon": "^2.0.2", "electronmon": "^2.0.2",
"eslint": "7.32.0", "eslint": "7.32.0",
"eslint-config-prettier": "8.3.0", "eslint-config-prettier": "8.3.0",

View file

@ -2281,11 +2281,6 @@ colors@1.0.3:
resolved "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b" resolved "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=
colors@^1.3.3:
version "1.4.0"
resolved "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
columnify@1.5.4: columnify@1.5.4:
version "1.5.4" version "1.5.4"
resolved "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb" resolved "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb"
@ -2908,13 +2903,13 @@ electron-publish@22.14.5:
lazy-val "^1.0.5" lazy-val "^1.0.5"
mime "^2.5.2" mime "^2.5.2"
electron-rebuild@3.2.5: electron-rebuild@3.2.6:
version "3.2.5" version "3.2.6"
resolved "https://registry.npmjs.org/electron-rebuild/-/electron-rebuild-3.2.5.tgz#a9e82b4259aac33ad449f6959de68ded2c5679f8" resolved "https://registry.npmjs.org/electron-rebuild/-/electron-rebuild-3.2.6.tgz#d71b914b21822b0fc7222369935d6674c3342a54"
integrity sha512-U9dKi10V9w/BdIVB8a8dTKYLK3Q1d2WZ+Yo5qfM3XX/O4jI7KpnwgvWgGoVv0jTWPC2NlebF00ffWS/8NfUAtA== integrity sha512-oVAouqlW1IJivSKrw+ahTIGhLoH2GQiiIwPcZGAPt6ZnynsROG31jpSLDlE5veAiD91szbpaVT4qhU5oGbrsKA==
dependencies: dependencies:
"@malept/cross-spawn-promise" "^2.0.0" "@malept/cross-spawn-promise" "^2.0.0"
colors "^1.3.3" chalk "^4.0.0"
debug "^4.1.1" debug "^4.1.1"
detect-libc "^1.0.3" detect-libc "^1.0.3"
fs-extra "^10.0.0" fs-extra "^10.0.0"