From efd17925ec60867b39da79d23f163678b4b29ffe Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Mon, 25 Sep 2023 13:38:36 +0300 Subject: [PATCH 1/2] Remove lodash usage --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d900b8..19ad501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,6 @@ "grenache-nodejs-http": "0.7.12", "grenache-nodejs-link": "0.7.12", "grenache-nodejs-ws": "git+https://github.com:bitfinexcom/grenache-nodejs-ws.git", - "lodash": "4.17.21", "morgan": "1.10.0", "winston": "3.3.3", "ws": "8.2.3" diff --git a/package.json b/package.json index 4cd5d35..6c3ffc7 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "grenache-nodejs-http": "0.7.12", "grenache-nodejs-link": "0.7.12", "grenache-nodejs-ws": "git+https://github.com:bitfinexcom/grenache-nodejs-ws.git", - "lodash": "4.17.21", "morgan": "1.10.0", "winston": "3.3.3", "ws": "8.2.3" From aeda8366c2a122f0e4c34827eda7e101cefe4ac0 Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Wed, 4 Oct 2023 09:36:07 +0300 Subject: [PATCH 2/2] Bump version up to 2.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c3ffc7..8a4a04c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-report-express", - "version": "2.0.3", + "version": "2.0.4", "description": "Express server of reporting tool", "main": "index.js", "engine": {