From 66b24550acaced26106287057cb69b57f4e11db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:53:25 +0000 Subject: [PATCH] Bump systeminformation from 4.23.1 to 5.6.4 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 4.23.1 to 5.6.4. - [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 f8a00bc..5b519b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1371,9 +1371,9 @@ } }, "systeminformation": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.23.1.tgz", - "integrity": "sha512-gtqfvz5jUIMqWn0kkdkV4G8uiLmJckQ+z6aKy1uyE0OPU/6tStubahtZDiF0ajSRVJht+Vd4pX5DDwQLhAapww==" + "version": "5.6.4", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.6.4.tgz", + "integrity": "sha512-b2tvW1R+qjNEoAGgh734EGLgqbDMghjsHRaWo36skAC6JM1tw1pitcGz/REt+qSIRSXbE4PKECojhaSrBRrEmw==" }, "tapable": { "version": "1.1.3", diff --git a/package.json b/package.json index a6b71c2..acc284a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "dependencies": { "@scrypta/core": "^1.5.5", "dotenv": "^8.2.0", - "systeminformation": "^4.23.1" + "systeminformation": "^5.6.4" } }