diff --git a/packages/core/package.json b/packages/core/package.json index ff5a472..37a148c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -22,7 +22,7 @@ "@fastify/csrf-protection": "^5.1.0", "@fastify/helmet": "^9.1.0", "@fastify/http-proxy": "^8.2.2", - "@fastify/multipart": "^7.1.1", + "@fastify/multipart": "^7.4.1", "@fastify/rate-limit": "^7.3.0", "@fastify/static": "^6.5.0", "@fastify/url-data": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 4f56d25..6918c2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1258,10 +1258,10 @@ "@fastify/reply-from" "^8.0.0" ws "^8.4.2" -"@fastify/multipart@^7.1.1": - version "7.3.0" - resolved "https://registry.npmmirror.com/@fastify/multipart/-/multipart-7.3.0.tgz#152908c32fbca9fbe55ee6ca114b818d4c9d1e9b" - integrity sha512-tbzQiRFxoADCn0G10CqiQ/nDWWcfegtwg826Pfz2h7+XvuqJhGnko0TbafrWIY7hnGD+sNCGMdiTVsxxs6zigA== +"@fastify/multipart@^7.4.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"