build(deps): bump glob from 10.4.1 to 10.4.2 (#13210)

Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.1 to 10.4.2.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-07-01 12:22:16 +05:30
committed by GitHub
parent ba787f09d8
commit f1c5bda466
2 changed files with 11 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"repository": "tldr-pages/tldr",
"homepage": "https://tldr.sh/",
"dependencies": {
"glob": "10.4.1",
"glob": "10.4.2",
"markdownlint-cli": "^0.41.0",
"tldr-lint": "^0.0.15"
},