Merge pull request #357 from PreMiD/dependabot/npm_and_yarn/electron-packager-14.2.1

This commit is contained in:
dependabot-preview[bot]
2020-02-07 23:44:10 +00:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

View File

@@ -30,7 +30,7 @@
"archiver": "3.1.1",
"chalk": "3.0.0",
"electron": "8.0.0",
"electron-packager": "14.2.0",
"electron-packager": "14.2.1",
"fast-glob": "3.1.1",
"fs-extra": "8.1.0",
"nodemon": "2.0.2",

View File

@@ -819,10 +819,10 @@ cross-spawn@^5.0.1:
shebang-command "^1.2.0"
which "^1.2.9"
cross-zip@^2.1.5:
version "2.1.6"
resolved "https://registry.yarnpkg.com/cross-zip/-/cross-zip-2.1.6.tgz#344d3ba9488609942987d815bb84860cff3d9491"
integrity sha512-xLIETNkzRcU6jGRzenJyRFxahbtP4628xEKMTI/Ql0Vu8m4h8M7uRLVi7E5OYHuJ6VQPsG4icJumKAFUvfm0+A==
cross-zip@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/cross-zip/-/cross-zip-3.0.0.tgz#478136c7ba2df7e5888f7fb57211a4bbd5afafb4"
integrity sha512-cm+l8PJ6WiSQmKZ/x8DGvUm2u/3FX2JFs1AFd18gdHaVhP5Lf4oE6Jrj2Jd05JYSioz5x+nIRVp0zBQuzuCRcQ==
dependencies:
rimraf "^3.0.0"
@@ -978,14 +978,14 @@ electron-osx-sign@^0.4.11:
minimist "^1.2.0"
plist "^3.0.1"
electron-packager@14.2.0:
version "14.2.0"
resolved "https://registry.yarnpkg.com/electron-packager/-/electron-packager-14.2.0.tgz#6bd143983f8ba3898e6e21591f37fa97da7f8b67"
integrity sha512-6JHv0zfRpxpFta4MJBt7RtcS6zhtl4f76ombZKqicgl5I3Ighx8WBQRYUKMdAO3tNYEq/B0i1FYsBp6oXzlTfA==
electron-packager@14.2.1:
version "14.2.1"
resolved "https://registry.yarnpkg.com/electron-packager/-/electron-packager-14.2.1.tgz#e1884eee608455e71e96342717e0527d25a329df"
integrity sha512-g6y3BVrAOz/iavKD+VMFbehrQcwCWuA3CZvVbmmbQuCfegGA1ytwWn0BNIDDrEdbuz31Fti7mnNHhb5L+3Wq9A==
dependencies:
"@electron/get" "^1.6.0"
asar "^2.0.1"
cross-zip "^2.1.5"
cross-zip "^3.0.0"
debug "^4.0.1"
electron-notarize "^0.2.0"
electron-osx-sign "^0.4.11"