Skip to content

Commit

Permalink
fix: modules/router/package.json to reduce vulnerabilities (#868)
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-AXIOS-6124857

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
kkopanidis and snyk-bot authored Jan 3, 2024
1 parent 99ed9d0 commit 9b2c31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@conduitplatform/hermes": "^1.0.1",
"@grpc/grpc-js": "^1.9.7",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.6.0",
"axios": "^1.6.3",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"deep-object-diff": "^1.1.9",
Expand Down

0 comments on commit 9b2c31c

Please sign in to comment.