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/http-proxy to v9.3.0 #9451

Merged
merged 1 commit into from
Nov 15, 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 @@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.2",
"@fastify/http-proxy": "9.2.1",
"@fastify/http-proxy": "9.3.0",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/project-config": "6.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepublishOnly": "NODE_ENV=production yarn build"
},
"dependencies": {
"@fastify/http-proxy": "9.2.1",
"@fastify/http-proxy": "9.3.0",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/graphql-server": "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 @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.2",
"@fastify/http-proxy": "9.2.1",
"@fastify/http-proxy": "9.3.0",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/internal": "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 @@ -25,7 +25,7 @@
"test:watch": "echo \"No tests yet\""
},
"dependencies": {
"@fastify/http-proxy": "9.2.1",
"@fastify/http-proxy": "9.3.0",
"@fastify/static": "6.12.0",
"@redwoodjs/project-config": "6.0.7",
"chalk": "4.1.2",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2991,14 +2991,15 @@ __metadata:
languageName: node
linkType: hard

"@fastify/http-proxy@npm:9.2.1":
version: 9.2.1
resolution: "@fastify/http-proxy@npm:9.2.1"
"@fastify/http-proxy@npm:9.3.0":
version: 9.3.0
resolution: "@fastify/http-proxy@npm:9.3.0"
dependencies:
"@fastify/reply-from": ^9.0.0
fast-querystring: ^1.1.2
fastify-plugin: ^4.5.0
ws: ^8.4.2
checksum: 0fddfb5236b07671d964e7e4edb259ba57265b39b283ddbe24b10fab99f501c2c9e59bfa7eaba69e4b8790b1d550f098dd23356c604f1aacb8315719675be9e9
checksum: c8f7fe380580f53059f676ca5b2bbdb1eef0a2d3dce28568e8932aeedb992efdc5fc40dae41b6d52f2f0ce14036af182664d0276ea9366e31fd920a119e7a03a
languageName: node
linkType: hard

Expand Down Expand Up @@ -7836,7 +7837,7 @@ __metadata:
"@babel/cli": 7.23.0
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.2
"@fastify/http-proxy": 9.2.1
"@fastify/http-proxy": 9.3.0
"@fastify/static": 6.12.0
"@fastify/url-data": 5.4.0
"@redwoodjs/project-config": 6.0.7
Expand Down Expand Up @@ -8690,7 +8691,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/fastify@workspace:packages/fastify"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/http-proxy": 9.3.0
"@fastify/static": 6.12.0
"@fastify/url-data": 5.4.0
"@redwoodjs/graphql-server": 6.0.7
Expand Down Expand Up @@ -9077,7 +9078,7 @@ __metadata:
"@babel/cli": 7.23.0
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.2
"@fastify/http-proxy": 9.2.1
"@fastify/http-proxy": 9.3.0
"@fastify/static": 6.12.0
"@fastify/url-data": 5.4.0
"@graphiql/plugin-explorer": 0.1.22
Expand Down Expand Up @@ -9269,7 +9270,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web-server@workspace:packages/web-server"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/http-proxy": 9.3.0
"@fastify/static": 6.12.0
"@redwoodjs/project-config": 6.0.7
"@types/yargs-parser": 21.0.0
Expand Down Expand Up @@ -19758,7 +19759,7 @@ __metadata:
languageName: node
linkType: hard

"fast-querystring@npm:^1.0.0, fast-querystring@npm:^1.1.1":
"fast-querystring@npm:^1.0.0, fast-querystring@npm:^1.1.1, fast-querystring@npm:^1.1.2":
version: 1.1.2
resolution: "fast-querystring@npm:1.1.2"
dependencies:
Expand Down
Loading