From 2048cd33649498df5521432e0ed86c7f67f9e8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 00:09:12 +0000 Subject: [PATCH] chore(deps): bump light-my-request from 5.5.1 to 5.6.0 Bumps [light-my-request](https://github.com/fastify/light-my-request) from 5.5.1 to 5.6.0. - [Release notes](https://github.com/fastify/light-my-request/releases) - [Commits](https://github.com/fastify/light-my-request/compare/v5.5.1...v5.6.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 | 6 +++--- package.json | 2 +- packages/platform-fastify/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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" },