diff options
| author | Ritesh Ghosh <[email protected]> | 2024-12-17 20:35:41 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-12-17 20:35:41 +0530 |
| commit | 3f81d6a3bb2d2744235fff19721c75f542e89a7f (patch) | |
| tree | 2369825708efd1db70d470c78b16adff1e71cde0 | |
| parent | fa726684635f37a0ac5da503b874d46d31d3e787 (diff) | |
| download | aniwatch-api-3f81d6a3bb2d2744235fff19721c75f542e89a7f.tar.xz aniwatch-api-3f81d6a3bb2d2744235fff19721c75f542e89a7f.zip | |
fix(vercel): try3 to fix 'cannot find module puppeteer-extra-plugin-stealth'
taken from: https://github.com/vercel/pkg/issues/910#issuecomment-1032839383
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
