mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[PRODSEC-11289] Fix Angular i18n vulnerable to CSS (#11710)
This commit is contained in:
+9
-9
@@ -38,17 +38,17 @@
|
||||
"process services-cloud"
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/animations": "19.2.18",
|
||||
"@angular/animations": "19.2.19",
|
||||
"@angular/cdk": "19.2.19",
|
||||
"@angular/common": "19.2.18",
|
||||
"@angular/compiler": "19.2.18",
|
||||
"@angular/core": "19.2.18",
|
||||
"@angular/forms": "19.2.18",
|
||||
"@angular/common": "19.2.19",
|
||||
"@angular/compiler": "19.2.19",
|
||||
"@angular/core": "19.2.19",
|
||||
"@angular/forms": "19.2.19",
|
||||
"@angular/material": "19.2.19",
|
||||
"@angular/material-date-fns-adapter": "19.2.19",
|
||||
"@angular/platform-browser": "19.2.18",
|
||||
"@angular/platform-browser-dynamic": "19.2.18",
|
||||
"@angular/router": "19.2.18",
|
||||
"@angular/platform-browser": "19.2.19",
|
||||
"@angular/platform-browser-dynamic": "19.2.19",
|
||||
"@angular/router": "19.2.19",
|
||||
"@apollo/client": "3.13.1",
|
||||
"@cspell/eslint-plugin": "9.4.0",
|
||||
"@mat-datetimepicker/core": "15.0.2",
|
||||
@@ -83,7 +83,7 @@
|
||||
"@angular-eslint/eslint-plugin": "19.8.1",
|
||||
"@angular-eslint/eslint-plugin-template": "19.8.1",
|
||||
"@angular-eslint/template-parser": "19.8.1",
|
||||
"@angular/compiler-cli": "19.2.18",
|
||||
"@angular/compiler-cli": "19.2.19",
|
||||
"@chromatic-com/storybook": "4.1.3",
|
||||
"@nx/angular": "22.1.3",
|
||||
"@nx/eslint-plugin": "22.3.3",
|
||||
|
||||
Reference in New Issue
Block a user