From dfc9b067fc8df2df1478aab4aa0b41a6a04229e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:20:49 +0000 Subject: [PATCH] Bump systeminformation from 5.11.20 to 5.21.7 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.11.20 to 5.21.7. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.11.20...v5.21.7) --- updated-dependencies: - dependency-name: systeminformation dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec8a38c..f265b97 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "dependencies": { "async": "^3.2.4", "detect-rpi": "^1.4.0", - "systeminformation": "5.11.20" + "systeminformation": "5.21.7" } }