Skip to content

Commit

Permalink
[YUNIKORN-2885] Fix security vulnerabilities in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SP12893678 committed Sep 27, 2024
1 parent 7f8c742 commit 79cb027
Show file tree
Hide file tree
Showing 2 changed files with 783 additions and 808 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
},
"dependencies": {
"@angular-architects/module-federation": "^18.0.6",
"@angular/animations": "^18.2.5",
"@angular/cdk": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/compiler": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/material": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/platform-browser-dynamic": "^18.2.5",
"@angular/router": "^18.2.5",
"@angular/animations": "^18.2.6",
"@angular/cdk": "^18.2.6",
"@angular/common": "^18.2.6",
"@angular/compiler": "^18.2.6",
"@angular/core": "^18.2.6",
"@angular/forms": "^18.2.6",
"@angular/material": "^18.2.6",
"@angular/platform-browser": "^18.2.6",
"@angular/platform-browser-dynamic": "^18.2.6",
"@angular/router": "^18.2.6",
"@fontsource/roboto": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@types/d3-flextree": "^2.1.4",
Expand All @@ -65,11 +65,11 @@
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.5",
"@angular/cli": "^18.2.5",
"@angular/compiler-cli": "^18.2.5",
"@angular-devkit/build-angular": "^18.2.6",
"@angular/cli": "^18.2.6",
"@angular/compiler-cli": "^18.2.6",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.8.7",
"@types/node": "^20.16.9",
"husky": "^8.0.3",
"jasmine-core": "~5.3.0",
"json-server": "^0.17.4",
Expand All @@ -85,7 +85,7 @@
"ng-mocks": "^14.13.1",
"ngx-build-plus": "^18.0.0",
"prettier": "^3.3.3",
"puppeteer": "^23.4.0",
"puppeteer": "^23.4.1",
"typescript": "5.5.4"
},
"engines": {
Expand Down
Loading

0 comments on commit 79cb027

Please sign in to comment.