From f0a949aacba615a839ad939f36cfa55ca70ab364 Mon Sep 17 00:00:00 2001 From: Karl0ss Date: Tue, 6 Jun 2023 16:42:53 +0100 Subject: [PATCH] package updates --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index c2358c0..1784ff8 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ "license": "ISC", "dependencies": { "axios": "^0.27.2", + "bluebird": "^3.7.2", + "body-parser": "^1.20.2", "cheerio": "^1.0.0-rc.11", "cors": "^2.8.5", "express": "^4.18.2",