diff --git a/core/package.json b/core/package.json index 6ee7d7166..715dda7fe 100644 --- a/core/package.json +++ b/core/package.json @@ -36,6 +36,7 @@ "fastify-static": "^4.5.0", "fastify-websocket": "^4.2.0", "fs-extra": "^10.0.1", - "mongoose": "^6.2.6" + "mongoose": "^6.2.6", + "node-os-utils": "^1.3.6" } } diff --git a/periphery/package.json b/periphery/package.json index e4c4a457f..298bc8e86 100644 --- a/periphery/package.json +++ b/periphery/package.json @@ -23,6 +23,7 @@ "fastify-cors": "^6.0.3", "fastify-helmet": "^7.0.1", "fastify-plugin": "^3.0.1", - "fs-extra": "^10.0.1" + "fs-extra": "^10.0.1", + "node-os-utils": "^1.3.6" } }