Bump the npm_and_yarn group across 2 directories with 1 update by dependabot[bot] · Pull Request #2805 · jetify-com/devbox
Bumps the npm_and_yarn group with 1 update in the /testscripts/shellenv/node directory: picomatch.
Bumps the npm_and_yarn group with 1 update in the /vscode-extension directory: picomatch.
Updates picomatch from 2.3.1 to 2.3.2
Release notes
Sourced from picomatch's releases.
2.3.2
This is a security release fixing several security relevant issues.
What's Changed
- fix: exception when glob pattern contains constructor by
@Jason3Sin micromatch/picomatch#144- Fix for CVE-2026-33671
- Fix for CVE-2026-33672
Full Changelog: micromatch/picomatch@2.3.1...2.3.2
Changelog
Sourced from picomatch's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.4.0.0 (2024-02-07)
Fixes
- Fix bad text values in parse #126, thanks to
@connor4312Changed
- Remove process global to work outside of node #129, thanks to
@styfle- Add sideEffects to package.json #128, thanks to
@frandiox- Removed
os, make compatible browser environment. See #124, thanks to@gwsbhqt3.0.1
Fixes
... (truncated)
Commits
Updates picomatch from 2.3.1 to 2.3.2
Release notes
Sourced from picomatch's releases.
2.3.2
This is a security release fixing several security relevant issues.
What's Changed
- fix: exception when glob pattern contains constructor by
@Jason3Sin micromatch/picomatch#144- Fix for CVE-2026-33671
- Fix for CVE-2026-33672
Full Changelog: micromatch/picomatch@2.3.1...2.3.2
Changelog
Sourced from picomatch's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.4.0.0 (2024-02-07)
Fixes
- Fix bad text values in parse #126, thanks to
@connor4312Changed
- Remove process global to work outside of node #129, thanks to
@styfle- Add sideEffects to package.json #128, thanks to
@frandiox- Removed
os, make compatible browser environment. See #124, thanks to@gwsbhqt3.0.1
Fixes
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.