From 28e9ab7f93a08229533eb1537bf852b8feae397f Mon Sep 17 00:00:00 2001 From: Sylvain POULAIN Date: Sun, 15 Sep 2024 17:05:14 +0400 Subject: [PATCH] Update package.json winston & systeminformation --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0ae1c77..c8d815e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "opendronemap" ], "author": "Piero Toffanin", - "license": "GPL-3.0", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/OpenDroneMap/NodeODM/issues" }, @@ -36,10 +36,10 @@ "request": "^2.88.0", "rimraf": "^2.6.2", "swagger-jsdoc": "^3.2.6", - "systeminformation": "5.6.4", + "systeminformation": "3.42.0", "tree-kill": "^1.2.1", "uuid": "^3.3.2", - "winston": "^2.2.0" + "winston": "^3.3.3" }, "devDependencies": { "grunt": "^1.0.3",