From 6dd5fb185bea11adccfa6cfe557ba36bbb3543d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 15:33:15 +0000 Subject: Bump express-rate-limit from 6.5.1 to 6.5.2 (#170) Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.5.1 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.5.1...v6.5.2) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0cf5270..ff1ed64 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "ejs": "3.1.8", "express": "4.18.1", "express-fileupload": "1.4.0", - "express-rate-limit": "6.5.1", + "express-rate-limit": "6.5.2", "helmet": "5.1.1", "passport": "^0.6.0", "passport-saml": "3.2.1", diff --git a/yarn.lock b/yarn.lock index 8ba39cb..669c4bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -930,10 +930,10 @@ express-fileupload@1.4.0: dependencies: busboy "^1.6.0" -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" - integrity sha512-pxO6ioBLd3i8IHL+RmJtL4noYzte5fugoMdaDabtU4hcg53+x0QkTwfPtM7vWD0YUaXQgNj9NRdzmps+CHEHlA== +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@4.18.1: version "4.18.1" -- cgit v1.2.3