From 8915e4029fb3bdbd31db38af818acca7e67345f1 Mon Sep 17 00:00:00 2001 From: mariacarmina Date: Mon, 21 Oct 2024 14:39:57 +0300 Subject: [PATCH] Updated dependencies. --- package-lock.json | 5 ++++- package.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d41d3f1b..c8b5eac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,11 +11,14 @@ "dependencies": { "@oasisprotocol/sapphire-paratime": "^1.3.2", "@oceanprotocol/contracts": "^2.2.0", + "body-parser": "^1.20.3", "cross-fetch": "^4.0.0", "crypto-js": "^4.1.1", "decimal.js": "^10.4.1", "ethers": "^5.7.2", - "express": "^4.21.0" + "path-to-regexp": "^0.1.10", + "send": "^0.19.0", + "serve-static": "^1.16.2" }, "devDependencies": { "@truffle/hdwallet-provider": "^2.0.14", diff --git a/package.json b/package.json index d363f55a..4b5dcbf4 100644 --- a/package.json +++ b/package.json @@ -56,11 +56,14 @@ "dependencies": { "@oasisprotocol/sapphire-paratime": "^1.3.2", "@oceanprotocol/contracts": "^2.2.0", + "body-parser": "^1.20.3", "cross-fetch": "^4.0.0", "crypto-js": "^4.1.1", "decimal.js": "^10.4.1", "ethers": "^5.7.2", - "express": "^4.21.0" + "path-to-regexp": "^0.1.10", + "send": "^0.19.0", + "serve-static": "^1.16.2" }, "devDependencies": { "@truffle/hdwallet-provider": "^2.0.14",