diff --git a/package-lock.json b/package-lock.json index 6934fb27d94..eaa25b1a089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15870,9 +15870,9 @@ } }, "light-my-request": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.5.1.tgz", - "integrity": "sha512-Zd4oZjF7axSyc5rYQsbB0qsgY4LFFviZSbEywxf7Vi5UE3y3c7tYF/GeheQjBNYY+pQ55BF8UGGJTjneoxOS1w==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.6.0.tgz", + "integrity": "sha512-xd9HY7p8t+j5bzP5Waqe4+0hluDnupzhLNu7Lk3l6wUbq3MFmTO0xykd0xwd7yhq7nMXfRPnDEurqYEkcJ3Q5g==", "dev": true, "requires": { "cookie": "^0.5.0", diff --git a/package.json b/package.json index a1901a21742..ac9337aea62 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "kafkajs": "2.2.0", "lerna": "2.11.0", "lerna-changelog": "2.2.0", - "light-my-request": "5.5.1", + "light-my-request": "5.6.0", "lint-staged": "13.0.3", "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 2535f78eba3..06bb5aeb29a 100644 --- a/packages/platform-fastify/package.json +++ b/packages/platform-fastify/package.json @@ -21,7 +21,7 @@ "@fastify/formbody": "7.2.0", "@fastify/middie": "8.0.0", "fastify": "4.5.3", - "light-my-request": "5.5.1", + "light-my-request": "5.6.0", "path-to-regexp": "3.2.0", "tslib": "2.4.0" },