From bbe222615c596e47c973ea80fbb396d96bdb5369 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:06:11 +0000 Subject: [PATCH] fix(deps): update dependency @fastify/http-proxy to v9.3.0 (#9451) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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://togithub.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
fastify/fastify-http-proxy (@​fastify/http-proxy) ### [`v9.3.0`](https://togithub.com/fastify/fastify-http-proxy/releases/tag/v9.3.0) [Compare Source](https://togithub.com/fastify/fastify-http-proxy/compare/v9.2.1...v9.3.0) #### What's Changed - Listen only to IPv4 network for websockets tests by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify-http-proxy/pull/316](https://togithub.com/fastify/fastify-http-proxy/pull/316) - opt to validate incoming data before proxy is executed by [@​kovalenp](https://togithub.com/kovalenp) in [https://github.com/fastify/fastify-http-proxy/pull/312](https://togithub.com/fastify/fastify-http-proxy/pull/312) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.62.0 to 6.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-http-proxy/pull/318](https://togithub.com/fastify/fastify-http-proxy/pull/318) - build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-http-proxy/pull/320](https://togithub.com/fastify/fastify-http-proxy/pull/320) - perf: use `node:` prefix to bypass require.cache call for builtins by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-http-proxy/pull/321](https://togithub.com/fastify/fastify-http-proxy/pull/321) - build(deps-dev): bump express-http-proxy from 1.6.3 to 2.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-http-proxy/pull/323](https://togithub.com/fastify/fastify-http-proxy/pull/323) - test(websocket): optimize split param by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-http-proxy/pull/326](https://togithub.com/fastify/fastify-http-proxy/pull/326) - keep query params on proxy by [@​dancastillo](https://togithub.com/dancastillo) in [https://github.com/fastify/fastify-http-proxy/pull/325](https://togithub.com/fastify/fastify-http-proxy/pull/325) - chore(package): explicitly declare js module type by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-http-proxy/pull/327](https://togithub.com/fastify/fastify-http-proxy/pull/327) #### New Contributors - [@​kovalenp](https://togithub.com/kovalenp) made their first contribution in [https://github.com/fastify/fastify-http-proxy/pull/312](https://togithub.com/fastify/fastify-http-proxy/pull/312) - [@​dancastillo](https://togithub.com/dancastillo) made their first contribution in [https://github.com/fastify/fastify-http-proxy/pull/325](https://togithub.com/fastify/fastify-http-proxy/pull/325) **Full Changelog**: https://github.com/fastify/fastify-http-proxy/compare/v9.2.1...v9.3.0
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/api-server/package.json | 2 +- packages/fastify/package.json | 2 +- packages/studio/package.json | 2 +- packages/web-server/package.json | 2 +- yarn.lock | 19 ++++++++++--------- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/packages/api-server/package.json b/packages/api-server/package.json index c78fd864ee8d..efab1e237b5a 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -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", diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 55f006ab78d1..d516190c7d9d 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -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", diff --git a/packages/studio/package.json b/packages/studio/package.json index f25c4cb81263..376a98e05938 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -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", diff --git a/packages/web-server/package.json b/packages/web-server/package.json index cf7bb9a1afce..2a228fb84ad3 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index ac5fae2591c3..395b3f480468 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: