From 96549016b9813fc6a31281a8aaa96fda027e1abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 13:16:47 +0000 Subject: [PATCH] Bump express-rate-limit from 6.3.0 to 6.5.2 Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.3.0 to 6.5.2. - [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.3.0...v6.5.2) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f576de33..4af8340c 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "dotenv": "^16.0.0", "express": "^4.17.3", "express-formidable": "^1.2.0", - "express-rate-limit": "^6.3.0", + "express-rate-limit": "^6.5.2", "helmet": "^5.0.2", "jsonwebtoken": "^8.5.1", "morgan": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index 41b924f9..13ed95ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2849,10 +2849,10 @@ express-handlebars@^6.0.0: graceful-fs "^4.2.10" handlebars "^4.7.7" -express-rate-limit@*, express-rate-limit@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.3.0.tgz#253387ce4d36c9c2cc77c7c676068deb36cc0821" - integrity sha512-932Io1VGKjM3ppi7xW9sb1J5nVkEJSUiOtHw2oE+JyHks1e+AXuOBSXbJKM0mcXwEnW1TibJibQ455Ow1YFjfg== +express-rate-limit@*, express-rate-limit@^6.5.2: + version "6.5.2" + resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.5.2.tgz#5d2322e680ed43ae303b775fa7e19496c9014b58" + integrity sha512-N0cG/5ccbXfNC+FxRu7ujm2HjKkygF2PL7KLAf/hct9uqKB5QkZVizb/hEst6tUBXnfhblYWgOorN2eY+Saerw== express-session@^1.17.1: version "1.17.1"