Skip to content

Commit 29795cf

Browse files
fix(deps): update dependency systeminformation to v5.31.3 (#1333)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [systeminformation](https://systeminformation.io) ([source](https://redirect.github.com/sebhildebrandt/systeminformation)) | [`5.31.2` → `5.31.3`](https://renovatebot.com/diffs/npm/systeminformation/5.31.2/5.31.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/systeminformation/5.31.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/systeminformation/5.31.2/5.31.3?slim=true) | --- ### Release Notes <details> <summary>sebhildebrandt/systeminformation (systeminformation)</summary> ### [`v5.31.3`](https://redirect.github.com/sebhildebrandt/systeminformation/releases/tag/v5.31.3) [Compare Source](https://redirect.github.com/sebhildebrandt/systeminformation/compare/v5.31.2...v5.31.3) **Full Changelog**: <sebhildebrandt/systeminformation@v5.31.2...v5.31.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b30d95c commit 29795cf

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"semver": "7.7.4",
8686
"smol-toml": "1.6.0",
8787
"string-env-interpolation": "1.0.1",
88-
"systeminformation": "5.31.2",
88+
"systeminformation": "5.31.3",
8989
"termi-link": "1.1.0",
9090
"title-case": "3.0.3",
9191
"unionfs": "4.6.0",

packages/create-cedar-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"gradient-string": "3.0.0",
4444
"klaw-sync": "7.0.0",
4545
"semver": "7.7.4",
46-
"systeminformation": "5.31.2",
46+
"systeminformation": "5.31.3",
4747
"termi-link": "1.1.0",
4848
"tsx": "4.21.0",
4949
"untildify": "4.0.0",

packages/internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"rimraf": "6.1.3",
179179
"source-map": "0.7.6",
180180
"string-env-interpolation": "1.0.1",
181-
"systeminformation": "5.31.2",
181+
"systeminformation": "5.31.3",
182182
"termi-link": "1.1.0",
183183
"ts-node": "10.9.2",
184184
"typescript": "5.9.3"

packages/telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@whatwg-node/fetch": "0.10.13",
2727
"ci-info": "4.4.0",
2828
"envinfo": "7.21.0",
29-
"systeminformation": "5.31.2",
29+
"systeminformation": "5.31.3",
3030
"uuid": "11.1.0",
3131
"yargs": "17.7.2"
3232
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,7 +2999,7 @@ __metadata:
29992999
semver: "npm:7.7.4"
30003000
smol-toml: "npm:1.6.0"
30013001
string-env-interpolation: "npm:1.0.1"
3002-
systeminformation: "npm:5.31.2"
3002+
systeminformation: "npm:5.31.3"
30033003
termi-link: "npm:1.1.0"
30043004
title-case: "npm:3.0.3"
30053005
ts-dedent: "npm:2.2.0"
@@ -3364,7 +3364,7 @@ __metadata:
33643364
rimraf: "npm:6.1.3"
33653365
source-map: "npm:0.7.6"
33663366
string-env-interpolation: "npm:1.0.1"
3367-
systeminformation: "npm:5.31.2"
3367+
systeminformation: "npm:5.31.3"
33683368
termi-link: "npm:1.1.0"
33693369
ts-node: "npm:10.9.2"
33703370
tsx: "npm:4.21.0"
@@ -3728,7 +3728,7 @@ __metadata:
37283728
"@whatwg-node/fetch": "npm:0.10.13"
37293729
ci-info: "npm:4.4.0"
37303730
envinfo: "npm:7.21.0"
3731-
systeminformation: "npm:5.31.2"
3731+
systeminformation: "npm:5.31.3"
37323732
tsx: "npm:4.21.0"
37333733
typescript: "npm:5.9.3"
37343734
uuid: "npm:11.1.0"
@@ -14805,7 +14805,7 @@ __metadata:
1480514805
gradient-string: "npm:3.0.0"
1480614806
klaw-sync: "npm:7.0.0"
1480714807
semver: "npm:7.7.4"
14808-
systeminformation: "npm:5.31.2"
14808+
systeminformation: "npm:5.31.3"
1480914809
termi-link: "npm:1.1.0"
1481014810
tsx: "npm:4.21.0"
1481114811
untildify: "npm:4.0.0"
@@ -28538,12 +28538,12 @@ __metadata:
2853828538
languageName: node
2853928539
linkType: hard
2854028540

28541-
"systeminformation@npm:5.31.2":
28542-
version: 5.31.2
28543-
resolution: "systeminformation@npm:5.31.2"
28541+
"systeminformation@npm:5.31.3":
28542+
version: 5.31.3
28543+
resolution: "systeminformation@npm:5.31.3"
2854428544
bin:
2854528545
systeminformation: lib/cli.js
28546-
checksum: 10c0/326214a4b5739e4fe59f54e3fbd0133f622443023ab488b12e96045f5c8f06daa000664787ff9b240a71685a6abdd970291af216cdd4d9929bf81b53f1a6974f
28546+
checksum: 10c0/f093cea323845522b71c5cdb8ec1919dbaff9a6c01fe77638dc4d30d936f827acd776112cb93b6f0af6294ab1c177b0a0bf44ae5b1c072c1b43597d86a00423f
2854728547
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
2854828548
languageName: node
2854928549
linkType: hard

0 commit comments

Comments
 (0)