From 46152697efaba471c3d3d1d62c8783508523abfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:15:24 +0000 Subject: [PATCH] Bump systeminformation from 5.9.9 to 5.21.11 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.9.9 to 5.21.11. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.9.9...v5.21.11) --- updated-dependencies: - dependency-name: systeminformation dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c6ed995..d031ab32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15494,9 +15494,9 @@ } }, "node_modules/systeminformation": { - "version": "5.9.9", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.9.9.tgz", - "integrity": "sha512-xciy6NKCLfs4dqMD1Tdlo7v1/g0NfdA1EKsIptUQjlcVvpwHyjifAbNOF7ppFezGSMXxYE8me+l2+RlFF4lyTg==", + "version": "5.21.11", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.11.tgz", + "integrity": "sha512-dIJEGoP5W7k4JJGje/b+inJrOL5hV9LPsUi5ndBvJydI80CVEcu2DZYgt6prdRErDi2SA4SqYd/WMR4b+u34mA==", "optional": true, "os": [ "darwin", @@ -15505,13 +15505,14 @@ "freebsd", "openbsd", "netbsd", - "sunos" + "sunos", + "android" ], "bin": { "systeminformation": "lib/cli.js" }, "engines": { - "node": ">=4.0.0" + "node": ">=8.0.0" }, "funding": { "type": "Buy me a coffee", @@ -30128,9 +30129,9 @@ } }, "systeminformation": { - "version": "5.9.9", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.9.9.tgz", - "integrity": "sha512-xciy6NKCLfs4dqMD1Tdlo7v1/g0NfdA1EKsIptUQjlcVvpwHyjifAbNOF7ppFezGSMXxYE8me+l2+RlFF4lyTg==", + "version": "5.21.11", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.11.tgz", + "integrity": "sha512-dIJEGoP5W7k4JJGje/b+inJrOL5hV9LPsUi5ndBvJydI80CVEcu2DZYgt6prdRErDi2SA4SqYd/WMR4b+u34mA==", "optional": true }, "tapable": {