From 0b0929e8fcb0069a1821996b26ba92632c07245e Mon Sep 17 00:00:00 2001 From: Luca Krawczyk Date: Tue, 16 Jul 2024 00:54:54 +0200 Subject: [PATCH] added dependencies axios and cheerio --- backend/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/package.json b/backend/package.json index b938c9a9..3ff0c321 100644 --- a/backend/package.json +++ b/backend/package.json @@ -6,9 +6,11 @@ "dependencies": { "ajv": "^6.12.0", "archiver": "^5.3.0", + "axios": "^1.7.2", "batchflow": "^0.4.0", "bcrypt": "^5.0.0", "body-parser": "^1.19.0", + "cheerio": "^1.0.0-rc.12", "compression": "^1.7.4", "express": "^4.19.2", "express-fileupload": "^1.1.9",