Skip to content

Conversation

Kedrihan
Copy link

@Kedrihan Kedrihan commented Feb 11, 2025

Since xlsx package isn't published on npm registry anymore, I suggest to replace it by @e265/xlsx to fix these vulnerabilities :

As said on the readme of this package, "It automatically takes a fresh version of SheetJS from their git repository, and publishes to npm if the version is different. The whole process is automated and works through Github Actions."

@ChronosMasterOfAllTime
Copy link

ChronosMasterOfAllTime commented May 14, 2025

@Kedrihan As a temporary workaround you can add the following in your package.json:

"overrides": {
  "dependency": {
    "vue3-excel-editor": {
        "xlsx": "npm:@e965/xlsx@^0.20.3",
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants