From c4f4e00f5262129e3c85c7e6ebe5b46d6ca4ad30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 16:55:38 +0000 Subject: [PATCH] Bump systeminformation from 4.9.0 to 5.3.1 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 4.9.0 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 d4f9cac..4fb6690 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3121,9 +3121,9 @@ } }, "systeminformation": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.9.0.tgz", - "integrity": "sha512-u8GLZloVStTvxec6N0M64AJDd6IGGm2h6pZzEHUKBz2WKL2emsoN/6CChPc25LTXXldvVX8U/9lYJrOYGkAiyw==" + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.3.1.tgz", + "integrity": "sha512-1xG+6xfKXSowtZsAlUp6jVaV0q+5rq9yUN+ds6Hp2dR3/EdEU5r0v74qi5YF8BCGZfmddiOwDNB0h7ge70fmYA==" }, "tar": { "version": "4.4.10", diff --git a/package.json b/package.json index 65ac09a..21a8178 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "ip": "^1.1.5", "mathjs": "^6.0.1", "node-localstorage": "^1.3.1", - "systeminformation": "^4.9.0", + "systeminformation": "^5.3.1", "wav": "^1.0.2", "wav-file-info": "0.0.8" },