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

This commit is contained in:
renovate[bot] 2023-11-06 16:23:28 +00:00 committed by GitHub
parent 47c7903eca
commit 219a83c6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -5223,9 +5223,9 @@
"integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw=="
},
"node_modules/fast-glob": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
"integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
@ -13520,7 +13520,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.1",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7"

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.1",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7"