Skip to content

Commit

Permalink
chore(deps): bump fastify-static from 4.3.0 to 4.4.0 (#197)
Browse files Browse the repository at this point in the history
Bumps [fastify-static](https://github.com/fastify/fastify-static) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: fastify-static
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2021
1 parent eaca54b commit 59f68bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4796,14 +4796,15 @@ fastify-plugin@^3.0.0:
integrity sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==

fastify-static@^4.0.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-4.3.0.tgz#09a10a05c006b304af23f4be4979a43dc6f242aa"
integrity sha512-x/uTERPey7P/q4vseE8lsQJ2XTJeaX3jMVnZ+KBWOUXljHblTEC4l2d1L45Gkk5QfQ1X6f0RdzgmblKJqqOZ6Q==
version "4.4.0"
resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-4.4.0.tgz#663d33d5cea9045710943b5a0c3082ef4d7846b3"
integrity sha512-YInDwELexeGmTYliX4pPaRT0biIJgluj/pOG4un9EOBmDDY39MQ91GFehb2PgOhV+8U8n7yNHJzQSsAO0mZNZA==
dependencies:
content-disposition "^0.5.3"
encoding-negotiator "^2.0.1"
fastify-plugin "^3.0.0"
glob "^7.1.4"
p-limit "^3.1.0"
readable-stream "^3.4.0"
send "^0.17.1"

Expand Down Expand Up @@ -8322,7 +8323,7 @@ p-limit@^2.0.0, p-limit@^2.2.0:
dependencies:
p-try "^2.0.0"

p-limit@^3.0.2:
p-limit@^3.0.2, p-limit@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
Expand Down

0 comments on commit 59f68bc

Please sign in to comment.