fix req.txt

This commit is contained in:
Ishaan Jaffer
2025-11-22 11:46:17 -08:00
parent 0429ca4fd0
commit ff99f93dfc
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -58,6 +58,7 @@
"webpack-dev-server": ">=5.2.1",
"form-data": ">=4.0.4",
"mermaid": ">=11.10.0",
"gray-matter": "4.0.3"
"gray-matter": "4.0.3",
"glob": ">=11.1.0"
}
}
+1 -1
View File
@@ -78,7 +78,7 @@
"webpack-dev-server": ">=5.2.1",
"mermaid": ">=11.10.0",
"js-yaml": ">=4.1.1",
"glob": ">=10.5.0"
"glob": ">=11.1.0"
},
"engines": {
"node": ">=18.17.0",