From 83a5e0f479c155f5a6c42b0e8e2c0db15443f589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 04:15:25 +0000 Subject: [PATCH] chore(deps): bump express-rate-limit from 6.2.0 to 6.4.0 Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.2.0 to 6.4.0. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Changelog](https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v6.2.0...v6.4.0) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef0b7a3..bccd6a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4188,9 +4188,9 @@ } }, "express-rate-limit": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.2.0.tgz", - "integrity": "sha512-q9xfttbPX79HiBsHA4LT3PZEeJR96CJ5/2jloAKSEECMx8XlOOOpjxx6iK/kBw3hFJ8uhx6Q9lCfSGp70yV0tQ==" + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.4.0.tgz", + "integrity": "sha512-lxQRZI4gi3qAWTf0/Uqsyugsz57h8bd7QyllXBgJvd6DJKokzW7C5DTaNvwzvAQzwHGFaItybfYGhC8gpu0V2A==" }, "express-unless": { "version": "1.0.0", diff --git a/package.json b/package.json index 48f8641..c942102 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "errorhandler": "~1.5.1", "express": "~4.17.2", "express-jwt": "~6.1.0", - "express-rate-limit": "~6.2.0", + "express-rate-limit": "~6.4.0", "express-validator": "~6.14.0", "helmet": "~5.0.2", "http-status-codes": "~2.2.0",