From dabf7ffa0c704256689f0f1c5ec9960c5b90d0a7 Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Mon, 16 Mar 2020 16:49:44 -0400 Subject: [PATCH] Update 4.2.0 changelog --- source/_changelogs/4.2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_changelogs/4.2.0.md b/source/_changelogs/4.2.0.md index 8aa07aa565..7795cee236 100644 --- a/source/_changelogs/4.2.0.md +++ b/source/_changelogs/4.2.0.md @@ -35,7 +35,7 @@ **Dependency Updates** - Upgraded Chrome browser version used during `cypress run` and when selecting Electron browser in `cypress open` from `78` to `80`. Addressed in {% PR 6555 %}. -- Upgraded `electron` from `7.1.13` to `8.1.1`. Addressed in {% PR 6555 %}. +- Upgraded `electron` from `7.1.13` to `8.1.1`. This bumps the bundled Chromium to 80.0.3987.141 and the bundled Node to 12.13.0. Addressed in {% PR 6555 %}. - Upgraded `@ffmpeg-installer/ffmpeg` from `1.0.19` to `1.0.20`. Addressed in {% PR 6686 %}. - Upgraded `minimist` from `1.2.0` to `1.2.2`. Addressed in {% PR 6726 %}. - Replaced deprecated `request` with `cypress-io/request`. Addressed in {% PR 6679 %}.