Merge pull request #850 from actions/ahmed3lmallah/adressing-CVE-2024-21538

Overriding the cross-spawn dependency to use a safe version
This commit is contained in:
Ahmed ElMallah
2024-11-19 14:42:32 -08:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -57,5 +57,8 @@
"nodemon": "^3.1.7",
"prettier": "3.2.5",
"typescript": "^5.4.5"
},
"overrides": {
"cross-spawn": ">=7.0.5"
}
}