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 cross-spawn #602

Merged
merged 1 commit into from
Dec 13, 2024
Merged

fix: upgrade cross-spawn #602

merged 1 commit into from
Dec 13, 2024

Conversation

fenos
Copy link
Contributor

@fenos fenos commented Dec 13, 2024

What kind of change does this PR introduce?

Deps update

What is the new behavior?

Cross-spawn regex vulnerability: https://github.com/supabase/storage/security/dependabot/51
old version: 7.0.3 -> fixed vulnerability 7.0.6

Severity: Low
code paths doesn't allow inputs from glob and the rest of the dependencies are dev-dependencies as listed below

 storage-api % npm ls cross-spawn                      
[email protected] /Users/fenos/Documents/Code/storage-api
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│   └── [email protected] deduped
└─┬ [email protected]
  └─┬ @jest/[email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └── [email protected] deduped

Copy link

Pull Request Test Coverage Report for Build 12313801734

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 77.866%

Totals Coverage Status
Change from base Build 12258215677: 0.0%
Covered Lines: 13965
Relevant Lines: 17791

💛 - Coveralls

@inian inian merged commit 28539d7 into master Dec 13, 2024
1 check passed
@inian inian deleted the deps/cross-spawn-update branch December 13, 2024 11:02
Copy link

🎉 This PR is included in version 1.14.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants