From 590f276dd46d739b8a35220ebb574fe0daf4f197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:56:07 +0000 Subject: [PATCH] chore(deps): bump light-my-request from 5.2.0 to 5.3.0 Bumps [light-my-request](https://github.com/fastify/light-my-request) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/fastify/light-my-request/releases) - [Commits](https://github.com/fastify/light-my-request/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: light-my-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- packages/platform-fastify/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) 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" },