aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorYour Name <you@example.com>2024-10-19 22:26:20 +0000
committerYour Name <you@example.com>2024-10-19 22:26:47 +0000
commita822ff26ce83db867d4589181d21da20592fbf7c (patch)
treebe36064a80167e45985a109c8dbfb239257479c2 /apps
parentcbc268ef9e3a30127d148eccec5fe64367de4201 (diff)
downloadkarakeep-a822ff26ce83db867d4589181d21da20592fbf7c.tar.zst
fix(workers): Pin execa to avoid ERR_PACKAGE_PATH_NOT_EXPORTED error
Diffstat (limited to 'apps')
-rw-r--r--apps/workers/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workers/package.json b/apps/workers/package.json
index fdbe00ff..88e803fe 100644
--- a/apps/workers/package.json
+++ b/apps/workers/package.json
@@ -14,7 +14,7 @@
"dompurify": "^3.0.9",
"dotenv": "^16.4.1",
"drizzle-orm": "^0.33.0",
- "execa": "^9.1.0",
+ "execa": "9.3.1",
"jsdom": "^24.0.0",
"metascraper": "^5.45.24",
"metascraper-amazon": "^5.45.22",