diff --git a/Raspberry/UBUBOT/v2/node/package-lock.json b/Raspberry/UBUBOT/v2/node/package-lock.json index a3cd940..cbc310a 100644 --- a/Raspberry/UBUBOT/v2/node/package-lock.json +++ b/Raspberry/UBUBOT/v2/node/package-lock.json @@ -585,9 +585,9 @@ "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==" }, "systeminformation": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.1.1.tgz", - "integrity": "sha512-sRQYRRTOkwpXQA8grIBPSZEzJvxdsitdmrp0mer9MFRlry5AJC6DbAE0EcsK54k5jLTBaauvzCFwM+y7c5fMmg==" + "version": "4.30.5", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.30.5.tgz", + "integrity": "sha512-aYWs8yttl8ePpr6VOQ/Ak8cznuc9L/NQODVhbOKhInX73ZMLvV2BS86Mzr7LLfmUteVFR36CTDNQgiJgRqq+SQ==" }, "to-array": { "version": "0.1.4", diff --git a/Raspberry/UBUBOT/v2/node/package.json b/Raspberry/UBUBOT/v2/node/package.json index cecf0b4..8290e17 100644 --- a/Raspberry/UBUBOT/v2/node/package.json +++ b/Raspberry/UBUBOT/v2/node/package.json @@ -25,6 +25,6 @@ "dependencies": { "express": "^4.16.4", "socket.io": "^2.2.0", - "systeminformation": "^4.1.1" + "systeminformation": "^4.30.5" } }