fix(deps): update dependency fast-glob to ^3.3.3

This commit is contained in:
renovate[bot] 2025-01-05 10:40:13 +00:00 committed by GitHub
parent 019aeb7478
commit d8e7ff416f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

13
package-lock.json generated
View File

@ -4726,15 +4726,16 @@
}
},
"node_modules/fast-glob": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
"license": "MIT",
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.4"
"micromatch": "^4.0.8"
},
"engines": {
"node": ">=8.6.0"
@ -12559,7 +12560,7 @@
"@jsdoc/parse": "^0.3.12",
"@jsdoc/tag": "^0.2.12",
"cosmiconfig": "^9.0.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"strip-bom": "^5.0.0",
"strip-json-comments": "^5.0.1"
@ -12724,7 +12725,7 @@
"code-prettify": "^0.1.0",
"color-themes-for-google-code-prettify": "^2.0.4",
"common-path-prefix": "^3.0.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0"

View File

@ -35,7 +35,7 @@
"@jsdoc/parse": "^0.3.12",
"@jsdoc/tag": "^0.2.12",
"cosmiconfig": "^9.0.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"strip-bom": "^5.0.0",
"strip-json-comments": "^5.0.1"

View File

@ -22,7 +22,7 @@
"code-prettify": "^0.1.0",
"color-themes-for-google-code-prettify": "^2.0.4",
"common-path-prefix": "^3.0.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0"