diff options
| author | Ritesh Ghosh <[email protected]> | 2024-12-17 20:56:24 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-12-17 20:56:24 +0530 |
| commit | 44478194e330f00070ab05ead36e13d87275d035 (patch) | |
| tree | f6c0f54a4f0adb684058f214479a04e05d1decc5 /package.json | |
| parent | 1f2d65d6443f2e640559c4961e0fa31bd2393f3e (diff) | |
| download | aniwatch-api-44478194e330f00070ab05ead36e13d87275d035.tar.xz aniwatch-api-44478194e330f00070ab05ead36e13d87275d035.zip | |
fix(vercel): try4 to fix 'cannot find module puppeteer-extra-plugin-stealth'
taken from: https://github.com/vercel/pkg/issues/910#issuecomment-1374872029
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e3ed0ea..b49973a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "license": "MIT", "dependencies": { "@hono/node-server": "^1.13.1", - "aniwatch": "^2.12.2", + "aniwatch": "^2.13.1", "dotenv": "^16.4.5", "hono": "^4.6.3", "hono-rate-limiter": "^0.4.0", |
