Skip to content

Commit 36647f2

Browse files
authored
Merge pull request #1 from Sridhar-Karunakaran/master
Resolving Dependabot issues
2 parents b6265a5 + e21777a commit 36647f2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "^18.0.0",
15-
"@angular/common": "^18.0.0",
16-
"@angular/compiler": "^18.0.0",
17-
"@angular/core": "^18.0.0",
18-
"@angular/forms": "^18.0.0",
19-
"@angular/platform-browser": "^18.0.0",
20-
"@angular/platform-browser-dynamic": "^18.0.0",
21-
"@angular/platform-server": "^18.0.0",
22-
"@angular/router": "^18.0.0",
23-
"@angular/ssr": "^18.0.7",
24-
"@syncfusion/ej2-angular-pivotview": "^26.1.40",
14+
"@angular/animations": "^19.2.16",
15+
"@angular/common": "^19.2.16",
16+
"@angular/compiler": "^19.2.16",
17+
"@angular/core": "^19.2.16",
18+
"@angular/forms": "^19.2.16",
19+
"@angular/platform-browser": "^19.2.16",
20+
"@angular/platform-browser-dynamic": "^19.2.16",
21+
"@angular/platform-server": "^19.2.16",
22+
"@angular/router": "^19.2.16",
23+
"@angular/ssr": "^19.2.16",
24+
"@syncfusion/ej2-angular-pivotview": "*",
2525
"express": "^4.18.2",
2626
"rxjs": "~7.8.0",
2727
"tslib": "^2.3.0",
28-
"zone.js": "~0.14.3"
28+
"zone.js": "~0.15.0"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "^18.0.7",
32-
"@angular/cli": "^18.0.7",
33-
"@angular/compiler-cli": "^18.0.0",
31+
"@angular-devkit/build-angular": "^19.2.3",
32+
"@angular/cli": "^19.2.3",
33+
"@angular/compiler-cli": "^19.2.16",
3434
"@types/express": "^4.17.17",
3535
"@types/jasmine": "~5.1.0",
3636
"@types/node": "^18.18.0",
@@ -40,6 +40,6 @@
4040
"karma-coverage": "~2.2.0",
4141
"karma-jasmine": "~5.1.0",
4242
"karma-jasmine-html-reporter": "~2.1.0",
43-
"typescript": "~5.4.2"
43+
"typescript": "~5.5.4"
4444
}
4545
}

0 commit comments

Comments
 (0)