Skip to content

Commit

Permalink
fix: backend/core/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-AXIOS-6144788
  • Loading branch information
snyk-bot committed Jan 5, 2024
1 parent 45e62d4 commit 4f04c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@nestjs/typeorm": "^9.0.1",
"@types/cache-manager": "^3.4.0",
"async-retry": "^1.3.1",
"axios": "0.21.2",
"axios": "1.6.4",
"cache-manager": "^3.4.0",
"casbin": "5.13.0",
"class-transformer": "0.3.1",
Expand Down Expand Up @@ -94,7 +94,7 @@
"rxjs": "^7.5.4",
"swagger-ui-express": "^4.1.4",
"ts-node": "10.8.0",
"twilio": "^3.71.3",
"twilio": "^4.19.3",
"typeorm": "0.3.12",
"typeorm-naming-strategies": "4.1.0",
"typescript": "4.6.4",
Expand Down

0 comments on commit 4f04c25

Please sign in to comment.