From 667b2b5f2feb199f8470414bc54b2dba1ca91b17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:35:11 +0000 Subject: [PATCH] build(deps): [security] bump systeminformation from 4.34.10 to 5.6.4 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 4.34.10 to 5.6.4. **This update includes security fixes.** - [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-preview[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 2b15db3..0d628a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,9 +114,9 @@ } }, "systeminformation": { - "version": "4.34.10", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.34.10.tgz", - "integrity": "sha512-mm8DcIEFp0o1m4fgCFIV2LKAxS3q8ESWNplOqI7+vpPtzeiXoNyPGosoWorwBF/HcTPJGl6UWtJKtu0PjgZxSg==" + "version": "5.6.4", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.6.4.tgz", + "integrity": "sha512-b2tvW1R+qjNEoAGgh734EGLgqbDMghjsHRaWo36skAC6JM1tw1pitcGz/REt+qSIRSXbE4PKECojhaSrBRrEmw==" }, "universalify": { "version": "2.0.0", diff --git a/package.json b/package.json index 3530055..704b051 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "mustache": "^4.1.0", "slash": "^3.0.0", "sudo-prompt": "^9.2.1", - "systeminformation": "^4.34.10" + "systeminformation": "^5.6.4" } }