Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/multipart to v7.4.1 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 15, 2023
1 parent 7948c13 commit 35d129e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@fastify/autoload": "5.7.1",
"@fastify/cors": "8.2.0",
"@fastify/multipart": "7.4.0",
"@fastify/multipart": "7.4.1",
"@fastify/sensible": "5.2.0",
"@sinclair/typebox": "0.25.20",
"close-with-grace": "1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,10 @@
dependencies:
fast-json-stringify "^5.0.0"

"@fastify/[email protected].0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@fastify/multipart/-/multipart-7.4.0.tgz#53ccc0bf433c94adab405f79d0a5ec31d5d37ead"
integrity sha512-jl8KCMOjzniAMnF2/VdYFhGB03Oqtl24plxcnsKpdnRLu/ihVz4cNPz9bPn8mLUQW4r3dUlh6emINtZdJczkbg==
"@fastify/[email protected].1":
version "7.4.1"
resolved "https://registry.yarnpkg.com/@fastify/multipart/-/multipart-7.4.1.tgz#c58287240fec7560931df1f5daf4adf6d3ad1f06"
integrity sha512-PgBJIg/1krx1nWIXGZSUFQMPHXeFv559TmpaswzmNkK6V/yn1xi4nkATqBetv7s5XbXhxzc75uaJgXWdUefxvQ==
dependencies:
"@fastify/busboy" "^1.0.0"
"@fastify/deepmerge" "^1.0.0"
Expand Down

1 comment on commit 35d129e

@vercel
Copy link

@vercel vercel bot commented on 35d129e Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.