diff --git a/bun.lockb b/bun.lockb index 8649375..9de16ae 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/coto-link-scraper/package.json b/coto-link-scraper/package.json index a44fac3..04e7eac 100644 --- a/coto-link-scraper/package.json +++ b/coto-link-scraper/package.json @@ -12,8 +12,6 @@ "license": "ISC", "dependencies": { "linkedom": "^0.16.5", - "p-queue": "^8.0.1", - "tsx": "^4.7.0", - "undici": "^6.2.0" + "p-queue": "^8.0.1" } } diff --git a/dia-link-scraper/package.json b/dia-link-scraper/package.json index eb2446e..57ff6fd 100644 --- a/dia-link-scraper/package.json +++ b/dia-link-scraper/package.json @@ -12,8 +12,6 @@ "license": "ISC", "dependencies": { "linkedom": "^0.16.5", - "p-map": "^7.0.0", - "tsx": "^4.7.0", - "undici": "^6.2.0" + "p-map": "^7.0.0" } } diff --git a/scraper/package.json b/scraper/package.json index af0c61d..4eb9f74 100644 --- a/scraper/package.json +++ b/scraper/package.json @@ -19,7 +19,6 @@ "linkedom": "^0.16.5", "nanoid": "^5.0.4", "p-queue": "^8.0.1", - "undici": "^6.2.0", "warcio": "^2.2.1", "zod": "^3.22.4" },