[PRODSEC-14047] fix brace expansion do s via unbounded intermediate arrays bypassing the CVE 2026 14257 mitigation (#5359)

* [PRODSEC-14047] Override brace-expansion

* [PRODSEC-14047] Upgraded nx to fix brace-expansion vulnerability
This commit is contained in:
AleksanderSklorz
2026-09-01 12:48:13 +02:00
committed by GitHub
parent 46d90e4a98
commit 1d53540101
2 changed files with 214 additions and 5346 deletions
+209 -5341
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -91,9 +91,9 @@
"@angular/compiler-cli": "20.3.27",
"@angular/language-service": "20.3.27",
"@cspell/eslint-plugin": "^10.0.1",
"@nx/angular": "23.1.1",
"@nx/eslint-plugin": "22.7.8",
"@nx/workspace": "22.5.4",
"@nx/angular": "23.1.2",
"@nx/eslint-plugin": "23.1.2",
"@nx/workspace": "23.1.2",
"@playwright/test": "^1.61.1",
"@reportportal/agent-js-playwright": "^5.4.0",
"@types/event-emitter": "^0.3.3",
@@ -127,7 +127,7 @@
"lint-staged": "^16.4.0",
"ng-packagr": "20.3.2",
"node-stream-zip": "^1.14.0",
"nx": "23.1.1",
"nx": "23.1.2",
"prettier": "3.8.1",
"stylelint": "^16.0.0",
"stylelint-config-standard-scss": "^13.0.0",
@@ -135,4 +135,4 @@
"typescript": "5.9.3",
"webpack-bundle-analyzer": "^5.3.0"
}
}
}