<https://github.com/cofacts/rumors-site/pull/474|#474 Bump systeminformation from 4.21.1 to 4.34.23>
Bumps <https://github.com/sebhildebrandt/systeminformation|systeminformation> from 4.21.1 to 4.34.23.
Changelog
_Sourced from <https://github.com/sebhildebrandt/systeminformation/blob/v4.34.23/CHANGELOG.md|systeminformation's changelog>._
> *Changelog*
> *Major Changes - Version 4*
>
> *New Functions*
>
> • `chassis()`: chassis information
>
> *Breaking Changes*
>
> • `networkStats()`: will provide an *array* of stats for all given interfaces. In previous versions only one interface was provided as a parameter. Pass '*' for all interfaces
> • `networkStats()`: `rx` and `tx` changed to `rx_bytes` and `tx_bytes`
> • `dockerContainerStats()`: will provide an *array* of stats for all given docker containers. In previous versions only one interface was provided as a parameter. Pass '*' for all docker containers
>
> *Other Changes*
>
> • `system()` optimized system detection (e.g. new Raspberry Pi models, ...), additional flags
> • `system()`, `bios()`, `baseboard()` information also as non-root (linux)
> • `graphics()` better controller and display detection, fixes
> • `versions()` optimization, fixes
> • `networkInterfaces()` added `operstate`, `type`, `duplex`, `mtu`, `speed`, `carrierChanges`
> • `networkStats()` added stats for `errors`, `dropped`
> • added TypeScript definitions
>
> *Be aware*, that the new version 4.x is *NOT fully backward compatible* to version 3.x ...
>
> For major (breaking) changes - version 3 and 2 see end of page.
>
> *Version history*
... (truncated)
Commits
• <https://github.com/sebhildebrandt/systeminformation/commit/49c85e0697f4473be302f273ea12cb63b1697450|`49c85e0`> 4.34.23
• <https://github.com/sebhildebrandt/systeminformation/commit/f8addf67d266e0b775f0a34f74ff20f6cf2769b7|`f8addf6`> networkInterfaces() fixed Windows XP bug (WMIC NetEnabled)
• <https://github.com/sebhildebrandt/systeminformation/commit/2fba3e9ebeada2b05d70b11d266f25189798c226|`2fba3e9`> 4.34.22
• <https://github.com/sebhildebrandt/systeminformation/commit/b76764b68a5272b58ce97ca013483b4a197edbad|`b76764b`> restored Node 4.x compatibility
• <https://github.com/sebhildebrandt/systeminformation/commit/fe5f3a261f7129519944357e43641fc9c957b7a0|`fe5f3a2`> 4.34.21
• <https://github.com/sebhildebrandt/systeminformation/commit/ffb99f2da3791fe8edbc1eb11ef0c293c82d93d6|`ffb99f2`> dockerContainerInspect(), dockerContainerProcesses() parameter validation fix
• <https://github.com/sebhildebrandt/systeminformation/commit/4c970c37429629194fe5f3db7d06e8c16a967d9c|`4c970c3`> 4.34.20
• <https://github.com/sebhildebrandt/systeminformation/commit/9ca91ece0f8973d23f7e3af40d36da83a52a89b8|`9ca91ec`> versions() parameter sanitation
• <https://github.com/sebhildebrandt/systeminformation/commit/e752c6bceeb85f253f6af5a88eaa82d095de4237|`e752c6b`> 4.34.19
• <https://github.com/sebhildebrandt/systeminformation/commit/ba58ee15339e0bb2d53884c9a3bcc91422dc8a38|`ba58ee1`> inetLatency() ineChecksite() schema validation
• Additional commits viewable in <https://github.com/sebhildebrandt/systeminformation/compare/v4.21.1...v4.34.23|compare view>
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores|Dependabot compatibility score>
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 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 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)
• `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
• `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
• `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
• `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the <https://github.com/cofacts/rumors-site/network/alerts|Security Alerts page>.
:white_check_mark: All checks have passed