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

Pin glob version to 9.X #384

Closed
Ch1g opened this issue Dec 14, 2023 · 1 comment
Closed

Pin glob version to 9.X #384

Ch1g opened this issue Dec 14, 2023 · 1 comment

Comments

@Ch1g
Copy link

Ch1g commented Dec 14, 2023

Hi!

isaacs/inflight-DEPRECATED-DO-NOT-USE#5

Considering the issue has been open 6 years and the inflight.js file has not been edited in 7 years, I think it's likely this isn't going to be addressed here. If your situation is like mine, you are here because Snyk started complaining about this yesterday (why only yesterday? Who knows...) and a package you depend on depends on this package or, more likely, a package you depend on depends on glob which at one point in time depended on inflight. The actively-maintained glob package no longer depends on inflight, so your best bet is to (a) pin your glob version to something greater than v9, (b) to (respectfully) bug package maintainers to upgrade their glob dependency version string, or (c) to ignore the issue because it's probably not doing you real harm anyway. For myself, it's option (c).

shakapacker@7.0.0 requires glob@^7.2.0 which requires inflight "^1.0.4"

Are there any plans to upgrade glob version?
OR
maybe any help/resources required to ping Shakapacker to a newer version of glob package?

@Judahmeek
Copy link
Contributor

Since inflight is an npm package, you could always add a resolution to your package.json.

I'll see if we can't address this more permenantly though.

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

No branches or pull requests

3 participants