Skip to content

Commit ed89b8d

Browse files
authored
dependency: update tmp to ~0.2.4 (#32177)
1 parent 3cbfbe7 commit ed89b8d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

cli/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _Released 8/07/2025_
66
**Dependency Updates:**
77

88
- Upgraded `tar-fs` to `2.1.3` and `3.1.0` in places we can control, to resolve [CVE-2024-12905](https://github.com/advisories/GHSA-pq67-2wwv-3xjx). `@puppeteer/browsers` still references `3.0.4`, but it is only used to download browsers which is not a feature of `puppeteer` that we utilize. Addressed in [#32160](https://github.com/cypress-io/cypress/pull/32160).
9+
- Upgraded `tmp` from `~0.2.3` to `~0.2.4`. This removes the [CVE-2025-54798](https://github.com/advisories/GHSA-52f5-9888-hmc6) vulnerability being reported in security scans. Addresses [#32176](https://github.com/cypress-io/cypress/issues/32176).
910

1011
## 14.5.3
1112

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"request-progress": "^3.0.0",
6161
"semver": "^7.7.1",
6262
"supports-color": "^8.1.1",
63-
"tmp": "~0.2.3",
63+
"tmp": "~0.2.4",
6464
"tree-kill": "1.2.2",
6565
"untildify": "^4.0.0",
6666
"yauzl": "^2.10.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31118,10 +31118,10 @@ tmp@^0.0.33:
3111831118
dependencies:
3111931119
os-tmpdir "~1.0.2"
3112031120

31121-
tmp@^0.2.0, tmp@^0.2.1, tmp@~0.2.1, tmp@~0.2.3:
31122-
version "0.2.3"
31123-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
31124-
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
31121+
tmp@^0.2.0, tmp@^0.2.1, tmp@~0.2.1, tmp@~0.2.4:
31122+
version "0.2.4"
31123+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.4.tgz#c6db987a2ccc97f812f17137b36af2b6521b0d13"
31124+
integrity sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==
3112531125

3112631126
to-absolute-glob@^2.0.0:
3112731127
version "2.0.2"

0 commit comments

Comments
 (0)