diff --git a/package-lock.json b/package-lock.json index 614c320816e..83e2aed9d80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17107,9 +17107,9 @@ } }, "light-my-request": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.8.0.tgz", - "integrity": "sha512-4BtD5C+VmyTpzlDPCZbsatZMJVgUIciSOwYhJDCbLffPZ35KoDkDj4zubLeHDEb35b4kkPeEv5imbh+RJxK/Pg==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.9.1.tgz", + "integrity": "sha512-UT7pUk8jNCR1wR7w3iWfIjx32DiB2f3hFdQSOwy3/EPQ3n3VocyipUxcyRZR0ahoev+fky69uA+GejPa9KuHKg==", "dev": true, "requires": { "cookie": "^0.5.0", diff --git a/package.json b/package.json index 0b3668f7a82..481a22624d6 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "kafkajs": "2.2.3", "lerna": "2.11.0", "lerna-changelog": "2.2.0", - "light-my-request": "5.8.0", + "light-my-request": "5.9.1", "lint-staged": "13.1.2", "markdown-table": "2.0.0", "merge-graphql-schemas": "1.7.8", diff --git a/packages/platform-fastify/package.json b/packages/platform-fastify/package.json index 7271590bfff..c6c8dbf2169 100644 --- a/packages/platform-fastify/package.json +++ b/packages/platform-fastify/package.json @@ -21,7 +21,7 @@ "@fastify/formbody": "7.4.0", "@fastify/middie": "8.1.0", "fastify": "4.13.0", - "light-my-request": "5.8.0", + "light-my-request": "5.9.1", "path-to-regexp": "3.2.0", "tslib": "2.5.0" },