diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 35c7276..4be89cd --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "fastify-cors": "4.1.0", "fastify-helmet": "5.0.3", "fastify-redis": "4.1.0", - "fastify-static": "3.3.0", + "fastify-static": "4.2.4", "graphql-hooks": "4.5.0", "graphql-hooks-memcache": "1.3.3", "graphql-hooks-ssr": "1.1.5", diff --git a/yarn.lock b/yarn.lock index bfcc818..9500726 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4515,7 +4515,7 @@ contains-path@^0.1.0: resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= -content-disposition@0.5.3: +content-disposition@0.5.3, content-disposition@^0.5.3: version "0.5.3" resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== @@ -6203,11 +6203,13 @@ fastify-redis@4.1.0: fastify-plugin "^3.0.0" ioredis "^4.10.0" -fastify-static@3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-3.3.0.tgz#33b639f1fa6fde703326a9ef353d6b1469146f46" - integrity sha512-NaaeGWz25TmCYTGR8z90rhpfCuQqxDJauMC7fUTaswtxkM5CUmGGpwInm5/A55qfn9MbUQbPOWtWwSvhY73xHg== +fastify-static@4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-4.2.4.tgz#65930872df92e6e9ab397da71ff42dd4fa3d8854" + integrity sha512-Uk24B9R/PtXG2pMd26r8/Yyfs2lKlghiqyjUsGwT0qMiSs0VZbhCvKn6rwEve63ttvFjLMwNNz1q0/5QoTy4HA== dependencies: + content-disposition "^0.5.3" + encoding-negotiator "^2.0.1" fastify-plugin "^3.0.0" glob "^7.1.4" readable-stream "^3.4.0"