Skip to content

Commit

Permalink
Merge pull request #401 from th-ch/snyk-upgrade-4b273faf3969a8ede6309…
Browse files Browse the repository at this point in the history
…124c5ce3e75

[Snyk] Upgrade electron-updater from 4.4.3 to 4.4.6
  • Loading branch information
th-ch authored Sep 15, 2021
2 parents e3ae97f + 57cf2a8 commit 84516b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"electron-localshortcut": "^3.2.1",
"electron-store": "^7.0.3",
"electron-unhandled": "^3.0.2",
"electron-updater": "^4.4.1",
"electron-updater": "^4.4.6",
"filenamify": "^4.3.0",
"md5": "^2.3.0",
"mpris-service": "^2.1.2",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2290,14 +2290,6 @@ buffer@^5.1.0, buffer@^5.2.0, buffer@^5.2.1, buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

[email protected]:
version "8.7.10"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.7.10.tgz#6e661bb1cdaae66e32b2111253577dd631a9ee21"
integrity sha512-zelTRebsOsj33pF+Jf/qwpvx9W6CeMQshqaRa70Ii6+NQGsspMXqlKDQb+1lvTv9aWARxa3+jy/syzm8jTE8Kw==
dependencies:
debug "^4.3.2"
sax "^1.2.4"

[email protected]:
version "8.7.6"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.7.6.tgz#4b43c96db2bd494ced7694bcd7674934655e8324"
Expand All @@ -2314,6 +2306,14 @@ [email protected]:
debug "^4.3.2"
sax "^1.2.4"

[email protected]:
version "8.9.0"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.9.0.tgz#5d8e7ef101c0bf8a54fec3a70f0c551e8fdd58c2"
integrity sha512-XT7asdRMiSqUj/7EtvSW1mzVARvnhj0Nv4Ei4kD0p8GrKMFJt1Nadm4XwD+PrI2+srrtU+l8JMoBgSe4LX8EmQ==
dependencies:
debug "^4.3.2"
sax "^1.2.4"

[email protected]:
version "22.11.7"
resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-22.11.7.tgz#ae9707afa6a31feafa13c274ac83b4fe28ef1467"
Expand Down Expand Up @@ -3497,13 +3497,13 @@ electron-unhandled@^3.0.2:
ensure-error "^2.0.0"
lodash.debounce "^4.0.8"

electron-updater@^4.4.1:
version "4.4.3"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-4.4.3.tgz#9447943549639592ce7eeaf654c7e6b9efd20e35"
integrity sha512-1wJbcFAEvExgiU846hUoQK3QPPbaNQZrbPRaFw9TWUThojbxza34Yt1FaL0/tnLoKQ5N3eKjYcrN9KP1EpO/yw==
electron-updater@^4.4.6:
version "4.6.0"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-4.6.0.tgz#17fc25a16d28f749cd3980430461bf7e6927d925"
integrity sha512-evvAwfDn100sIBZ/GLDpcWtWfaug48RGxVuYiSp0foKQkaXJGFyqYy5ADyt+HPML/mSTMPBvUq55cLEW45BroQ==
dependencies:
"@types/semver" "^7.3.6"
builder-util-runtime "8.7.10"
builder-util-runtime "8.9.0"
fs-extra "^10.0.0"
js-yaml "^4.1.0"
lazy-val "^1.0.5"
Expand Down

0 comments on commit 84516b2

Please sign in to comment.