Skip to content

Commit

Permalink
Bump @fastify/static from 7.0.3 to 7.0.4 (#537)
Browse files Browse the repository at this point in the history
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v7.0.3...v7.0.4)

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

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] committed May 13, 2024
1 parent 6852088 commit d590c68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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": "^7.0.3",
"@fastify/static": "^7.0.4",
"@types/node": "^20",
"apache-arrow": "^16.0.0",
"arrow-js-ffi": "^0.4.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@
http-errors "2.0.0"
mime "^3.0.0"

"@fastify/static@^7.0.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@fastify/static/-/static-7.0.3.tgz#e99bbb775c86aa9f9d42c35074ed7b584b06cb71"
integrity sha512-2tmTdF+uFCykasutaO6k4/wOt7eXyi7m3dGuCPo5micXzv0qt6ttb/nWnDYL/BlXjYGfp1JI4a1gyluTIylvQA==
"@fastify/static@^7.0.4":
version "7.0.4"
resolved "https://registry.yarnpkg.com/@fastify/static/-/static-7.0.4.tgz#51c6a58a5db60cf4724e88603c2ec38b9f53ab1b"
integrity sha512-p2uKtaf8BMOZWLs6wu+Ihg7bWNBdjNgCwDza4MJtTqg+5ovKmcbgbR9Xs5/smZ1YISfzKOCNYmZV8LaCj+eJ1Q==
dependencies:
"@fastify/accept-negotiator" "^1.0.0"
"@fastify/send" "^2.0.0"
Expand Down

0 comments on commit d590c68

Please sign in to comment.