diff --git a/services/production/package.json b/services/production/package.json index 8001114a5..91f9e27d2 100644 --- a/services/production/package.json +++ b/services/production/package.json @@ -12,5 +12,8 @@ "url": "https://git.verdnatura.es/salix" }, "license": "GPL-3.0", - "description": "vn-production" + "description": "vn-production", + "dependencies": { + "uuid": "^3.1.0" + } }