[Snyk] Upgrade fast-glob from 3.2.4 to 3.2.7 #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade fast-glob from 3.2.4 to 3.2.7.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version fixes:
SNYK-JS-GLOBPARENT-1016905
Why? Proof of Concept exploit, CVSS 5.3
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: fast-glob
🐛 Bug fixes
The previous release (
3.2.6
) introduced a regression, thanks to which negative patterns were not applied to patterns outside the current directory.This release fixes the issue.
🐛 Bug fixes
// Patterns outside current directory → ['../', './../*.js']
// Previously you could specify a patterns outside current directory.
fg.sync(['../*.txt']) → ['../file.txt']
// But when the pattern inside current directory was added to them, the behavior broke down.
fg.sync(['.md', '../.txt']) → ['file.md'] // The '../file.txt' file exists
// After this fix you can mix both kinds of patterns.
fg.sync(['.md', '../.txt']) → ['file.md', '../file.txt']
// Right now we do not support patterns like '{.,..}/*.md'.
📖 Documentation
followSymbolicLinks
option.⚙️ Infrastructure
glob-parent
package has been updated to fix vulnerabilities. (#304)micromatch
package has been updated to eliminate dependency on thepicomatch
package from this package. (#256)tiny-glob
package has been added to the synchronous product benchmarks. (#323)fdir
package has been added to synchronous and asynchronous product benchmarks. The latest launch. (#322).npmignore
file has been replaced by thefiles
field in thepackage.json
file. (#321)🐛 Bug fixes
/*
,/tmp/*
,//?/C:/*
.📖 Documentation
markDirectories
option (#287, thanks @ yarastqt).⚙️ Infrastructure
🐛 Bug fixes
3.2.3
when thecaseSensitiveMatch
option is disabled (#276)Commit messages
Package name: fast-glob
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs