Skip to content

Commit a20c114

Browse files
fix(deps): install xlsx from @e965/xlsx npm mirror
The dependency was pinned to a direct tarball on cdn.sheetjs.com, which now returns 403 (Cloudflare bot-challenge) to automated clients, breaking bun install in CI. npm's own xlsx is frozen at 0.18.5, so switch to the @e965/xlsx mirror which republishes the identical 0.20.3 CDN build to the npm registry. No code changes needed — all imports use bare 'xlsx'.
1 parent 4aba3dc commit a20c114

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/sim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"twilio": "5.9.0",
213213
"undici": "7.28.0",
214214
"unpdf": "1.4.0",
215-
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
215+
"xlsx": "npm:@e965/xlsx@0.20.3",
216216
"zod": "4.3.6",
217217
"zustand": "^5.0.13"
218218
},

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)