From 3a50bc6e785a69d12a887736fcdd8620ecc17138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:31:07 +0000 Subject: [PATCH] Bump systeminformation from 5.17.9 to 5.21.7 in /admin Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.17.9 to 5.21.7. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.17.9...v5.21.7) --- updated-dependencies: - dependency-name: systeminformation dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- admin/package-lock.json | 14 +++++++------- admin/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/admin/package-lock.json b/admin/package-lock.json index 3b59ec5..9118dc6 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -9,7 +9,7 @@ "express": "^4.18.2", "express-session": "^1.17.3", "session-file-store": "^1.5.0", - "systeminformation": "^5.17.8" + "systeminformation": "^5.21.7" } }, "node_modules/accepts": { @@ -705,9 +705,9 @@ } }, "node_modules/systeminformation": { - "version": "5.17.9", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.17.9.tgz", - "integrity": "sha512-inxwRLI/4qpx4o85R54/zdhNagdBGBgs0la7Vl3qBorRVKRDk0nNsDTCGzG4lOITsw1gl7LRWeG4Zsp1pC8nfg==", + "version": "5.21.7", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.7.tgz", + "integrity": "sha512-K3LjnajrazTLTD61+87DFg8IXFk5ljx6nSBqB8pQLtC1UPivAjDtTYGPZ8jaBFxcesPaCOkvLRtBq+RFscrsLw==", "os": [ "darwin", "linux", @@ -1341,9 +1341,9 @@ "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" }, "systeminformation": { - "version": "5.17.9", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.17.9.tgz", - "integrity": "sha512-inxwRLI/4qpx4o85R54/zdhNagdBGBgs0la7Vl3qBorRVKRDk0nNsDTCGzG4lOITsw1gl7LRWeG4Zsp1pC8nfg==" + "version": "5.21.7", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.7.tgz", + "integrity": "sha512-K3LjnajrazTLTD61+87DFg8IXFk5ljx6nSBqB8pQLtC1UPivAjDtTYGPZ8jaBFxcesPaCOkvLRtBq+RFscrsLw==" }, "toidentifier": { "version": "1.0.1", diff --git a/admin/package.json b/admin/package.json index 214ca6f..4f48bdb 100644 --- a/admin/package.json +++ b/admin/package.json @@ -4,6 +4,6 @@ "express": "^4.18.2", "express-session": "^1.17.3", "session-file-store": "^1.5.0", - "systeminformation": "^5.17.8" + "systeminformation": "^5.21.7" } }