Skip to content

Commit bf0cfd6

Browse files
authored
Merge pull request #1 from Sridhar-Karunakaran/master
Resolving Dependabot issues
2 parents 5234516 + a6fcf41 commit bf0cfd6

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,31 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^17.1.0",
14-
"@angular/common": "^17.1.0",
15-
"@angular/compiler": "^17.1.0",
16-
"@angular/core": "^17.1.0",
17-
"@angular/forms": "^17.1.0",
18-
"@angular/platform-browser": "^17.1.0",
19-
"@angular/platform-browser-dynamic": "^17.1.0",
20-
"@angular/router": "^17.1.0",
21-
"@syncfusion/ej2-angular-pivotview": "^24.2.5",
13+
"@angular/animations": "^19.2.16",
14+
"@angular/common": "^19.2.16",
15+
"@angular/compiler": "^19.2.16",
16+
"@angular/core": "^19.2.16",
17+
"@angular/forms": "^19.2.16",
18+
"@angular/platform-browser": "^19.2.16",
19+
"@angular/platform-browser-dynamic": "^19.2.16",
20+
"@angular/router": "^19.2.16",
21+
"@syncfusion/ej2-angular-pivotview": "*",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0",
24-
"zone.js": "~0.14.3"
24+
"zone.js": "~0.15.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^17.1.3",
28-
"@angular/cli": "^17.1.3",
29-
"@angular/compiler-cli": "^17.1.0",
27+
"@angular-devkit/build-angular": "^19.2.3",
28+
"@angular/cli": "^19.2.3",
29+
"@angular/compiler-cli": "^19.2.16",
3030
"@types/jasmine": "~5.1.0",
31-
"jasmine-core": "~5.1.0",
31+
"jasmine-core": "~5.2.0",
3232
"karma": "~6.4.0",
3333
"karma-chrome-launcher": "~3.2.0",
3434
"karma-coverage": "~2.2.0",
3535
"karma-jasmine": "~5.1.0",
3636
"karma-jasmine-html-reporter": "~2.1.0",
37-
"typescript": "~5.3.2"
37+
"typescript": "~5.5.4"
3838
}
3939
}
40+

0 commit comments

Comments
 (0)