Skip to content

chore(deps-dev): bump glob from 13.0.3 to 13.0.6#369

Merged
coliff merged 1 commit intomainfrom
dependabot/npm_and_yarn/glob-13.0.6
Mar 6, 2026
Merged

chore(deps-dev): bump glob from 13.0.3 to 13.0.6#369
coliff merged 1 commit intomainfrom
dependabot/npm_and_yarn/glob-13.0.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps glob from 13.0.3 to 13.0.6.

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [glob](https://github.com/isaacs/node-glob) from 13.0.3 to 13.0.6.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v13.0.3...v13.0.6)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 13.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 6, 2026
@dependabot dependabot bot requested a review from coliff as a code owner March 6, 2026 09:15
@coliff coliff merged commit 9646efa into main Mar 6, 2026
3 of 4 checks passed
@coliff coliff deleted the dependabot/npm_and_yarn/glob-13.0.6 branch March 6, 2026 09:16
@github-actions
Copy link

github-actions bot commented Mar 6, 2026

Super-linter summary

Language Validation result
CHECKOV Pass ✅
PRE_COMMIT Pass ✅
TRIVY Fail ❌

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌───────────────────────────────────┬──────┬─────────────────┬───────────────────┬─────────┐
│              Target               │ Type │ Vulnerabilities │ Misconfigurations │ Secrets │
├───────────────────────────────────┼──────┼─────────────────┼───────────────────┼─────────┤
│ htmlhint-server/package-lock.json │ npm  │        0        │         -         │    -    │
├───────────────────────────────────┼──────┼─────────────────┼───────────────────┼─────────┤
│ htmlhint/package-lock.json        │ npm  │        3        │         -         │    -    │
├───────────────────────────────────┼──────┼─────────────────┼───────────────────┼─────────┤
│ package-lock.json                 │ npm  │        0        │         -         │    -    │
└───────────────────────────────────┴──────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.69/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


htmlhint/package-lock.json (npm)
================================
Total: 3 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 3, CRITICAL: 0)

┌───────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────────────────────────────────────────────┬──────────────────────────────────────────────────────────┐
│  Library  │ Vulnerability  │ Severity │ Status │ Installed Version │                      Fixed Version                      │                          Title                           │
├───────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────────────────────────────────────────────┼──────────────────────────────────────────────────────────┤
│ minimatch │ CVE-2026-26996 │ HIGH     │ fixed  │ 5.1.6             │ 10.2.1, 9.0.6, 8.0.5, 7.4.7, 6.2.1, 5.1.7, 4.2.4, 3.1.3 │ minimatch: minimatch: Denial of Service via specially    │
│           │                │          │        │                   │                                                         │ crafted glob patterns                                    │
│           │                │          │        │                   │                                                         │ https://avd.aquasec.com/nvd/cve-2026-26996               │
│           ├────────────────┤          │        │                   ├─────────────────────────────────────────────────────────┼──────────────────────────────────────────────────────────┤
│           │ CVE-2026-27903 │          │        │                   │ 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, 3.1.3 │ minimatch: minimatch: Denial of Service due to unbounded │
│           │                │          │        │                   │                                                         │ recursive backtracking via crafted...                    │
│           │                │          │        │                   │                                                         │ https://avd.aquasec.com/nvd/cve-2026-27903               │
│           ├────────────────┤          │        │                   ├─────────────────────────────────────────────────────────┼──────────────────────────────────────────────────────────┤
│           │ CVE-2026-27904 │          │        │                   │ 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, 3.1.4 │ minimatch: Minimatch: Denial of Service via catastrophic │
│           │                │          │        │                   │                                                         │ backtracking in glob expressions                         │
│           │                │          │        │                   │                                                         │ https://avd.aquasec.com/nvd/cve-2026-27904               │
└───────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────────────────────────────────────────────┴──────────────────────────────────────────────────────────┘

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.

1 participant