Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @fastify/static to v6.10.0 #7999

Merged
merged 2 commits into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/runtime-corejs3": "7.21.0",
"@fastify/http-proxy": "9.0.0",
"@fastify/static": "6.9.0",
"@fastify/static": "6.10.0",
"@fastify/url-data": "5.3.1",
"ansi-colors": "4.1.3",
"chalk": "4.1.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2727,9 +2727,9 @@ __metadata:
languageName: node
linkType: hard

"@fastify/static@npm:6.9.0":
version: 6.9.0
resolution: "@fastify/static@npm:6.9.0"
"@fastify/static@npm:6.10.0":
version: 6.10.0
resolution: "@fastify/static@npm:6.10.0"
dependencies:
"@fastify/accept-negotiator": ^1.0.0
"@fastify/send": ^2.0.0
Expand All @@ -2738,7 +2738,7 @@ __metadata:
glob: ^8.0.1
p-limit: ^3.1.0
readable-stream: ^4.0.0
checksum: 6ae8dd00c6f6ef75cfa9517d98f8c322336a2783bd89e9f24b8006763316275f30894558bd257e13d55053fbef20a176e133eaaea167d82b9f05f15b395e7ad1
checksum: 56f2fecb52f7da4ce3faf731507987516cbd9ee21411232f62024044b687825d3b1eb7391b6d0602abf9113d431e04093a39e42ccf361c467c73661fa57c41d7
languageName: node
linkType: hard

Expand Down Expand Up @@ -6069,7 +6069,7 @@ __metadata:
"@babel/plugin-transform-runtime": 7.21.0
"@babel/runtime-corejs3": 7.21.0
"@fastify/http-proxy": 9.0.0
"@fastify/static": 6.9.0
"@fastify/static": 6.10.0
"@fastify/url-data": 5.3.1
"@types/aws-lambda": 8.10.114
"@types/lodash.escape": 4.0.7
Expand Down