Skip to content

[Snyk] Security upgrade electron from 16.2.6 to 18.3.14 #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into snyk-fix-c49a4b29719ff3f16e7ad6ec89b185e2
  • Loading branch information
mariazevedo88 authored Oct 30, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit fc6fa7bb50400a55617806043b70378ef6dabb78
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"dependencies": {
"ansi-regex": "^6.0.1",
"cheerio": "^1.0.0-rc.10",
"electron": "^18.3.14",
"electron": "^19.0.15",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"nightmare": "^3.0.2",
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -878,13 +878,13 @@ electron-download@^3.0.1:
rc "^1.1.2"
semver "^5.3.0"
sumchecker "^1.2.0"

electron@^18.3.14:
version "18.3.15"
resolved "https://registry.yarnpkg.com/electron/-/electron-18.3.15.tgz#5ffe24b9dbd0fe433c246b454f39f1dcdb1cf3f0"
integrity sha512-frkBt8skyo8SmlG4TbByDxZw6/tqttRYYIBaeTBfkoG18OyD59IVwVaXXHO8UYKB5/1C2Rce0Gj6uoxlAHQHzQ==
electron@^19.0.15:
version "19.0.16"
resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.16.tgz#9773478e2607e458e3a353beccdfaa5aee65a9c6"
integrity sha512-iL6Bnh+kmlZHam1s77dZZ31J0vbtkkUoR3Y/GXBfqbTinXupBtYmx0+SnvjGnpVzRYoZoSbJs6Qfrfn13BQoMw==
dependencies:
"@electron/get" "^1.13.0"
"@electron/get" "^1.14.1"
"@types/node" "^16.11.26"
extract-zip "^1.0.3"

You are viewing a condensed version of this merge commit. You can view the full changes here.