From e98c5e03d10c3add536fadff7084587f151ea705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 16:32:36 +0000 Subject: [PATCH] Bump light-my-request from 5.10.0 to 5.11.0 Bumps [light-my-request](https://github.com/fastify/light-my-request) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/fastify/light-my-request/releases) - [Commits](https://github.com/fastify/light-my-request/compare/v5.10.0...v5.11.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e917581..8cb1ac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "ipaddr.js": "^2.1.0", "jsdoc-to-markdown": "^8.0.0", "json-schema-traverse": "^1.0.0", - "light-my-request": "^5.6.1", + "light-my-request": "^5.11.0", "lru-cache": "^10.0.1", "ms": "^2.1.2", "nunjucks": "^3.2.3", @@ -2876,9 +2876,9 @@ } }, "node_modules/light-my-request": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.10.0.tgz", - "integrity": "sha512-ZU2D9GmAcOUculTTdH9/zryej6n8TzT+fNGdNtm6SDp5MMMpHrJJkvAdE3c6d8d2chE9i+a//dS9CWZtisknqA==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.11.0.tgz", + "integrity": "sha512-qkFCeloXCOMpmEdZ/MV91P8AT4fjwFXWaAFz3lUeStM8RcoM1ks4J/F8r1b3r6y/H4u3ACEJ1T+Gv5bopj7oDA==", "dependencies": { "cookie": "^0.5.0", "process-warning": "^2.0.0", diff --git a/package.json b/package.json index aa7f108..73834b7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "ipaddr.js": "^2.1.0", "jsdoc-to-markdown": "^8.0.0", "json-schema-traverse": "^1.0.0", - "light-my-request": "^5.6.1", + "light-my-request": "^5.11.0", "lru-cache": "^10.0.1", "ms": "^2.1.2", "nunjucks": "^3.2.3",