fix(docs): fix glob vulnerability (backport #4193) (#4227)

add npm override so docs workspace resolves glob@10.5+
<hr>This is an automatic backport of pull request #4193 done by
[Mergify](https://mergify.com).

Co-authored-by: Ashwin Bharambe <ashwin.bharambe@gmail.com>
This commit is contained in:
mergify[bot] 2025-11-24 11:31:15 -08:00 committed by GitHub
parent b9299a20ed
commit 0df6d4601f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 103 deletions

View file

@ -29,6 +29,9 @@
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"overrides": {
"glob": "^10.5.0"
},
"browserslist": {
"production": [
">0.5%",