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

add npm override so docs workspace resolves glob@10.5+
This commit is contained in:
Ashwin Bharambe 2025-11-19 11:01:52 -08:00 committed by GitHub
parent 72ea95e2e0
commit 49d6ef8a70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 103 deletions

View file

@ -31,6 +31,9 @@
"react-dom": "^19.0.0",
"remark-code-import": "^1.2.0"
},
"overrides": {
"glob": "^10.5.0"
},
"browserslist": {
"production": [
">0.5%",