mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
fix(docs): fix glob vulnerability (#4193)
add npm override so docs workspace resolves glob@10.5+
This commit is contained in:
parent
72ea95e2e0
commit
49d6ef8a70
2 changed files with 22 additions and 103 deletions
|
|
@ -31,6 +31,9 @@
|
|||
"react-dom": "^19.0.0",
|
||||
"remark-code-import": "^1.2.0"
|
||||
},
|
||||
"overrides": {
|
||||
"glob": "^10.5.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.5%",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue