Skip to content

Commit 64039da

Browse files
johanbooksnyk-bot
andauthored
fix: services/api/package.json & services/api/package-lock.json to reduce vulnerabilities (#985)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTIFYMULTIPART-8660811 Co-authored-by: snyk-bot <[email protected]>
1 parent 40169ba commit 64039da

File tree

2 files changed

+36
-139
lines changed

2 files changed

+36
-139
lines changed

services/api/package-lock.json

+35-138
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
2424
},
2525
"dependencies": {
26-
"@fastify/multipart": "^8.0.0",
26+
"@fastify/multipart": "^8.3.1",
2727
"@fastify/static": "^7.0.4",
2828
"@nestjs/common": "^10.3.9",
2929
"@nestjs/core": "^10.3.9",

0 commit comments

Comments
 (0)