Skip to content

Commit 81402c9

Browse files
renovate[bot]jtoar
authored andcommitted
fix(deps): update dependency @fastify/http-proxy to v9.3.0 (#9451)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@fastify/http-proxy](https://github.com/fastify/fastify-http-proxy) | [`9.2.1` -> `9.3.0`](https://renovatebot.com/diffs/npm/@fastify%2fhttp-proxy/9.2.1/9.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fhttp-proxy/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fhttp-proxy/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fhttp-proxy/9.2.1/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fhttp-proxy/9.2.1/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify-http-proxy (@&#8203;fastify/http-proxy)</summary> ### [`v9.3.0`](https://github.com/fastify/fastify-http-proxy/releases/tag/v9.3.0) [Compare Source](https://github.com/fastify/fastify-http-proxy/compare/v9.2.1...v9.3.0) #### What's Changed - Listen only to IPv4 network for websockets tests by [@&#8203;mcollina](https://github.com/mcollina) in [https://github.com/fastify/fastify-http-proxy/pull/316](https://github.com/fastify/fastify-http-proxy/pull/316) - opt to validate incoming data before proxy is executed by [@&#8203;kovalenp](https://github.com/kovalenp) in [https://github.com/fastify/fastify-http-proxy/pull/312](https://github.com/fastify/fastify-http-proxy/pull/312) - build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 5.62.0 to 6.2.1 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/fastify/fastify-http-proxy/pull/318](https://github.com/fastify/fastify-http-proxy/pull/318) - build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/fastify/fastify-http-proxy/pull/320](https://github.com/fastify/fastify-http-proxy/pull/320) - perf: use `node:` prefix to bypass require.cache call for builtins by [@&#8203;Fdawgs](https://github.com/Fdawgs) in [https://github.com/fastify/fastify-http-proxy/pull/321](https://github.com/fastify/fastify-http-proxy/pull/321) - build(deps-dev): bump express-http-proxy from 1.6.3 to 2.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/fastify/fastify-http-proxy/pull/323](https://github.com/fastify/fastify-http-proxy/pull/323) - test(websocket): optimize split param by [@&#8203;Fdawgs](https://github.com/Fdawgs) in [https://github.com/fastify/fastify-http-proxy/pull/326](https://github.com/fastify/fastify-http-proxy/pull/326) - keep query params on proxy by [@&#8203;dancastillo](https://github.com/dancastillo) in [https://github.com/fastify/fastify-http-proxy/pull/325](https://github.com/fastify/fastify-http-proxy/pull/325) - chore(package): explicitly declare js module type by [@&#8203;Fdawgs](https://github.com/Fdawgs) in [https://github.com/fastify/fastify-http-proxy/pull/327](https://github.com/fastify/fastify-http-proxy/pull/327) #### New Contributors - [@&#8203;kovalenp](https://github.com/kovalenp) made their first contribution in [https://github.com/fastify/fastify-http-proxy/pull/312](https://github.com/fastify/fastify-http-proxy/pull/312) - [@&#8203;dancastillo](https://github.com/dancastillo) made their first contribution in [https://github.com/fastify/fastify-http-proxy/pull/325](https://github.com/fastify/fastify-http-proxy/pull/325) **Full Changelog**: fastify/fastify-http-proxy@v9.2.1...v9.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9952ae commit 81402c9

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

packages/api-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@babel/runtime-corejs3": "7.23.2",
32-
"@fastify/http-proxy": "9.2.1",
32+
"@fastify/http-proxy": "9.3.0",
3333
"@fastify/static": "6.12.0",
3434
"@fastify/url-data": "5.4.0",
3535
"@redwoodjs/project-config": "6.3.3",

packages/fastify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "NODE_ENV=production yarn build"
1919
},
2020
"dependencies": {
21-
"@fastify/http-proxy": "9.2.1",
21+
"@fastify/http-proxy": "9.3.0",
2222
"@fastify/static": "6.12.0",
2323
"@fastify/url-data": "5.4.0",
2424
"@redwoodjs/graphql-server": "6.3.3",

packages/studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@babel/runtime-corejs3": "7.23.2",
25-
"@fastify/http-proxy": "9.2.1",
25+
"@fastify/http-proxy": "9.3.0",
2626
"@fastify/static": "6.12.0",
2727
"@fastify/url-data": "5.4.0",
2828
"@redwoodjs/internal": "6.3.3",

packages/web-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:watch": "echo \"No tests yet\""
2626
},
2727
"dependencies": {
28-
"@fastify/http-proxy": "9.2.1",
28+
"@fastify/http-proxy": "9.3.0",
2929
"@fastify/static": "6.12.0",
3030
"@redwoodjs/project-config": "6.3.3",
3131
"chalk": "4.1.2",

yarn.lock

+10-9
Original file line numberDiff line numberDiff line change
@@ -2972,14 +2972,15 @@ __metadata:
29722972
languageName: node
29732973
linkType: hard
29742974

2975-
"@fastify/http-proxy@npm:9.2.1":
2976-
version: 9.2.1
2977-
resolution: "@fastify/http-proxy@npm:9.2.1"
2975+
"@fastify/http-proxy@npm:9.3.0":
2976+
version: 9.3.0
2977+
resolution: "@fastify/http-proxy@npm:9.3.0"
29782978
dependencies:
29792979
"@fastify/reply-from": ^9.0.0
2980+
fast-querystring: ^1.1.2
29802981
fastify-plugin: ^4.5.0
29812982
ws: ^8.4.2
2982-
checksum: 0fddfb5236b07671d964e7e4edb259ba57265b39b283ddbe24b10fab99f501c2c9e59bfa7eaba69e4b8790b1d550f098dd23356c604f1aacb8315719675be9e9
2983+
checksum: c8f7fe380580f53059f676ca5b2bbdb1eef0a2d3dce28568e8932aeedb992efdc5fc40dae41b6d52f2f0ce14036af182664d0276ea9366e31fd920a119e7a03a
29832984
languageName: node
29842985
linkType: hard
29852986

@@ -7800,7 +7801,7 @@ __metadata:
78007801
"@babel/cli": 7.23.0
78017802
"@babel/core": ^7.22.20
78027803
"@babel/runtime-corejs3": 7.23.2
7803-
"@fastify/http-proxy": 9.2.1
7804+
"@fastify/http-proxy": 9.3.0
78047805
"@fastify/static": 6.12.0
78057806
"@fastify/url-data": 5.4.0
78067807
"@redwoodjs/project-config": 6.3.3
@@ -8651,7 +8652,7 @@ __metadata:
86518652
version: 0.0.0-use.local
86528653
resolution: "@redwoodjs/fastify@workspace:packages/fastify"
86538654
dependencies:
8654-
"@fastify/http-proxy": 9.2.1
8655+
"@fastify/http-proxy": 9.3.0
86558656
"@fastify/static": 6.12.0
86568657
"@fastify/url-data": 5.4.0
86578658
"@redwoodjs/graphql-server": 6.3.3
@@ -9035,7 +9036,7 @@ __metadata:
90359036
"@babel/cli": 7.23.0
90369037
"@babel/core": ^7.22.20
90379038
"@babel/runtime-corejs3": 7.23.2
9038-
"@fastify/http-proxy": 9.2.1
9039+
"@fastify/http-proxy": 9.3.0
90399040
"@fastify/static": 6.12.0
90409041
"@fastify/url-data": 5.4.0
90419042
"@graphiql/plugin-explorer": 0.1.22
@@ -9212,7 +9213,7 @@ __metadata:
92129213
version: 0.0.0-use.local
92139214
resolution: "@redwoodjs/web-server@workspace:packages/web-server"
92149215
dependencies:
9215-
"@fastify/http-proxy": 9.2.1
9216+
"@fastify/http-proxy": 9.3.0
92169217
"@fastify/static": 6.12.0
92179218
"@redwoodjs/project-config": 6.3.3
92189219
"@types/yargs-parser": 21.0.0
@@ -19680,7 +19681,7 @@ __metadata:
1968019681
languageName: node
1968119682
linkType: hard
1968219683

19683-
"fast-querystring@npm:^1.0.0, fast-querystring@npm:^1.1.1":
19684+
"fast-querystring@npm:^1.0.0, fast-querystring@npm:^1.1.1, fast-querystring@npm:^1.1.2":
1968419685
version: 1.1.2
1968519686
resolution: "fast-querystring@npm:1.1.2"
1968619687
dependencies:

0 commit comments

Comments
 (0)