Skip to content

Commit fde3664

Browse files
authored
chore(deps): switch xlsx (SheetJS) from npm registry to SheetJS CDN (0.18.5 -> 0.20.3) (#14)
SheetJS Version on npm registry is abandoned and has high security vulnerabilities. Official distribution of new versions with ongoing updates and security patches only exists on the SheetJS CDN.
1 parent 16de47f commit fde3664

2 files changed

Lines changed: 8 additions & 69 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"typescript-eslint": "8.61.1"
5555
},
5656
"dependencies": {
57-
"unzipper": "0.12.5",
5857
"playwright": "1.61.0",
59-
"xlsx": "0.18.5"
58+
"unzipper": "0.12.5",
59+
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
6060
},
6161
"pnpm": {
6262
"onlyBuiltDependencies": []

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)