Skip to content

Commit 2e9b656

Browse files
fix(deps): update dependency @angular/common to v19 [security]
1 parent 2bdf3d3 commit 2e9b656

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devextreme-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@angular/animations": "~12.2.17",
27-
"@angular/common": "~12.2.17",
27+
"@angular/common": "~19.2.16",
2828
"@angular/compiler": "~12.2.17",
2929
"@angular/compiler-cli": "~12.2.17",
3030
"@angular/core": "~12.2.17",

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"private": true,
1010
"dependencies": {
1111
"@angular/animations": "~12.2.17",
12-
"@angular/common": "~12.2.17",
12+
"@angular/common": "~19.2.16",
1313
"@angular/compiler": "~12.2.17",
1414
"@angular/core": "~12.2.17",
1515
"@angular/forms": "~12.2.17",

0 commit comments

Comments
 (0)