Skip to content

fix: update tmp and remove np #578

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: update tmp and remove np #578

wants to merge 1 commit into from

Conversation

Zertz
Copy link

@Zertz Zertz commented Aug 7, 2025

np@7.x uses a vulnerable version of tmp and they recommend a global install anyway: https://github.com/sindresorhus/np?tab=readme-ov-file#install

Closes #577

@turi4200
Copy link

turi4200 commented Aug 7, 2025

LGTM

@vavsab
Copy link

vavsab commented Aug 11, 2025

@ds300 @orta Could you please merge this one?

@adstr123
Copy link

@ds300 Please merge, we need to resolve vulnerability

@Zertz
Copy link
Author

Zertz commented Aug 13, 2025

FWIW, we fixed the issue on our side with npm overrides:

{
    "overrides": {
        "tmp": "0.2.4"
    }
}

@enzoferey
Copy link

Merging this one and publishing a new version would be highly appreciated! 🙏🏻

@VishnuNCS
Copy link

Highly appreciate if this fix can be merge

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vulnerable tmp version
6 participants