Skip to content

Commit bfca3aa

Browse files
committed
fix(deps): update dependency @angular/common to v19 [security]
1 parent cd0e86f commit bfca3aa

File tree

4 files changed

+4747
-7539
lines changed

4 files changed

+4747
-7539
lines changed

packages/app-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"private": true,
2121
"dependencies": {
2222
"@angular/animations": "^18.2.11",
23-
"@angular/common": "^18.2.11",
23+
"@angular/common": "^19.0.0",
2424
"@angular/compiler": "^18.2.11",
2525
"@angular/core": "^18.2.11",
2626
"@angular/forms": "^18.2.11",

packages/ontario-design-system-component-library-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
"dependencies": {
3939
"@angular/animations": "^18.2.11",
40-
"@angular/common": "^18.2.11",
40+
"@angular/common": "^19.0.0",
4141
"@angular/compiler": "^18.2.11",
4242
"@angular/core": "^18.2.11",
4343
"@angular/forms": "^18.2.11",

packages/ontario-design-system-component-library-angular/projects/component-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-component-library",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^15.2.9",
5+
"@angular/common": "^19.0.0",
66
"@angular/core": "^15.2.9",
77
"@ongov/ontario-design-system-component-library": "5.0.0-alpha.10"
88
},

0 commit comments

Comments
 (0)