mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-28 02:39:31 -05:00
dependency: update dependency systeminformation to 5.22.8 (#31281)
* fix: nodejs 22 deprecation when building * Update CHANGELOG.md * update other locations (#11) * Update package.json * Update package.json * Update yarn.lock * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update cli/CHANGELOG.md * Update cli/CHANGELOG.md --------- Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
|
||||
## 14.2.1
|
||||
|
||||
_Released 3/25/2025 (PENDING)_
|
||||
|
||||
**Dependency Updates:**
|
||||
|
||||
- Upgraded `systeminformation`
|
||||
from `5.21.7` to `5.22.8`. Addressed in [#31281](https://github.com/cypress-io/cypress/pull/31281).
|
||||
|
||||
## 14.2.0
|
||||
|
||||
_Released 3/12/2025_
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"@electron/packager": "18.3.4",
|
||||
"execa": "4.1.0",
|
||||
"mocha": "3.5.3",
|
||||
"systeminformation": "5.21.7"
|
||||
"systeminformation": "5.22.8"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
"squirrelly": "7.9.2",
|
||||
"strip-ansi": "6.0.1",
|
||||
"syntax-error": "1.4.0",
|
||||
"systeminformation": "5.21.7",
|
||||
"systeminformation": "5.22.8",
|
||||
"tar": "^6.1.0",
|
||||
"term-size": "2.1.0",
|
||||
"through": "2.3.8",
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"snap-shot-it": "7.9.3",
|
||||
"ssestream": "1.0.1",
|
||||
"supertest": "4.0.2",
|
||||
"systeminformation": "5.21.7",
|
||||
"systeminformation": "5.22.8",
|
||||
"temp-dir": "^2.0.0",
|
||||
"webpack": "^5.88.2",
|
||||
"ws": "5.2.4"
|
||||
|
||||
@@ -30126,10 +30126,10 @@ syntax-error@1.4.0:
|
||||
dependencies:
|
||||
acorn-node "^1.2.0"
|
||||
|
||||
systeminformation@5.21.7:
|
||||
version "5.21.7"
|
||||
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.21.7.tgz#53ef75daaf5d756d015f4bb02e059126ccac74f2"
|
||||
integrity sha512-K3LjnajrazTLTD61+87DFg8IXFk5ljx6nSBqB8pQLtC1UPivAjDtTYGPZ8jaBFxcesPaCOkvLRtBq+RFscrsLw==
|
||||
systeminformation@5.22.8:
|
||||
version "5.22.8"
|
||||
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.22.8.tgz#403126772defa1d2a2e4cf039e9f6d57d3f1f3ba"
|
||||
integrity sha512-F1iWQ+PSfOzvLMGh2UXASaWLDq5o+1h1db13Kddl6ojcQ47rsJhpMtRrmBXfTA5QJgutC4KV67YRmXLuroIxrA==
|
||||
|
||||
systemjs@^6.15.1:
|
||||
version "6.15.1"
|
||||
|
||||
Reference in New Issue
Block a user