Skip to content

Commit

Permalink
fix: frontend/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 5, 2024
1 parent 9dadcb7 commit 0c0c9ad
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,7 +11,7 @@
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^0.1000.5",
"@angular-devkit/build-angular": "^12.0.0",
"@angular-material-extensions/password-strength": "^6.0.0",
"@angular/animations": "^10.2.3",
"@angular/cdk": "^10.1.2",
Expand Down Expand Up @@ -48,7 +48,7 @@
"ngx-cookie-service": "^10.0.1",
"ngx-spinner": "^10.0.1",
"ngx-window-token": "^5.0.0",
"node-sass": "^4.14.1",
"node-sass": "^7.0.2",
"rxjs": "6.6.2",
"snarkdown": "^1.2.2",
"socket.io-client": "^2.3.0",
Expand Down

0 comments on commit 0c0c9ad

Please sign in to comment.