Skip to content

Commit 8070eeb

Browse files
fix(deps): update dependency systeminformation to v5.29.1 (#955)
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.29.0` → `5.29.1`](https://renovatebot.com/diffs/npm/systeminformation/5.29.0/5.29.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/systeminformation/5.29.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/systeminformation/5.29.0/5.29.1?slim=true) | --- ### Release Notes <details> <summary>sebhildebrandt/systeminformation (systeminformation)</summary> ### [`v5.29.1`](https://redirect.github.com/sebhildebrandt/systeminformation/releases/tag/v5.29.1) [Compare Source](https://redirect.github.com/sebhildebrandt/systeminformation/compare/v5.29.0...v5.29.1) **Full Changelog**: <sebhildebrandt/systeminformation@v5.29.0...v5.29.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86e7ad9 commit 8070eeb

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
@@ -80,7 +80,7 @@
8080
"semver": "7.7.3",
8181
"smol-toml": "1.6.0",
8282
"string-env-interpolation": "1.0.1",
83-
"systeminformation": "5.29.0",
83+
"systeminformation": "5.29.1",
8484
"termi-link": "1.1.0",
8585
"title-case": "3.0.3",
8686
"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.3",
46-
"systeminformation": "5.29.0",
46+
"systeminformation": "5.29.1",
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
@@ -168,7 +168,7 @@
168168
"rimraf": "6.1.2",
169169
"source-map": "0.7.6",
170170
"string-env-interpolation": "1.0.1",
171-
"systeminformation": "5.29.0",
171+
"systeminformation": "5.29.1",
172172
"termi-link": "1.1.0",
173173
"ts-node": "10.9.2",
174174
"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.3.1",
2828
"envinfo": "7.21.0",
29-
"systeminformation": "5.29.0",
29+
"systeminformation": "5.29.1",
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
@@ -3468,7 +3468,7 @@ __metadata:
34683468
semver: "npm:7.7.3"
34693469
smol-toml: "npm:1.6.0"
34703470
string-env-interpolation: "npm:1.0.1"
3471-
systeminformation: "npm:5.29.0"
3471+
systeminformation: "npm:5.29.1"
34723472
termi-link: "npm:1.1.0"
34733473
title-case: "npm:3.0.3"
34743474
ts-dedent: "npm:2.2.0"
@@ -3798,7 +3798,7 @@ __metadata:
37983798
rimraf: "npm:6.1.2"
37993799
source-map: "npm:0.7.6"
38003800
string-env-interpolation: "npm:1.0.1"
3801-
systeminformation: "npm:5.29.0"
3801+
systeminformation: "npm:5.29.1"
38023802
termi-link: "npm:1.1.0"
38033803
ts-node: "npm:10.9.2"
38043804
tsx: "npm:4.21.0"
@@ -4161,7 +4161,7 @@ __metadata:
41614161
"@whatwg-node/fetch": "npm:0.10.13"
41624162
ci-info: "npm:4.3.1"
41634163
envinfo: "npm:7.21.0"
4164-
systeminformation: "npm:5.29.0"
4164+
systeminformation: "npm:5.29.1"
41654165
tsx: "npm:4.21.0"
41664166
typescript: "npm:5.9.3"
41674167
uuid: "npm:11.1.0"
@@ -15551,7 +15551,7 @@ __metadata:
1555115551
gradient-string: "npm:3.0.0"
1555215552
klaw-sync: "npm:7.0.0"
1555315553
semver: "npm:7.7.3"
15554-
systeminformation: "npm:5.29.0"
15554+
systeminformation: "npm:5.29.1"
1555515555
termi-link: "npm:1.1.0"
1555615556
tsx: "npm:4.21.0"
1555715557
untildify: "npm:4.0.0"
@@ -29237,12 +29237,12 @@ __metadata:
2923729237
languageName: node
2923829238
linkType: hard
2923929239

29240-
"systeminformation@npm:5.29.0":
29241-
version: 5.29.0
29242-
resolution: "systeminformation@npm:5.29.0"
29240+
"systeminformation@npm:5.29.1":
29241+
version: 5.29.1
29242+
resolution: "systeminformation@npm:5.29.1"
2924329243
bin:
2924429244
systeminformation: lib/cli.js
29245-
checksum: 10c0/37226496a2eb75ee8a5638d6f1aecd7045202e49b6baf767faab4a016ff95ada53e8ec745c9fe6960584a2ee90983f3f583f1e756b9c70b12a35cdc4a84c9ab6
29245+
checksum: 10c0/1ffd58244fe831f39e48b11b098065a50490df447b7130855cce79564974fa63a57354aac1f49f95de0dbf84271e2547edfce180913b13aabf73b08a67fd864f
2924629246
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
2924729247
languageName: node
2924829248
linkType: hard

0 commit comments

Comments
 (0)