Skip to content

Commit

Permalink
Bump @fastify/static from 6.10.2 to 6.11.1
Browse files Browse the repository at this point in the history
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.10.2 to 6.11.1.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v6.10.2...v6.11.1)

---
updated-dependencies:
- dependency-name: "@fastify/static"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2023
1 parent 682c205 commit 88ef2a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "vitest run ./tests/js/index.test.ts"
},
"devDependencies": {
"@fastify/static": "^6.10.2",
"@fastify/static": "^6.11.1",
"@types/node": "^18",
"apache-arrow": "^12.0.0",
"arrow-js-ffi": "0.3.0",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,18 +188,17 @@
http-errors "2.0.0"
mime "^3.0.0"

"@fastify/static@^6.10.2":
version "6.10.2"
resolved "https://registry.yarnpkg.com/@fastify/static/-/static-6.10.2.tgz#dfaaccfa191a4ba85ea8e3926853c9e6d979e67f"
integrity sha512-UoaMvIHSBLCZBYOVZwFRYqX2ufUhd7FFMYGDeSf0Z+D8jhYtwljjmuQGuanUP8kS4y/ZEV1a8mfLha3zNwsnnQ==
"@fastify/static@^6.11.1":
version "6.11.1"
resolved "https://registry.yarnpkg.com/@fastify/static/-/static-6.11.1.tgz#1208eefe8d96c17168627f8ba3f4e77d318fdd5d"
integrity sha512-d8cJyPhZ0WNQTPniMNV+Q8ADuILpcMMETmkyg5Co1voT48aQXFpQP8jJmQDGo858GG3xt7v0YXeawmpGzooYaw==
dependencies:
"@fastify/accept-negotiator" "^1.0.0"
"@fastify/send" "^2.0.0"
content-disposition "^0.5.3"
fastify-plugin "^4.0.0"
glob "^8.0.1"
p-limit "^3.1.0"
readable-stream "^4.0.0"

"@jest/schemas@^29.6.3":
version "29.6.3"
Expand Down

0 comments on commit 88ef2a9

Please sign in to comment.