Skip to content

Commit

Permalink
fix: update dependency fastify-static to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 18, 2021
1 parent a80dc07 commit 4d69df7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"deepmerge": "^4.2.2",
"fast-glob": "^3.2.2",
"fastify": "^3.8.0",
"fastify-static": "^3.3.0",
"fastify-static": "^4.0.0",
"indent-string": "^4.0.0",
"is-plain-object": "^5.0.0",
"log-symbols": "^4.0.0",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5647,7 +5647,7 @@ content-disposition@0.5.2:
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4"
integrity sha1-DPaLud318r55YcOoUXjLhdunjLQ=

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==
Expand Down Expand Up @@ -7398,11 +7398,12 @@ fastify-plugin@^3.0.0:
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.0.tgz#cf1b8c8098e3b5a7c8c30e6aeb06903370c054ca"
integrity sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==

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.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-4.0.0.tgz#4b5b2cdc6515220547f9de7feb7630540d57aab3"
integrity sha512-Qi8783aM7UIdASorUKyCJolAWgjsOsqUyX3M3RNkvjWzSCOjAXjzGk0Zu72YlK6NC+4v4rPI9w66cq1PWoXGVQ==
dependencies:
content-disposition "^0.5.3"
fastify-plugin "^3.0.0"
glob "^7.1.4"
readable-stream "^3.4.0"
Expand Down

0 comments on commit 4d69df7

Please sign in to comment.