Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency systeminformation to v5.21.17 #9446

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"rimraf": "5.0.5",
"semver": "7.5.3",
"string-env-interpolation": "1.0.1",
"systeminformation": "5.21.7",
"systeminformation": "5.21.17",
"terminal-link": "2.1.1",
"title-case": "3.0.3",
"uuid": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"execa": "5.1.1",
"fs-extra": "11.1.1",
"semver": "7.5.3",
"systeminformation": "5.21.7",
"systeminformation": "5.21.17",
"terminal-link": "2.1.1",
"untildify": "4.0.0",
"uuid": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "5.0.5",
"source-map": "0.7.4",
"string-env-interpolation": "1.0.1",
"systeminformation": "5.21.7",
"systeminformation": "5.21.17",
"terminal-link": "2.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ci-info": "3.8.0",
"core-js": "3.33.2",
"envinfo": "7.9.0",
"systeminformation": "5.21.7",
"systeminformation": "5.21.17",
"uuid": "9.0.0",
"yargs": "17.7.2"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8533,7 +8533,7 @@ __metadata:
rimraf: 5.0.5
semver: 7.5.3
string-env-interpolation: 1.0.1
systeminformation: 5.21.7
systeminformation: 5.21.17
terminal-link: 2.1.1
title-case: 3.0.3
typescript: 5.2.2
Expand Down Expand Up @@ -8826,7 +8826,7 @@ __metadata:
rimraf: 5.0.5
source-map: 0.7.4
string-env-interpolation: 1.0.1
systeminformation: 5.21.7
systeminformation: 5.21.17
terminal-link: 2.1.1
ts-node: 10.9.1
tsx: 3.12.7
Expand Down Expand Up @@ -9173,7 +9173,7 @@ __metadata:
core-js: 3.33.2
envinfo: 7.9.0
jest: 29.7.0
systeminformation: 5.21.7
systeminformation: 5.21.17
uuid: 9.0.0
yargs: 17.7.2
languageName: unknown
Expand Down Expand Up @@ -16721,7 +16721,7 @@ __metadata:
jest: 29.7.0
klaw-sync: 6.0.0
semver: 7.5.3
systeminformation: 5.21.7
systeminformation: 5.21.17
terminal-link: 2.1.1
untildify: 4.0.0
uuid: 9.0.0
Expand Down Expand Up @@ -33207,12 +33207,12 @@ __metadata:
languageName: node
linkType: hard

"systeminformation@npm:5.21.7":
version: 5.21.7
resolution: "systeminformation@npm:5.21.7"
"systeminformation@npm:5.21.17":
version: 5.21.17
resolution: "systeminformation@npm:5.21.17"
bin:
systeminformation: lib/cli.js
checksum: ee94bb9213fa136c1e2d7545582eac0719dafcd5a353e7db4d887670d00fe03634e5dbd83a1a6968387e48058ebc3c31cdddd7920f42542968d6c04e67a4c8fd
checksum: 738d564fbf6332eda3fd19d393d2658e003e5eb2f8be50c83070f1e3acda4be8a9943da6388b2d5c7e240ba30305be76fdb424c70404085fbd62f89b597c4f61
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
languageName: node
linkType: hard
Expand Down
Loading