From 4418c7e87597529b3709d1e34e45a147171c918b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:33:06 +0000 Subject: [PATCH] build(deps): bump @fastify/http-proxy in /processor Bumps [@fastify/http-proxy](https://github.com/fastify/fastify-http-proxy) from 10.0.1 to 11.0.0. - [Release notes](https://github.com/fastify/fastify-http-proxy/releases) - [Commits](https://github.com/fastify/fastify-http-proxy/compare/v10.0.1...v11.0.0) --- updated-dependencies: - dependency-name: "@fastify/http-proxy" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- processor/package-lock.json | 35 +++++++++++++++-------------------- processor/package.json | 2 +- 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/processor/package-lock.json b/processor/package-lock.json index 4b0e99c..a811c8d 100644 --- a/processor/package-lock.json +++ b/processor/package-lock.json @@ -14,7 +14,7 @@ "@fastify/autoload": "6.0.2", "@fastify/cors": "10.0.1", "@fastify/formbody": "8.0.1", - "@fastify/http-proxy": "10.0.1", + "@fastify/http-proxy": "11.0.0", "@fastify/request-context": "6.0.1", "@fastify/static": "8.0.3", "@fastify/type-provider-typebox": "5.1.0", @@ -1019,11 +1019,12 @@ } }, "node_modules/@fastify/http-proxy": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@fastify/http-proxy/-/http-proxy-10.0.1.tgz", - "integrity": "sha512-wCMwI9RXK5ISe9G1FGPDCCD2KlSAuLtDDU8XBEfiBxYV0nt+aYm4vPhU/0+IhUM6t+r7UWiV+9OYaJxcTem9+g==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@fastify/http-proxy/-/http-proxy-11.0.0.tgz", + "integrity": "sha512-XdYOFTQ8lA8JW8oyyEDTc3CQubsQuiIyPJEMl5WZhVmGkkwWIwXozrXX+Ub/8Pjc89R+gRX2pGuevKH95D2LQA==", + "license": "MIT", "dependencies": { - "@fastify/reply-from": "^11.0.0", + "@fastify/reply-from": "^12.0.0", "fast-querystring": "^1.1.2", "fastify-plugin": "^5.0.0", "ws": "^8.16.0" @@ -1039,26 +1040,20 @@ } }, "node_modules/@fastify/reply-from": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@fastify/reply-from/-/reply-from-11.0.1.tgz", - "integrity": "sha512-F2Qk88gcqIIiug9V+4I6WeeV1faj1Wu798JyOnwbJcjQhm4LYrHdkpFSVwJE0g1cVjYCFFmH3OVh1HHaninttQ==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@fastify/reply-from/-/reply-from-12.0.0.tgz", + "integrity": "sha512-Ob61xujZ5rRIqYR3Uj4kOXeYTn3QZU3l9LlBnUDs3cZBDjHocep1TZ9HjfAEwQSFJnJO/TkClrPXS0wZMqbL4w==", "license": "MIT", "dependencies": { "@fastify/error": "^4.0.0", "end-of-stream": "^1.4.4", "fast-content-type-parse": "^2.0.0", "fast-querystring": "^1.1.2", - "fastify-plugin": "^4.5.1", + "fastify-plugin": "^5.0.1", "toad-cache": "^3.7.0", - "undici": "^6.11.1" + "undici": "^7.0.0" } }, - "node_modules/@fastify/reply-from/node_modules/fastify-plugin": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.1.tgz", - "integrity": "sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==", - "license": "MIT" - }, "node_modules/@fastify/request-context": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/@fastify/request-context/-/request-context-6.0.1.tgz", @@ -8406,12 +8401,12 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz", - "integrity": "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.1.0.tgz", + "integrity": "sha512-3+mdX2R31khuLCm2mKExSlMdJsfol7bJkIMH80tdXA74W34rT1jKemUTlYR7WY3TqsV4wfOgpatWmmB2Jl1+5g==", "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=20.18.1" } }, "node_modules/undici-types": { diff --git a/processor/package.json b/processor/package.json index fbfdbd0..9c2fc69 100644 --- a/processor/package.json +++ b/processor/package.json @@ -25,7 +25,7 @@ "@fastify/autoload": "6.0.2", "@fastify/cors": "10.0.1", "@fastify/formbody": "8.0.1", - "@fastify/http-proxy": "10.0.1", + "@fastify/http-proxy": "11.0.0", "@fastify/request-context": "6.0.1", "@fastify/static": "8.0.3", "@fastify/type-provider-typebox": "5.1.0",