From 38b0f8b69e78195354765a4c8601e7093d207789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 00:10:08 +0000 Subject: [PATCH] chore(deps): bump light-my-request from 4.9.0 to 4.10.1 Bumps [light-my-request](https://github.com/fastify/light-my-request) from 4.9.0 to 4.10.1. - [Release notes](https://github.com/fastify/light-my-request/releases) - [Commits](https://github.com/fastify/light-my-request/compare/v4.9.0...v4.10.1) --- 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 | 14 ++++++++++---- package.json | 2 +- packages/platform-fastify/package.json | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 314a45ce306..6ee054c9d86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14477,13 +14477,13 @@ } }, "light-my-request": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.9.0.tgz", - "integrity": "sha512-b1U3z4OVPoO/KanT14NRkXMr9rRtXAiq0ORqNrqhDyb5bGkZjAdEc6GRN1GWCfgaLBG+aq73qkCLDNeB3c2sLw==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.10.1.tgz", + "integrity": "sha512-l+zWk0HXGhGzY7IYTZnYEqIpj3Mpcyk2f8+FkKUyREywvaiWCf2jyQVxpasKRsploY/nVpoqTlxx72CIeQNcIQ==", "dev": true, "requires": { "ajv": "^8.1.0", - "cookie": "^0.4.0", + "cookie": "^0.5.0", "process-warning": "^1.0.0", "set-cookie-parser": "^2.4.1" }, @@ -14500,6 +14500,12 @@ "uri-js": "^4.2.2" } }, + "cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "dev": true + }, "json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", diff --git a/package.json b/package.json index fd72d96ca83..f8caa7c4461 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "kafkajs": "1.16.0", "lerna": "3.0.0", "lerna-changelog": "2.2.0", - "light-my-request": "4.9.0", + "light-my-request": "4.10.1", "lint-staged": "12.3.7", "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 d1965ef62d4..f8e8cb33ffc 100644 --- a/packages/platform-fastify/package.json +++ b/packages/platform-fastify/package.json @@ -20,7 +20,7 @@ "fastify": "3.28.0", "fastify-cors": "6.0.3", "fastify-formbody": "5.2.0", - "light-my-request": "4.9.0", + "light-my-request": "4.10.1", "middie": "6.0.0", "path-to-regexp": "3.2.0", "tslib": "2.3.1"