Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
rinatkhaziev
approved these changes
Feb 26, 2026
|
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.



This pull request updates several dependencies in the
npm-shrinkwrap.jsonfile, primarily focusing on theminimatchand related packages. The changes include upgrading versions to address security, compatibility, and dependency resolution, as well as updating or replacing some supporting packages. Below are the most important changes grouped by theme:Dependency Upgrades:
Upgraded multiple instances of
minimatchfrom various 3.x and 5.x versions to newer patch versions (e.g.,3.1.2→3.1.4,5.1.6→5.1.8,9.0.5→9.0.7,10.1.1→10.2.3) across several dependencies, improving security and compatibility. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Upgraded
ajvfrom6.12.6to6.14.0for improved JSON schema validation and bug fixes.Dependency Replacements and Additions:
@isaacs/brace-expansionand@isaacs/balanced-matchwith newerbrace-expansionandbalanced-matchpackages, and updated their versions and dependency trees to reflect the latest upstream changes. [1] [2] [3]Dependency Tree Adjustments:
brace-expansionandbalanced-matchin several places to ensure compatibility with newminimatchversions and Node.js engine requirements. [1] [2] [3]These updates help keep the dependency tree secure, up to date, and compatible with current Node.js versions.
Ref: CVE-2025-69873
Ref: CVE-2026-26996