From ea491c3993619c74fcb7a0c044b1e8131292bae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:01:15 +0000 Subject: [PATCH] Bump express-rate-limit from 5.5.1 to 6.5.1 Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.5.1 to 6.5.1. - [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/v5.5.1...v6.5.1) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 21632dc..c8a386e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dotenv": "^10.0.0", "express": "^4.17.2", "express-handlebars": "^5.3.4", - "express-rate-limit": "^5.5.1", + "express-rate-limit": "^6.5.1", "fluent-ffmpeg": "^2.1.2", "gm": "^1.23.1", "helmet": "^4.6.0", diff --git a/yarn.lock b/yarn.lock index 20d9acc..1ee544f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1021,9 +1021,9 @@ express-handlebars@^5.3.4: graceful-fs "^4.2.7" handlebars "^4.7.7" -express-rate-limit@^5.5.1: - version "5.5.1" - resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-5.5.1.tgz#110c23f6a65dfa96ab468eda95e71697bc6987a2" +express-rate-limit@^6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.5.1.tgz#2b4c329f03265f94f19613519b169afbd018e783" express@^4.17.2: version "4.17.2"