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-WEBPACK-7840298
  • Loading branch information
snyk-bot committed Aug 30, 2024
1 parent f959067 commit 88f4d20
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 @@ -12,8 +12,8 @@
},
"private": true,
"dependencies": {
"@angular-builders/custom-webpack": "^15.0.0",
"@angular-devkit/build-angular": "^15.0.4",
"@angular-builders/custom-webpack": "^16.0.0",
"@angular-devkit/build-angular": "^16.2.15",
"@angular-material-extensions/password-strength": "^6.0.0",
"@angular/animations": "^15.0.4",
"@angular/cdk": "^14.0.4",
Expand Down

0 comments on commit 88f4d20

Please sign in to comment.