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.11.0 #9129

Merged
merged 2 commits into from
Sep 8, 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 @@ -30,7 +30,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.11",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.10.2",
"@fastify/static": "6.11.0",
"@fastify/url-data": "5.3.1",
"@redwoodjs/project-config": "6.0.7",
"ansi-colors": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.10.2",
"@fastify/static": "6.11.0",
"@fastify/url-data": "5.3.1",
"@redwoodjs/graphql-server": "6.0.7",
"@redwoodjs/project-config": "6.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.11",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.10.2",
"@fastify/static": "6.11.0",
"@fastify/url-data": "5.3.1",
"@redwoodjs/internal": "6.0.7",
"@redwoodjs/project-config": "6.0.7",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2984,9 +2984,9 @@ __metadata:
languageName: node
linkType: hard

"@fastify/static@npm:6.10.2":
version: 6.10.2
resolution: "@fastify/static@npm:6.10.2"
"@fastify/static@npm:6.11.0":
version: 6.11.0
resolution: "@fastify/static@npm:6.11.0"
dependencies:
"@fastify/accept-negotiator": ^1.0.0
"@fastify/send": ^2.0.0
Expand All @@ -2995,7 +2995,7 @@ __metadata:
glob: ^8.0.1
p-limit: ^3.1.0
readable-stream: ^4.0.0
checksum: 7f493bb6d470087f2ac2c81c229e97e27ee5feef2cc8aced133aa0260c26bba850fb0524af602b284be1d560edde9d60c24541309a9b16352cc346cb3232981d
checksum: 36630d1c6717741c4492101a8c6739a8ff367c7cf466d37e86b33806d978edb711ab94a68cd1266ddf876dfff349834f291ffc9181c4816e50be38a136700308
languageName: node
linkType: hard

Expand Down Expand Up @@ -7771,7 +7771,7 @@ __metadata:
"@babel/core": 7.22.11
"@babel/runtime-corejs3": 7.22.11
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.10.2
"@fastify/static": 6.11.0
"@fastify/url-data": 5.3.1
"@redwoodjs/project-config": 6.0.7
"@types/aws-lambda": 8.10.119
Expand Down Expand Up @@ -8629,7 +8629,7 @@ __metadata:
resolution: "@redwoodjs/fastify@workspace:packages/fastify"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.10.2
"@fastify/static": 6.11.0
"@fastify/url-data": 5.3.1
"@redwoodjs/graphql-server": 6.0.7
"@redwoodjs/project-config": 6.0.7
Expand Down Expand Up @@ -9002,7 +9002,7 @@ __metadata:
"@babel/core": 7.22.11
"@babel/runtime-corejs3": 7.22.11
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.10.2
"@fastify/static": 6.11.0
"@fastify/url-data": 5.3.1
"@graphiql/plugin-explorer": 0.1.22
"@graphiql/toolkit": 0.8.4
Expand Down