build(deps): bump glob from 10.4.2 to 11.0.0 (#13334)

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

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

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-08-01 14:11:31 +02:00
committed by GitHub
parent 5c56ae89ea
commit dbb6b48efe
2 changed files with 90 additions and 23 deletions

View File

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