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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTIFYMULTIPART-8660811
  • Loading branch information
snyk-bot committed Jan 30, 2025
1 parent 5264f3a commit 4e81a3e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 139 deletions.
173 changes: 35 additions & 138 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 @@ -23,7 +23,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@fastify/multipart": "^8.0.0",
"@fastify/multipart": "^8.3.1",
"@fastify/static": "^7.0.4",
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
Expand Down

0 comments on commit 4e81a3e

Please sign in to comment.