Skip to content

Commit dd45774

Browse files
fix: update Angular dependencies to 19.2.18 to fix XSS vulnerability (#6796)
* fix: update Angular dependencies to 19.2.18 to fix XSS vulnerability
1 parent f1561e3 commit dd45774

File tree

6 files changed

+68
-63
lines changed

6 files changed

+68
-63
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aws-amplify/ui-angular": patch
3+
---
4+
5+
fix: update Angular dependencies to 19.2.18 to fix XSS vulnerability

examples/angular/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
"e2e": "ng e2e"
1414
},
1515
"dependencies": {
16-
"@angular/animations": "^19.0.0",
17-
"@angular/common": "^19.0.0",
18-
"@angular/compiler": "^19.0.0",
19-
"@angular/core": "^19.0.0",
20-
"@angular/platform-browser": "^19.0.0",
21-
"@angular/platform-browser-dynamic": "^19.0.0",
22-
"@angular/router": "^19.0.0",
16+
"@angular/animations": "^19.2.18",
17+
"@angular/common": "^19.2.18",
18+
"@angular/compiler": "^19.2.18",
19+
"@angular/core": "^19.2.18",
20+
"@angular/platform-browser": "^19.2.18",
21+
"@angular/platform-browser-dynamic": "^19.2.18",
22+
"@angular/router": "^19.2.18",
2323
"@aws-amplify/ui-angular": "^5.1.7",
24-
"rxjs": "~6.6.0",
24+
"rxjs": "~7.8.0",
2525
"tslib": "^2.0.0",
2626
"zone.js": "~0.15.0"
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/build-angular": "^19.0.0",
3030
"@angular/cli": "^19.0.0",
31-
"@angular/compiler-cli": "^19.0.0",
31+
"@angular/compiler-cli": "^19.2.18",
3232
"@types/jasmine": "~3.6.0",
3333
"@types/node": "^20",
3434
"codelyzer": "^6.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@react-native-community/cli": "^17.0.1",
7676
"**/@react-native-community/**/fast-xml-parser": "^4.4.1",
7777
"**/@aws-*/**/fast-xml-parser": "^4.4.1",
78-
"**/@aws-amplify/ui-angular-example/**/codelyzer/**/@angular/core": "10.2.5",
78+
"**/@aws-amplify/ui-angular-example/**/codelyzer/**/@angular/core": "19.2.18",
7979
"**/@angular-devkit/build-angular/minimatch": "3.0.5",
8080
"**/@angular-devkit/build-angular/webpack": "^5.76.0",
8181
"**/@angular-devkit/build-angular/webpack-dev-server/express/path-to-regexp": "0.1.12",

packages/angular/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"@angular-eslint/eslint-plugin-template": "~19.0.0",
2121
"@angular-eslint/schematics": "~19.0.0",
2222
"@angular-eslint/template-parser": "~19.0.0",
23-
"@angular/animations": "^19.0.0",
23+
"@angular/animations": "^19.2.18",
2424
"@angular/cli": "^19.0.0",
25-
"@angular/compiler": "^19.0.0",
26-
"@angular/compiler-cli": "^19.0.0",
27-
"@angular/core": "^19.0.0",
28-
"@angular/forms": "^19.0.0",
29-
"@angular/platform-browser": "^19.0.0",
30-
"@angular/platform-browser-dynamic": "^19.0.0",
31-
"@angular/router": "^19.0.0",
25+
"@angular/compiler": "^19.2.18",
26+
"@angular/compiler-cli": "^19.2.18",
27+
"@angular/core": "^19.2.18",
28+
"@angular/forms": "^19.2.18",
29+
"@angular/platform-browser": "^19.2.18",
30+
"@angular/platform-browser-dynamic": "^19.2.18",
31+
"@angular/router": "^19.2.18",
3232
"@testing-library/angular": "^17.0.0",
3333
"@types/node": "^20",
3434
"canvas": "^2.11.2",

packages/angular/projects/ui-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/core": ">= 19.0.0",
1818
"@angular/common": ">= 19.0.0",
1919
"aws-amplify": "^6.14.3",
20-
"rxjs": "^6.5.3 || ^7.4.0"
20+
"rxjs": "^6.5.3 || ^7.4.0 || ^8.0.0"
2121
},
2222
"dependencies": {
2323
"@aws-amplify/ui": "6.13.0",

yarn.lock

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)