aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-25 15:35:13 +0000
committerGitHub <noreply@github.com>2022-07-25 15:35:13 +0000
commitd21911aba6babc1fe3dfc2b1228428e65cc9c47c (patch)
tree3945629866bfd9bc0ce1bc2ea94f3ee7a9ddf03d
parentBump @typescript-eslint/parser from 5.30.6 to 5.30.7 (#136) (diff)
downloadee4511w-web-d21911aba6babc1fe3dfc2b1228428e65cc9c47c.tar
ee4511w-web-d21911aba6babc1fe3dfc2b1228428e65cc9c47c.tar.gz
ee4511w-web-d21911aba6babc1fe3dfc2b1228428e65cc9c47c.tar.bz2
ee4511w-web-d21911aba6babc1fe3dfc2b1228428e65cc9c47c.tar.lz
ee4511w-web-d21911aba6babc1fe3dfc2b1228428e65cc9c47c.tar.xz
ee4511w-web-d21911aba6babc1fe3dfc2b1228428e65cc9c47c.tar.zst
ee4511w-web-d21911aba6babc1fe3dfc2b1228428e65cc9c47c.zip
Bump express-rate-limit from 6.4.0 to 6.5.1 (#137)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.4.0 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/v6.4.0...v6.5.1) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index fd4ce6f..d806be5 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.4.0",
+ "express-rate-limit": "6.5.1",
"helmet": "5.1.0",
"passport": "^0.6.0",
"passport-saml": "3.2.1",
diff --git a/yarn.lock b/yarn.lock
index a44b03f..c68fc46 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -887,10 +887,10 @@ express-fileupload@1.4.0:
dependencies:
busboy "^1.6.0"
-express-rate-limit@6.4.0:
- version "6.4.0"
- resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.4.0.tgz#b7066afe21157a012ed2b7c9adde386e712485cd"
- integrity sha512-lxQRZI4gi3qAWTf0/Uqsyugsz57h8bd7QyllXBgJvd6DJKokzW7C5DTaNvwzvAQzwHGFaItybfYGhC8gpu0V2A==
+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@4.18.1:
version "4.18.1"