diff --git a/package-lock.json b/package-lock.json index 1960566..b8e13c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@stroncium/procfs": "^1.0.0", - "amqp": "latest", + "amqp": "*", "amqplib": "^0.8.0", "docopt": "^0.6.2", "log4js": "^6.1.0", @@ -19,7 +19,7 @@ "read-env": "^2.0.0", "redis": "^3.1.1", "shortid": "^2.2.15", - "systeminformation": "^5.6.4", + "systeminformation": "^5.21.7", "uuid": "^8.3.2" }, "bin": { @@ -387,9 +387,9 @@ "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==" }, "node_modules/systeminformation": { - "version": "5.6.4", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.6.4.tgz", - "integrity": "sha512-b2tvW1R+qjNEoAGgh734EGLgqbDMghjsHRaWo36skAC6JM1tw1pitcGz/REt+qSIRSXbE4PKECojhaSrBRrEmw==", + "version": "5.21.7", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.7.tgz", + "integrity": "sha512-K3LjnajrazTLTD61+87DFg8IXFk5ljx6nSBqB8pQLtC1UPivAjDtTYGPZ8jaBFxcesPaCOkvLRtBq+RFscrsLw==", "os": [ "darwin", "linux", @@ -397,13 +397,14 @@ "freebsd", "openbsd", "netbsd", - "sunos" + "sunos", + "android" ], "bin": { "systeminformation": "lib/cli.js" }, "engines": { - "node": ">=4.0.0" + "node": ">=8.0.0" }, "funding": { "type": "Buy me a coffee", @@ -729,9 +730,9 @@ "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==" }, "systeminformation": { - "version": "5.6.4", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.6.4.tgz", - "integrity": "sha512-b2tvW1R+qjNEoAGgh734EGLgqbDMghjsHRaWo36skAC6JM1tw1pitcGz/REt+qSIRSXbE4PKECojhaSrBRrEmw==" + "version": "5.21.7", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.7.tgz", + "integrity": "sha512-K3LjnajrazTLTD61+87DFg8IXFk5ljx6nSBqB8pQLtC1UPivAjDtTYGPZ8jaBFxcesPaCOkvLRtBq+RFscrsLw==" }, "universalify": { "version": "0.1.2", diff --git a/package.json b/package.json index 6fee704..dd81821 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "read-env": "^2.0.0", "redis": "^3.1.1", "shortid": "^2.2.15", - "systeminformation": "^5.6.4", + "systeminformation": "^5.21.7", "amqp": "latest", "amqplib": "^0.8.0", "uuid": "^8.3.2"