From 9639385ed1b6de8e78a27dc007aff05305d01520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 17:11:54 +0000 Subject: [PATCH] Bump systeminformation from 4.26.10 to 5.3.1 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 4.26.10 to 5.3.1. - [Release notes](https://github.com/sebhildebrandt/systeminformation/releases) - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb98b3c..c7e57b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -689,9 +689,9 @@ } }, "systeminformation": { - "version": "4.26.10", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.26.10.tgz", - "integrity": "sha512-bO4FIzrjESAfh4KHwkUJym3jvKtJ4oJ2PG0BBQGBmKa0pF2oanpkB7CF4ZsSX7vfp3+GKaLzioVwpV/3Tyk+lQ==" + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.3.1.tgz", + "integrity": "sha512-1xG+6xfKXSowtZsAlUp6jVaV0q+5rq9yUN+ds6Hp2dR3/EdEU5r0v74qi5YF8BCGZfmddiOwDNB0h7ge70fmYA==" }, "through2": { "version": "2.0.5", diff --git a/package.json b/package.json index 95014da..64bf9f9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "mqtt": "^4.1.0", "node-rsa": "^1.1.1", - "systeminformation": "^4.26.10", + "systeminformation": "^5.3.1", "yargs": "^15.4.1" } }