aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-10 20:28:58 +0000
committerGitHub <noreply@github.com>2022-02-10 20:28:58 +0000
commit34a4e90fc593b3b5d703c56b6853f2a1a027afb6 (patch)
tree946f9ea0e2af8c8db803cfe84aa19d2970d6890d
parentAdd dependabot actions (diff)
downloadee4511w-web-34a4e90fc593b3b5d703c56b6853f2a1a027afb6.tar
ee4511w-web-34a4e90fc593b3b5d703c56b6853f2a1a027afb6.tar.gz
ee4511w-web-34a4e90fc593b3b5d703c56b6853f2a1a027afb6.tar.bz2
ee4511w-web-34a4e90fc593b3b5d703c56b6853f2a1a027afb6.tar.lz
ee4511w-web-34a4e90fc593b3b5d703c56b6853f2a1a027afb6.tar.xz
ee4511w-web-34a4e90fc593b3b5d703c56b6853f2a1a027afb6.tar.zst
ee4511w-web-34a4e90fc593b3b5d703c56b6853f2a1a027afb6.zip
Bump express-rate-limit from 6.2.0 to 6.2.1
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.2.0 to 6.2.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.2.0...v6.2.1) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-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 383ed94..c6f2f86 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"csurf": "^1.11.0",
"ejs": "^3.1.6",
"express": "^4.17.2",
- "express-rate-limit": "^6.2.0",
+ "express-rate-limit": "^6.2.1",
"express-session": "^1.17.2",
"express-slow-down": "^1.4.0",
"helmet": "^5.0.2"
diff --git a/yarn.lock b/yarn.lock
index fac002a..3b5e8a1 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -964,10 +964,10 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
-express-rate-limit@^6.2.0:
- version "6.2.0"
- resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.2.0.tgz#be644be082d4d5da8c368aed07cef80152f6e218"
- integrity sha512-q9xfttbPX79HiBsHA4LT3PZEeJR96CJ5/2jloAKSEECMx8XlOOOpjxx6iK/kBw3hFJ8uhx6Q9lCfSGp70yV0tQ==
+express-rate-limit@^6.2.1:
+ version "6.2.1"
+ resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.2.1.tgz#4a7619634fb24417ae723ad2ac3707b38e2e1c64"
+ integrity sha512-22ovnpEiKR5iAMXDOQ7A6aOvb078JLvoHGlyrrWBl3PeJ34coyakaviPelj4Nc8d+yDoVIWYmaUNP5aYT4ICDQ==
express-session@^1.17.2:
version "1.17.2"