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.2 #9202

Merged
merged 2 commits into from
Oct 10, 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.23.1",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.11.1",
"@fastify/static": "6.11.2",
"@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.11.1",
"@fastify/static": "6.11.2",
"@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.23.1",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.11.1",
"@fastify/static": "6.11.2",
"@fastify/url-data": "5.3.1",
"@redwoodjs/internal": "6.0.7",
"@redwoodjs/project-config": "6.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.11.1",
"@fastify/static": "6.11.2",
"@redwoodjs/project-config": "6.0.7",
"chalk": "4.1.2",
"dotenv-defaults": "5.0.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2983,17 +2983,17 @@ __metadata:
languageName: node
linkType: hard

"@fastify/static@npm:6.11.1":
version: 6.11.1
resolution: "@fastify/static@npm:6.11.1"
"@fastify/static@npm:6.11.2":
version: 6.11.2
resolution: "@fastify/static@npm:6.11.2"
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
checksum: 0068660160c3584039c121b606e691bcf4eac76d142f53440fdc78a0ddbb4359b0da7db1cc8b64b81aad099ce860766643f7d31dd00c53c137ce3fcf748ea0fa
checksum: dac6d0d611656770c276d594e26e1df0da3a2f81e54593317d4aedd8ac23fb0e7f43b08360d606bf3b9a0f9ba1ab0be55d63eac4322d0429721e822f8e1c2ef6
languageName: node
linkType: hard

Expand Down Expand Up @@ -7781,7 +7781,7 @@ __metadata:
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.1
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.1
"@fastify/static": 6.11.2
"@fastify/url-data": 5.3.1
"@redwoodjs/project-config": 6.0.7
"@types/aws-lambda": 8.10.119
Expand Down Expand Up @@ -8641,7 +8641,7 @@ __metadata:
resolution: "@redwoodjs/fastify@workspace:packages/fastify"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.1
"@fastify/static": 6.11.2
"@fastify/url-data": 5.3.1
"@redwoodjs/graphql-server": 6.0.7
"@redwoodjs/project-config": 6.0.7
Expand Down Expand Up @@ -9026,7 +9026,7 @@ __metadata:
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.1
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.1
"@fastify/static": 6.11.2
"@fastify/url-data": 5.3.1
"@graphiql/plugin-explorer": 0.1.22
"@graphiql/toolkit": 0.8.4
Expand Down Expand Up @@ -9219,7 +9219,7 @@ __metadata:
resolution: "@redwoodjs/web-server@workspace:packages/web-server"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.1
"@fastify/static": 6.11.2
"@redwoodjs/project-config": 6.0.7
"@types/yargs-parser": 21.0.0
chalk: 4.1.2
Expand Down