From ee11bed620918b67ad4c6caf071c82b7edb37411 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 21 Sep 2023 23:57:26 +0000
Subject: [PATCH] build(deps): bump systeminformation from 5.11.25 to 5.21.8
(#2456)
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.11.25 to 5.21.8.
logdc--L omitted
cpminspeedmax |
speedMinspeedMax |
pascalCase conformity |
cpu().speed cpu().speedMin cpu().speedMax |
string values |
now returningnumerical values |
better value handling |
cpuCurrentspeed() |
|
cpuCurrentSpeed() |
function name changedpascalCase conformity |
currentLoad() |
avgloadcurrentloadcurrentload_usercurrentload_systemcurrentload_nicecurrentload_idlecurrentload_irqraw_currentload |
avgLoadcurrentLoadcurrentLoadUsercurrentLoadSystemcurrentLoadNicecurrentLoadIdlecurrentLoadIrqrawCurrentLoad |
pascalCase conformity |
dockerContainerStats() |
mem_usagemem_limitmem_percentcpu_percentcpu_statsprecpu_statsmemory_stats |
memUsagememLimitmemPercentcpuPercentcpuStatsprecpuStatsmemoryStats |
pascalCase conformity |
dockerContainerProcesses() |
pid_host |
pidHost |
pascalCase conformity |
graphics().display |
pixeldepthresolutionxresolutionysizexsizey |
pixelDepthresolutionXresolutionYsizeXsizeY |
pascalCase conformity |
networkConnections() |
localaddresslocalportpeeraddresspeerport |
localAddresslocalPortpeerAddresspeerPort |
pascalCase conformity |
networkInterfaces() |
carrier_changes |
carrierChanges |
pascalCase conformity |
processes() |
mem_vszmem_rsspcpupcpuupcpuspmem |
memVszmemRsscpucpuucpusmem |
pascalCase conformityrenamed attributes |
processLoad() |
result as object |
result as array of objects |
function now allows to provide more thanone process (as a comma separated list) |
services() |
pcpupmem |
cpumem |
renamed attributes |
vbox() |
HPETPAEAPICX2APICACPIIOAPICbiosAPICmodeTRC |
hpetpaeapicx2ApicacpiioApicbiosApicModertc |
pascalCase conformity |
Other Improvements and Changes
baseboard()
: added memMax, memSlots
bios()
: added language and features (linux)
blockDevices()
added raid group member (linux)
cpu()
: extended AMD processor list
cpu()
: extended socket list (win)
cpu()
: added virtualization if cpu supports virtualization
cpu()
: now flags are part of this function
cpuTemperature()
added socket and chipset temp (linux)
... (truncated)
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=systeminformation&package-manager=npm_and_yarn&previous-version=5.11.25&new-version=5.21.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/roots/bud/network/alerts).
---
yarn.lock | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/yarn.lock b/yarn.lock
index 79f7118beb..d773d0263c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -36647,10 +36647,11 @@ __metadata:
linkType: hard
"systeminformation@npm:^5.7":
- version: 5.11.25
- resolution: "systeminformation@npm:5.11.25"
+ version: 5.21.8
+ resolution: "systeminformation@npm:5.21.8"
bin:
systeminformation: lib/cli.js
+ checksum: 302b8b430a5b0a7009be95c086b1bc43db3ecfd6ecab6cf654ae3312240f616823505f15a080a70f2335a9e5aab45d789aaba018843c9a9f8f18117aa32dce8a
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
languageName: node
linkType: hard