diff options
| author | Ritesh Ghosh <[email protected]> | 2024-12-19 17:12:06 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-12-19 17:12:06 +0530 |
| commit | 374c87cf8a8fc47791a5da1215272cae6cee233a (patch) | |
| tree | 55444d7be4ee10ed903a94e296963687bf502630 /package.json | |
| parent | c9d7339ed9f1f2dd1395841fa772daaac0790546 (diff) | |
| download | aniwatch-api-374c87cf8a8fc47791a5da1215272cae6cee233a.tar.xz aniwatch-api-374c87cf8a8fc47791a5da1215272cae6cee233a.zip | |
fix(megacloud): `WebAssembly.instantiate(): Argument 0 must be a buffer source` error
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 681234e..57c01bf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "license": "MIT", "dependencies": { "@hono/node-server": "^1.13.1", - "aniwatch": "^2.15.0", + "aniwatch": "^2.15.1", "dotenv": "^16.4.5", "hono": "^4.6.3", "hono-rate-limiter": "^0.4.0", |
