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" } }