Skip to content

Commit 4afff00

Browse files
fix(deps): update dependency systeminformation to v5.23.8 [security] (#32234)
* fix(deps): update dependency systeminformation to v5.23.8 [security] * fix(deps): update dependency systeminformation to v5.23.8 [security] * empty commit * bump systeminformation to latest * yarnlock * add changelog entry --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <[email protected]>
1 parent ad4bf37 commit 4afff00

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

cli/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ _Released 08/12/2025 (PENDING)_
5353
- Upgraded bundled Node.js version from `20.18.1` to `22.15.1`. Addresses [#31257](https://github.com/cypress-io/cypress/issues/31257). Addressed in [#31912](https://github.com/cypress-io/cypress/pull/31912).
5454
- Upgraded bundled Chromium version from `130.0.6723.137` to `136.0.7103.149`. Addresses [#31257](https://github.com/cypress-io/cypress/issues/31257). Addressed in [#31912](https://github.com/cypress-io/cypress/pull/31912).
5555
- Upgraded `body-parser` from `1.20.2` to `1.20.3`. This removes the [SNYK-JS-BODYPARSER-7926860](https://security.snyk.io/vuln/SNYK-JS-BODYPARSER-7926860) vulnerability being reported in security scans. Addressed in [#32225](https://github.com/cypress-io/cypress/pull/32225).
56+
- Upgraded `systeminformation` from `5.22.8` to `5.27.7`. Addressed in [#32234](https://github.com/cypress-io/cypress/pull/32234).
5657

5758
## 14.5.4
5859

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@electron/packager": "18.3.6",
2828
"execa": "4.1.0",
2929
"mocha": "3.5.3",
30-
"systeminformation": "5.22.8"
30+
"systeminformation": "^5.27.7"
3131
},
3232
"files": [
3333
"dist",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"squirrelly": "7.9.2",
125125
"strip-ansi": "6.0.1",
126126
"syntax-error": "1.4.0",
127-
"systeminformation": "5.22.8",
127+
"systeminformation": "^5.27.7",
128128
"tar": "^6.1.0",
129129
"term-size": "2.1.0",
130130
"through": "2.3.8",

system-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"snap-shot-it": "7.9.10",
8888
"ssestream": "1.0.1",
8989
"supertest": "4.0.2",
90-
"systeminformation": "5.22.8",
90+
"systeminformation": "^5.27.7",
9191
"temp-dir": "^2.0.0",
9292
"webpack": "^5.88.2",
9393
"ws": "5.2.4"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30191,10 +30191,10 @@ [email protected]:
3019130191
dependencies:
3019230192
acorn-node "^1.2.0"
3019330193

30194-
systeminformation@5.22.8:
30195-
version "5.22.8"
30196-
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.22.8.tgz#403126772defa1d2a2e4cf039e9f6d57d3f1f3ba"
30197-
integrity sha512-F1iWQ+PSfOzvLMGh2UXASaWLDq5o+1h1db13Kddl6ojcQ47rsJhpMtRrmBXfTA5QJgutC4KV67YRmXLuroIxrA==
30194+
systeminformation@^5.27.7:
30195+
version "5.27.7"
30196+
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.27.7.tgz#4dc9d436419948cd5e5f076779a1298220d19a72"
30197+
integrity sha512-saaqOoVEEFaux4v0K8Q7caiauRwjXC4XbD2eH60dxHXbpKxQ8kH9Rf7Jh+nryKpOUSEFxtCdBlSUx0/lO6rwRg==
3019830198

3019930199
systemjs@^6.15.1:
3020030200
version "6.15.1"

0 commit comments

Comments
 (0)