mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
Generated
+209
-5341
File diff suppressed because it is too large
Load Diff
+5
-5
@@ -91,9 +91,9 @@
|
|||||||
"@angular/compiler-cli": "20.3.27",
|
"@angular/compiler-cli": "20.3.27",
|
||||||
"@angular/language-service": "20.3.27",
|
"@angular/language-service": "20.3.27",
|
||||||
"@cspell/eslint-plugin": "^10.0.1",
|
"@cspell/eslint-plugin": "^10.0.1",
|
||||||
"@nx/angular": "23.1.1",
|
"@nx/angular": "23.1.2",
|
||||||
"@nx/eslint-plugin": "22.7.8",
|
"@nx/eslint-plugin": "23.1.2",
|
||||||
"@nx/workspace": "22.5.4",
|
"@nx/workspace": "23.1.2",
|
||||||
"@playwright/test": "^1.61.1",
|
"@playwright/test": "^1.61.1",
|
||||||
"@reportportal/agent-js-playwright": "^5.4.0",
|
"@reportportal/agent-js-playwright": "^5.4.0",
|
||||||
"@types/event-emitter": "^0.3.3",
|
"@types/event-emitter": "^0.3.3",
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
"lint-staged": "^16.4.0",
|
"lint-staged": "^16.4.0",
|
||||||
"ng-packagr": "20.3.2",
|
"ng-packagr": "20.3.2",
|
||||||
"node-stream-zip": "^1.14.0",
|
"node-stream-zip": "^1.14.0",
|
||||||
"nx": "23.1.1",
|
"nx": "23.1.2",
|
||||||
"prettier": "3.8.1",
|
"prettier": "3.8.1",
|
||||||
"stylelint": "^16.0.0",
|
"stylelint": "^16.0.0",
|
||||||
"stylelint-config-standard-scss": "^13.0.0",
|
"stylelint-config-standard-scss": "^13.0.0",
|
||||||
@@ -135,4 +135,4 @@
|
|||||||
"typescript": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"webpack-bundle-analyzer": "^5.3.0"
|
"webpack-bundle-analyzer": "^5.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user