From 3f81d6a3bb2d2744235fff19721c75f542e89a7f Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Tue, 17 Dec 2024 20:35:41 +0530 Subject: fix(vercel): try3 to fix 'cannot find module puppeteer-extra-plugin-stealth' taken from: https://github.com/vercel/pkg/issues/910#issuecomment-1032839383 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d81a7f1..4589d6f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "license": "MIT", "dependencies": { "@hono/node-server": "^1.13.1", - "aniwatch": "^2.12.1", + "aniwatch": "^2.12.2", "dotenv": "^16.4.5", "hono": "^4.6.3", "hono-rate-limiter": "^0.4.0", -- cgit v1.2.3