diff --git a/package-lock.json b/package-lock.json index 8a883a2df72..10a5c86ed43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "kafkajs": "2.2.4", "lerna": "2.11.0", "lerna-changelog": "2.2.0", - "light-my-request": "6.5.1", + "light-my-request": "6.6.0", "lint-staged": "15.4.3", "markdown-table": "2.0.0", "mocha": "11.1.0", @@ -26116,9 +26116,9 @@ } }, "node_modules/light-my-request": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.5.1.tgz", - "integrity": "sha512-0q82RyxIextuDtkA0UDofhPHIiQ2kmpa7fwElCSlm/8nQl36cDU1Cw+CAO90Es0lReH2HChClKL84I86Nc52hg==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.6.0.tgz", + "integrity": "sha512-CHYbu8RtboSIoVsHZ6Ye4cj4Aw/yg2oAFimlF7mNvfDV192LR7nDiKtSIfCuLT7KokPSTn/9kfVLm5OGN0A28A==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 6bab03e6fa8..8f7c30e87b5 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "kafkajs": "2.2.4", "lerna": "2.11.0", "lerna-changelog": "2.2.0", - "light-my-request": "6.5.1", + "light-my-request": "6.6.0", "lint-staged": "15.4.3", "markdown-table": "2.0.0", "mocha": "11.1.0", diff --git a/packages/platform-fastify/package.json b/packages/platform-fastify/package.json index 2bb1df4b237..422802922c6 100644 --- a/packages/platform-fastify/package.json +++ b/packages/platform-fastify/package.json @@ -22,7 +22,7 @@ "@fastify/formbody": "8.0.2", "@fastify/middie": "9.0.3", "fastify": "5.2.1", - "light-my-request": "6.5.1", + "light-my-request": "6.6.0", "path-to-regexp": "8.2.0", "tslib": "2.8.1" },