AAE-40427 Replace shelljs with native node api (#11404)

* Replace shelljs with native node api

* Refactor command execution in audit and changelog scripts to use spawnSync for improved security and error handling
This commit is contained in:
Denys Vuika
2025-11-28 12:57:49 +00:00
committed by GitHub
parent 6bece85060
commit a9efe36e5f
6 changed files with 87 additions and 1076 deletions
-2
View File
@@ -26,7 +26,6 @@
"ejs": "^3.1.10",
"license-checker": "^25.0.1",
"node-fetch": "^2.7.0",
"shelljs": "^0.10.0",
"spdx-license-list": "^5.0.0"
},
"keywords": [
@@ -36,7 +35,6 @@
"devDependencies": {
"@types/ejs": "^3.1.2",
"@types/node": "^20.1.7",
"@types/shelljs": "^0.8.12",
"typescript": "^4.9.5"
}
}