package.json: Refer to micromatch 4.0.8+ to address CVE-2024-4067 #456
Merged
mrmlnc merged 1 commit intomrmlnc:masterfrom Nov 23, 2024
Merged
package.json: Refer to micromatch 4.0.8+ to address CVE-2024-4067 #456mrmlnc merged 1 commit intomrmlnc:masterfrom
mrmlnc merged 1 commit intomrmlnc:masterfrom
Conversation
|
Any idea when this will be merged? This causes a lot of npm audit issues. |
|
Would be awesome to get this one merged. Seeing it crop up in |
|
It would be helpful to get this merged, also having same issue #456 (comment) that @zanuka reported |
DennisRasey
pushed a commit
to DennisRasey/forgejo
that referenced
this pull request
Jan 6, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fast-glob](https://github.com/mrmlnc/fast-glob) | dependencies | patch | [`3.3.2` -> `3.3.3`](https://renovatebot.com/diffs/npm/fast-glob/3.3.2/3.3.3) | --- ### Release Notes <details> <summary>mrmlnc/fast-glob (fast-glob)</summary> ### [`v3.3.3`](https://github.com/mrmlnc/fast-glob/releases/tag/3.3.3) [Compare Source](mrmlnc/fast-glob@3.3.2...3.3.3) > **Full Changelog**: mrmlnc/fast-glob@3.3.2...3.3.3 #### 💬 Common - Refer to micromatch@4.0.8 to avoid annoying npm audit spam ([#​443](mrmlnc/fast-glob#443), [#​444](mrmlnc/fast-glob#444), [#​454](mrmlnc/fast-glob#454), [#​456](mrmlnc/fast-glob#456), [#​457](mrmlnc/fast-glob#457), [#​461](mrmlnc/fast-glob#461)) #### 🐛 Bug fixes - Apply absolute negative patterns to full path instead of file path ([#​441](mrmlnc/fast-glob#441), thanks [@​webpro](https://github.com/webpro)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19--> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6476 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What is the purpose of this pull request?
To avoid warnings about GHSA-952p-6rrq-rcjv aka CVE-2024-4067
I am a transitive user of fast-glob, so I figured it'd be nice to fix it here.
What changes did you make? (Give an overview)
I pointed to the next patch release as direct dependency.