From 7129517ad98eda268b1c1d216cc4b60d8cab9bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 12:01:39 +0000 Subject: [PATCH] Bump express-rate-limit from 5.5.1 to 6.6.0 Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.5.1 to 6.6.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/v5.5.1...v6.6.0) --- 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..58bb23e 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.6.0", "fluent-ffmpeg": "^2.1.2", "gm": "^1.23.1", "helmet": "^4.6.0", diff --git a/yarn.lock b/yarn.lock index 60c83a0..070c4f5 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.6.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.6.0.tgz#3bbc2546540d327b1b0bfa9ab5f1b2c49075af98" express@^4.17.2: version "4.17.2"