diff --git a/package.json b/package.json index 99160e2890..4fe70c6e3c 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "@malept/electron-installer-flatpak": "^0.11.0", "electron-installer-debian": "^3.0.0", "electron-installer-dmg": "^3.0.0", - "electron-installer-redhat": "^2.0.0", + "electron-installer-redhat": "^3.0.0", "electron-installer-snap": "^5.0.0", "electron-windows-store": "^2.1.0", "electron-winstaller": "^4.0.0", diff --git a/packages/maker/rpm/package.json b/packages/maker/rpm/package.json index 745583e389..c22cf2daa4 100644 --- a/packages/maker/rpm/package.json +++ b/packages/maker/rpm/package.json @@ -22,6 +22,6 @@ "@electron-forge/shared-types": "6.0.0-beta.47" }, "optionalDependencies": { - "electron-installer-redhat": "^2.0.0" + "electron-installer-redhat": "^3.0.0" } } diff --git a/yarn.lock b/yarn.lock index 4d267bd730..e8fc1f695e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3351,21 +3351,6 @@ electron-installer-common@^0.10.0: semver "^7.1.1" tmp-promise "^2.0.1" -electron-installer-common@^0.7.1: - version "0.7.3" - resolved "https://registry.yarnpkg.com/electron-installer-common/-/electron-installer-common-0.7.3.tgz#95beedc4c6abd287a2f3ef60c545abdf804d90a0" - integrity sha512-l4chYFTWr6uWODKYUXeC+Z4tqGa3b8e+Y2WUBf3F7Ruv6yYzZ+Ccic65oXreeotx09B7sUx1KTuwXRsRJHKlMw== - dependencies: - asar "^2.0.1" - cross-spawn-promise "^0.10.1" - debug "^4.1.1" - fs-extra "^8.0.1" - glob "^7.1.4" - lodash "^4.17.11" - parse-author "^2.0.0" - semver "^6.0.0" - tmp-promise "^2.0.1" - electron-installer-debian@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/electron-installer-debian/-/electron-installer-debian-3.0.0.tgz#abd76db8e89bc1ba1e5366975a941461dda06e6d" @@ -3390,17 +3375,17 @@ electron-installer-dmg@^3.0.0: optionalDependencies: appdmg "^0.6.0" -electron-installer-redhat@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/electron-installer-redhat/-/electron-installer-redhat-2.0.0.tgz#a83563f6267aed64a619592cd0a6305ffa97ba6b" - integrity sha512-kf7+/t8XIp1I6LIV9v6K38rBHzmY6bUr3TunJZKdlIKQ7j6wyjjpgbpxSBcg3S7pgzq1kkgCYZvpr8CsLFVivw== +electron-installer-redhat@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/electron-installer-redhat/-/electron-installer-redhat-3.0.0.tgz#0a066eb9f9b3e691d58c2b41eea1055e8d5ffa92" + integrity sha512-BtYh174AOIGq0iDges4/fihqJYw8WsWXRKuRpKvUlkqrwfeGMWqln28+kKV5IW6GPfHjRFeCO5dcMUioUDBo1A== dependencies: debug "^4.1.1" - electron-installer-common "^0.7.1" - fs-extra "^8.0.1" - lodash "^4.17.4" + electron-installer-common "^0.10.0" + fs-extra "^8.1.0" + lodash "^4.17.15" word-wrap "^1.2.3" - yargs "^13.2.2" + yargs "^15.1.0" electron-installer-snap@^5.0.0: version "5.0.0" @@ -9522,7 +9507,7 @@ yargs-unparser@1.6.0: lodash "^4.17.15" yargs "^13.3.0" -yargs@13.3.0, yargs@^13.2.2, yargs@^13.2.4, yargs@^13.3.0: +yargs@13.3.0, yargs@^13.2.4, yargs@^13.3.0: version "13.3.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83" integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA== @@ -9538,7 +9523,7 @@ yargs@13.3.0, yargs@^13.2.2, yargs@^13.2.4, yargs@^13.3.0: y18n "^4.0.0" yargs-parser "^13.1.1" -yargs@^15.0.1, yargs@^15.0.2: +yargs@^15.0.1, yargs@^15.0.2, yargs@^15.1.0: version "15.1.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.1.0.tgz#e111381f5830e863a89550bd4b136bb6a5f37219" integrity sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==