Skip to content

Commit

Permalink
fix: frontend/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-IP-7148531
  • Loading branch information
snyk-bot committed May 28, 2024
1 parent 618f541 commit ad202a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^0.1000.5",
"@angular-devkit/build-angular": "^14.0.0",
"@angular-material-extensions/password-strength": "^6.0.0",
"@angular/animations": "^10.2.3",
"@angular/cdk": "^10.1.2",
"@angular/cli": "^10.0.5",
"@angular/cli": "^11.2.18",
"@angular/common": "^10.2.3",
"@angular/compiler": "^10.2.3",
"@angular/compiler-cli": "^10.2.3",
Expand Down

0 comments on commit ad202a0

Please sign in to comment.