mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 18:06:02 +02:00
build(deps): bump glob from 11.0.1 to 11.0.2 (#16306)
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.1 to 11.0.2. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v11.0.1...v11.0.2) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.2 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:
parent
617985a5c2
commit
57de0ae647
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -7,7 +7,7 @@
|
|||
"name": "tldr-pages",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"glob": "11.0.1",
|
||||
"glob": "11.0.2",
|
||||
"markdownlint-cli": "^0.44.0",
|
||||
"tldr-lint": "^0.0.17"
|
||||
},
|
||||
|
@ -286,9 +286,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/glob": {
|
||||
"version": "11.0.1",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz",
|
||||
"integrity": "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==",
|
||||
"version": "11.0.2",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.2.tgz",
|
||||
"integrity": "sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"foreground-child": "^3.1.0",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"repository": "tldr-pages/tldr",
|
||||
"homepage": "https://tldr.sh/",
|
||||
"dependencies": {
|
||||
"glob": "11.0.1",
|
||||
"glob": "11.0.2",
|
||||
"markdownlint-cli": "^0.44.0",
|
||||
"tldr-lint": "^0.0.17"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue