From e0a032f03bfab7ab843b3891eed89cd1f214d4ff Mon Sep 17 00:00:00 2001 From: Blaine Motsinger Date: Sat, 11 Sep 2021 09:21:49 -0500 Subject: [PATCH] Update js packages for scrape script --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 6aa1f3e..9ab7a88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,8 @@ { "dependencies": { + "axios": "^0.21.4", "express": "^4.17.1", + "jsdom": "^17.0.0", "morgan": "^1.10.0", "path": "^0.12.7" }