From 0cde59389c0daa1b8019520f041f1812c95e7c17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 09:48:47 +0000 Subject: [PATCH] Bump fastify-rate-limit from 4.0.2 to 4.0.3 Bumps [fastify-rate-limit](https://github.com/fastify/fastify-rate-limit) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/fastify/fastify-rate-limit/releases) - [Commits](https://github.com/fastify/fastify-rate-limit/compare/v4.0.2...v4.0.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1402d6f..a968ffd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5670,9 +5670,9 @@ } }, "fastify-rate-limit": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/fastify-rate-limit/-/fastify-rate-limit-4.0.2.tgz", - "integrity": "sha512-ffl61Cn2SrGqNcZfnwvtKQQxLgT/QjzQHZe5f4NOvYlhThCRFNqzpna8BOTMXVtGWhqWmvqz1w4hp6XbuTx/gQ==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fastify-rate-limit/-/fastify-rate-limit-4.0.3.tgz", + "integrity": "sha512-CSl91JWLNKA6lpf79PMM5KwqPGOaqDKKK9jNSGsExdge4o5FHlm16qZQsFJfo7seDEGyXdtel4NDGsGTNHVuyA==", "requires": { "fast-json-stringify": "^2.2.1", "fastify-plugin": "^2.0.0",