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 (#937)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-7361793

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
johanbook and snyk-bot authored Nov 24, 2024
1 parent 11ac98e commit 97c51f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.3.1",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/websockets": "^10.3.9",
"axios": "^1.7.2",
"axios": "^1.7.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"csv-parse": "^5.5.6",
Expand Down

0 comments on commit 97c51f2

Please sign in to comment.