From 3d13cb2fe7e7a45f2c58fb20e6a88c0b17b9b7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 00:17:55 +0000 Subject: [PATCH] chore(deps): bump light-my-request from 5.11.1 to 5.12.0 Bumps [light-my-request](https://github.com/fastify/light-my-request) from 5.11.1 to 5.12.0. - [Release notes](https://github.com/fastify/light-my-request/releases) - [Commits](https://github.com/fastify/light-my-request/compare/v5.11.1...v5.12.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 | 16 +++++++++++----- package.json | 2 +- packages/platform-fastify/package.json | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fad0ee1e537..cd26e62a963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "kafkajs": "2.2.4", "lerna": "2.11.0", "lerna-changelog": "2.2.0", - "light-my-request": "5.11.1", + "light-my-request": "5.12.0", "lint-staged": "15.2.2", "markdown-table": "2.0.0", "merge-graphql-schemas": "1.7.8", @@ -21993,13 +21993,13 @@ } }, "node_modules/light-my-request": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.11.1.tgz", - "integrity": "sha512-KXAh2m6VRlkWCk2KfmHE7tLBXKh30JE0tXUJY4dNxje4oLmPKUqlUfImiEQZLphx+Z9KTQcVv4DjGnJxkVOIbA==", + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.12.0.tgz", + "integrity": "sha512-P526OX6E7aeCIfw/9UyJNsAISfcFETghysaWHQAlQYayynShT08MOj4c6fBCvTWBrHXSvqBAKDp3amUPSCQI4w==", "dev": true, "dependencies": { "cookie": "^0.6.0", - "process-warning": "^2.0.0", + "process-warning": "^3.0.0", "set-cookie-parser": "^2.4.1" } }, @@ -22012,6 +22012,12 @@ "node": ">= 0.6" } }, + "node_modules/light-my-request/node_modules/process-warning": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-3.0.0.tgz", + "integrity": "sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==", + "dev": true + }, "node_modules/lightstep-tracer": { "version": "0.31.2", "resolved": "https://registry.npmjs.org/lightstep-tracer/-/lightstep-tracer-0.31.2.tgz", diff --git a/package.json b/package.json index 62ee15bfe0f..db8be47a81b 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "kafkajs": "2.2.4", "lerna": "2.11.0", "lerna-changelog": "2.2.0", - "light-my-request": "5.11.1", + "light-my-request": "5.12.0", "lint-staged": "15.2.2", "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 28df8a2c43a..d7648602261 100644 --- a/packages/platform-fastify/package.json +++ b/packages/platform-fastify/package.json @@ -22,7 +22,7 @@ "@fastify/formbody": "7.4.0", "@fastify/middie": "8.3.0", "fastify": "4.26.2", - "light-my-request": "5.11.1", + "light-my-request": "5.12.0", "path-to-regexp": "3.2.0", "tslib": "2.6.2" },