Skip to content

Commit

Permalink
fix: services/api/package.json & services/api/package-lock.json to re…
Browse files Browse the repository at this point in the history
…duce vulnerabilities (#677)

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
johanbook and snyk-bot authored Dec 27, 2023
1 parent 344539b commit f8af5d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions services/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/swagger": "^7.1.14",
"@nestjs/typeorm": "^10.0.0",
"@nestjs/websockets": "^10.2.8",
"axios": "^1.6.0",
"axios": "^1.6.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"csv-parse": "^5.5.2",
Expand Down

0 comments on commit f8af5d0

Please sign in to comment.