mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
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:
@@ -97,7 +97,6 @@
|
||||
"@types/minimatch": "5.1.2",
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/pdfjs-dist": "2.10.378",
|
||||
"@types/shelljs": "^0.8.17",
|
||||
"@types/superagent": "^4.1.22",
|
||||
"@typescript-eslint/eslint-plugin": "6.21.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
@@ -143,7 +142,6 @@
|
||||
"prettier": "3.6.2",
|
||||
"rimraf": "^6.1.2",
|
||||
"sass-loader": "16.0.5",
|
||||
"shelljs": "^0.10.0",
|
||||
"spdx-license-list": "^6.9.0",
|
||||
"stylelint": "16.20.0",
|
||||
"stylelint-config-standard-scss": "^13.1.0",
|
||||
|
||||
Reference in New Issue
Block a user