diff --git a/package-lock.json b/package-lock.json index 79b15c5d3f1..5296f11cbcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15720,9 +15720,9 @@ } }, "light-my-request": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.2.0.tgz", - "integrity": "sha512-U5Dga8U59VKydIAnHt2XvPVyDfaHsDIpoO+/FPrm4Qnn1tHeczNnLrGjI1bko6BFWgFwTXjTiQN6PkohWiwwcA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.3.0.tgz", + "integrity": "sha512-AdBNkWTD+CnFYGa6lCowLU0DMNBelq58vQXl1jWOvbMsMVzZzJyN5K94VOI2EhqLtskJNUi2ALgI8KNmXl+74A==", "dev": true, "requires": { "cookie": "^0.5.0", @@ -20711,9 +20711,9 @@ "dev": true }, "set-cookie-parser": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.5.0.tgz", - "integrity": "sha512-cHMAtSXilfyBePduZEBVPTCftTQWz6ehWJD5YNUg4mqvRosrrjKbo4WS8JkB0/RxonMoohHm7cOGH60mDkRQ9w==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.5.1.tgz", + "integrity": "sha512-1jeBGaKNGdEq4FgIrORu/N570dwoPYio8lSoYLWmX7sQ//0JY08Xh9o5pBcgmHQ/MbsYp/aZnOe1s1lIsbLprQ==", "dev": true }, "set-value": { diff --git a/package.json b/package.json index 2766a8300e9..ee2e69e94c1 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "kafkajs": "2.1.0", "lerna": "2.11.0", "lerna-changelog": "2.2.0", - "light-my-request": "5.2.0", + "light-my-request": "5.3.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 e7c3852c499..a36382b9c3c 100644 --- a/packages/platform-fastify/package.json +++ b/packages/platform-fastify/package.json @@ -21,7 +21,7 @@ "@fastify/formbody": "7.0.1", "@fastify/middie": "8.0.0", "fastify": "4.3.0", - "light-my-request": "5.2.0", + "light-my-request": "5.3.0", "path-to-regexp": "3.2.0", "tslib": "2.4.0" },