Skip to content

Bump minimatch from 3.1.2 to 3.1.5 in /vscode-extensions/unity-kb-query in the npm_and_yarn group across 1 directory#17

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vscode-extensions/unity-kb-query/npm_and_yarn-bb3626eb1a
Open

Bump minimatch from 3.1.2 to 3.1.5 in /vscode-extensions/unity-kb-query in the npm_and_yarn group across 1 directory#17
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vscode-extensions/unity-kb-query/npm_and_yarn-bb3626eb1a

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Bumps the npm_and_yarn group with 1 update in the /vscode-extensions/unity-kb-query directory: minimatch.

Updates minimatch from 3.1.2 to 3.1.5

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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.

🔒 This PR updates the minimatch dependency from version 3.1.2 to 3.1.5 across multiple locations in the VSCode Unity KB Query extension to address security vulnerabilities and performance issues. The update includes important fixes for ReDoS (Regular Expression Denial of Service) vulnerabilities and improvements to globstar pattern matching performance.

🔍 Detailed Analysis

Key Changes

  • Dependency Update: Updated minimatch from 3.1.2 to 3.1.5 in multiple node_modules locations (@eslint/eslintrc, @humanwhocodes/config-array, eslint, and glob)
  • Main Package Update: Updated the root minimatch package from 9.0.5 to 9.0.9 with updated brace-expansion dependency
  • Peer Dependencies: Removed "peer": true flags from several TypeScript and ESLint related packages, indicating they are now direct dependencies

Technical Implementation

flowchart TD
    A[Dependabot Security Scan] --> B[Identifies minimatch vulnerabilities]
    B --> C[Updates minimatch 3.1.2 → 3.1.5]
    C --> D[Updates in multiple locations]
    D --> E[@eslint/eslintrc/node_modules]
    D --> F[@humanwhocodes/config-array/node_modules]
    D --> G[eslint/node_modules]
    D --> H[glob/node_modules]
    C --> I[Updates root minimatch 9.0.5 → 9.0.9]
    I --> J[Updates brace-expansion dependency]
Loading

Impact

  • Security Enhancement: Addresses ReDoS vulnerabilities in pattern matching that could cause denial of service attacks
  • Performance Improvement: Includes optimizations for globstar (**) pattern recursion that significantly improve matching performance
  • Stability: Fixes partial matching issues with globstar patterns that could cause incorrect file matching behavior

Created with Palmier

Bumps the npm_and_yarn group with 1 update in the /vscode-extensions/unity-kb-query directory: [minimatch](https://github.com/isaacs/minimatch).


Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 1, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedpypi/​unitypy@​1.25.098100100100100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants