From 12288691982d0084ccd6b55660c871e7d8ea9cad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:43:57 -0400 Subject: [PATCH] fix(deps): update dependency launch-editor to v2.9.1 (#30247) * fix(deps): update dependency launch-editor to v2.9.1 * add changelog entry --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane --- cli/CHANGELOG.md | 5 +++++ packages/data-context/package.json | 2 +- packages/server/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ef45f6d8e4e7..270709be08c0 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -7,6 +7,10 @@ _Released 9/24/2024 (PENDING)_ - Fixed an issue where Firefox was incorrectly mutating the state of click events on checkboxes after Firefox version `129` and up. Addressed in [#30245](https://github.com/cypress-io/cypress/pull/30245). +**Bugfixes:** + +- Fixed a regression introduced in 13.13.0 where 'Open in IDE' would not work for filepaths containing spaces and various other characters on Windows. Addresses [#29820](https://github.com/cypress-io/cypress/issues/29820). + **Misc:** - Pass along the related log to the `createSnapshot` function for protocol usage. Addressed in [#30244](https://github.com/cypress-io/cypress/pull/30244). @@ -15,6 +19,7 @@ _Released 9/24/2024 (PENDING)_ - Update `@cypress/request` from `3.0.1` to `3.0.4`. Addressed in [#30194](https://github.com/cypress-io/cypress/pull/30194). - Updated `express` from `4.19.2` to `4.21.0`. This removes the [CVE-2024-43796](https://www.cve.org/CVERecord?id=CVE-2024-43796), [CVE-2024-45590](https://www.cve.org/CVERecord?id=CVE-2024-45590), and [CVE-2024-43800](https://www.cve.org/CVERecord?id=CVE-2024-43800) vulnerabilities being reported in security scans. Addresses [#30241](https://github.com/cypress-io/cypress/pull/30241). +- Update `launch-editor` from `2.8.0` to `2.9.1`. Addressed in [#30247](https://github.com/cypress-io/cypress/pull/30247). - Updated `loader-utils` from `1.4.0` to `1.4.2`. This removes the [CVE-2022-37601](https://nvd.nist.gov/vuln/detail/CVE-2022-37601) vulnerability being reported in security scans. Addressed in [#28208](https://github.com/cypress-io/cypress/issues/28208). - Updated `send` from `0.17.1` to `0.19.0`. This removes the [CVE-2024-43799](https://www.cve.org/CVERecord?id=CVE-2024-43799) vulnerability being reported in security scans. Addressed in [#30241](https://github.com/cypress-io/cypress/pull/30241). diff --git a/packages/data-context/package.json b/packages/data-context/package.json index cf17e4b23e3f..644e8a9044fc 100644 --- a/packages/data-context/package.json +++ b/packages/data-context/package.json @@ -40,7 +40,7 @@ "globby": "^11.0.1", "graphql": "^15.5.1", "isbinaryfile": "^4.0.8", - "launch-editor": "2.8.0", + "launch-editor": "2.9.1", "lodash": "4.17.21", "micromatch": "4.0.6", "node-machine-id": "1.1.12", diff --git a/packages/server/package.json b/packages/server/package.json index 801a871c744b..885844249933 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -84,7 +84,7 @@ "jimp": "0.22.12", "jose": "^4.15.5", "json-parse-even-better-errors": "^3.0.2", - "launch-editor": "2.8.0", + "launch-editor": "2.9.1", "lazy-ass": "1.6.0", "lockfile": "1.0.4", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index a7b31b851110..c3fe3e47fd41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20160,10 +20160,10 @@ latest-version@5.1.0: dependencies: package-json "^6.3.0" -launch-editor@2.8.0, launch-editor@^2.6.0, launch-editor@^2.6.1: - version "2.8.0" - resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.8.0.tgz#7255d90bdba414448e2138faa770a74f28451305" - integrity sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA== +launch-editor@2.9.1, launch-editor@^2.6.0, launch-editor@^2.6.1: + version "2.9.1" + resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.9.1.tgz#253f173bd441e342d4344b4dae58291abb425047" + integrity sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w== dependencies: picocolors "^1.0.0" shell-quote "^1.8.1"