Skip to content

Commit

Permalink
Update dependency electron-updater to v4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 5, 2020
1 parent b5e8fc7 commit ed3223d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"electron-log": "4.0.6",
"electron-squirrel-startup": "1.0.0",
"electron-store": "5.1.0",
"electron-updater": "4.2.2",
"electron-updater": "4.2.4",
"express": "4.17.1",
"fluent-ffmpeg": "2.1.2",
"request": "2.88.2",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2013,6 +2013,14 @@ [email protected]:
debug "^4.1.1"
sax "^1.2.4"

[email protected]:
version "8.6.1"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.6.1.tgz#cf9a268fa51704de24f3c085aa8d1d1b3767d9ea"
integrity sha512-gwIUtMaICmc+e2EC3u3byXcwCyfhtG40LJRNnGfs8AYqacKl4ZLP50ab+uDttn7QAXe0LfMAuKz9v8bCODV0yg==
dependencies:
debug "^4.1.1"
sax "^1.2.4"

[email protected]:
version "22.3.2"
resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-22.3.2.tgz#23c61aaf0f0006f994087b33a26e47cdaec7aa8d"
Expand Down Expand Up @@ -3592,13 +3600,13 @@ electron-to-chromium@^1.3.47:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.52.tgz#d2d9f1270ba4a3b967b831c40ef71fb4d9ab5ce0"
integrity sha1-0tnxJwuko7lnuDHEDvcftNmrXOA=

[email protected].2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-4.2.2.tgz#57e106bffad16f71b1ffa3968a52a1b71c8147e6"
integrity sha512-e/OZhr5tLW0GcgmpR5wD0ImxgKMa8pPoNWRcwRyMzTL9pGej7+ORp0t9DtI5ZBHUbObIoEbrk+6EDGUGtJf+aA==
[email protected].4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-4.2.4.tgz#9015bb8f85b24d6f8a620a90dd0fe128335c902b"
integrity sha512-iqN0uoP2+Nkiljp/o4DzZVeSpOOCMtP8+pqL5/qDI+1/ARW99T2TFcpRrPwX4dntowNV7X5T19aKFLK3+9AdkA==
dependencies:
"@types/semver" "^7.1.0"
builder-util-runtime "8.6.0"
builder-util-runtime "8.6.1"
fs-extra "^8.1.0"
js-yaml "^3.13.1"
lazy-val "^1.0.4"
Expand Down

0 comments on commit ed3223d

Please sign in to comment.