diff --git a/package-lock.json b/package-lock.json index 4233d1134..c254167ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2584,15 +2584,25 @@ "license": "MIT" }, "node_modules/@fastify/http-proxy": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@fastify/http-proxy/-/http-proxy-10.0.2.tgz", - "integrity": "sha512-3IlTjOu9xtX5UPd/ZxY3ebYb6caINuBlr7iyVxYmh3zZLV0K5ted8yfU9UCNXVNs33RwbXD2RhDucc3z5BNgEA==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/@fastify/http-proxy/-/http-proxy-11.3.0.tgz", + "integrity": "sha512-FXFxkdTlXqVI11fqlxmHqOPzIo0elBA60o3bfdh2seD44KWOBBzelzCVgs1OelrxuADCyWUQp2ZxA2wp3mqQMg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "MIT", "dependencies": { - "@fastify/reply-from": "^11.0.0", + "@fastify/reply-from": "^12.0.2", "fast-querystring": "^1.1.2", - "fastify-plugin": "^5.0.0", - "ws": "^8.16.0" + "fastify-plugin": "^5.0.1", + "ws": "^8.18.0" } }, "node_modules/@fastify/merge-json-schemas": { @@ -2625,18 +2635,53 @@ } }, "node_modules/@fastify/reply-from": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@fastify/reply-from/-/reply-from-11.0.2.tgz", - "integrity": "sha512-VcHhe01PsHuVX2eVrkoskCs+pwNPgVfOOpwQJnSo3AwIKtISm0VCFB7bycQjHfxAuPYgkrI6ZvYoovdHx4sVMA==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/@fastify/reply-from/-/reply-from-12.3.1.tgz", + "integrity": "sha512-uaeijLjIceeU+T+9P50rMSOkLeKfBpv9blvw3kbK9+8ZJxTjGAgDkveW20ZiWMerWKd7WVHx6NiMPvQJ55eBLQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "MIT", "dependencies": { "@fastify/error": "^4.0.0", "end-of-stream": "^1.4.4", - "fast-content-type-parse": "^2.0.0", + "fast-content-type-parse": "^3.0.0", "fast-querystring": "^1.1.2", "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/fast-content-type-parse": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-3.0.0.tgz", + "integrity": "sha512-ZvLdcY8P+N8mGQJahJV5G4U88CSvT1rP8ApL6uETe88MBXrBHAkZlSEySdUlyztF7ccb+Znos3TFqaepHxdhBg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT" + }, + "node_modules/@fastify/reply-from/node_modules/undici": { + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz", + "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==", + "license": "MIT", + "engines": { + "node": ">=20.18.1" } }, "node_modules/@fastify/send": { @@ -16071,6 +16116,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-2.0.1.tgz", "integrity": "sha512-nGqtvLrj5w0naR6tDPfB4cUmYCqouzyQiz6C5y/LtcDllJdrcc6WaWW6iXyIIOErTa/XRybj28aasdn4LkVk6Q==", + "dev": true, "funding": [ { "type": "github", @@ -26963,6 +27009,7 @@ "version": "6.21.3", "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.3.tgz", "integrity": "sha512-gBLkYIlEnSp8pFbT64yFgGE6UIB9tAkhukC23PmMDCe5Nd+cRqKxSjw5y54MK2AZMgZfJWMaNE4nYUHgi1XEOw==", + "dev": true, "license": "MIT", "engines": { "node": ">=18.17" @@ -29484,7 +29531,7 @@ "name": "@deploystack/satellite", "version": "0.2.1", "dependencies": { - "@fastify/http-proxy": "^10.0.0", + "@fastify/http-proxy": "^11.3.0", "@fastify/swagger": "^9.5.1", "@fastify/swagger-ui": "^5.2.3", "dotenv": "^16.4.5", diff --git a/services/satellite/package.json b/services/satellite/package.json index a8ef3d373..65d6e30d5 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -14,7 +14,7 @@ "release": "release-it --config=.release-it.js" }, "dependencies": { - "@fastify/http-proxy": "^10.0.0", + "@fastify/http-proxy": "^11.3.0", "@fastify/swagger": "^9.5.1", "@fastify/swagger-ui": "^5.2.3", "dotenv": "^16.4.5",