Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade to more recent version of xlsx package #465

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

chrispcampbell
Copy link
Contributor

Fixes #463

@ToddFincannonEI: This upgrades the xlsx package to a more recent version, which addresses some security vulnerabilities that have been reported. (Those vulnerabilities cause scary warnings when a user does an npm install of @sdeverywhere/cli, so it would be good to avoid those warnings, which can be a turn-off for new users.) I have misgivings about this package and using their CDN (see issue comments), but think that this should be a relatively simple upgrade as compared to replacing the package outright.

Copy link
Collaborator

@ToddFincannonEI ToddFincannonEI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't add to the tests. EPS does not read any XLSX files, only CSV. Looks good to me based on passing our other tests. I am fine with using a non-npm package source when there is no other choice. This package has worked well for me for other utilities, so I don't see a good reason to switch. Open to alternatives though.

@chrispcampbell chrispcampbell merged commit 8d06b81 into main Apr 19, 2024
6 checks passed
@chrispcampbell chrispcampbell deleted the chris/463-xlsx-package branch April 19, 2024 19:46
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.

Upgrade to more recent version of xlsx package
2 participants