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-WS-7266574
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Jun 18, 2024
1 parent 3f3bebc commit 8ffa799
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,7 +12,7 @@
},
"private": true,
"dependencies": {
"@angular-builders/custom-webpack": "^15.0.0",
"@angular-builders/custom-webpack": "^18.0.0",
"@angular-devkit/build-angular": "^15.0.4",
"@angular-material-extensions/password-strength": "^6.0.0",
"@angular/animations": "^15.0.4",
Expand Down Expand Up @@ -44,7 +44,7 @@
"codemirror": "^5.65.14",
"codemirror-solidity": "^0.2.5",
"core-js": "^3.22.5",
"ethers": "^5.7.2",
"ethers": "^6.0.0",
"file-saver": "^2.0.2",
"flag-icons": "^6.9.2",
"font-mfizz": "^2.4.1",
Expand Down

0 comments on commit 8ffa799

Please sign in to comment.