diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-10 20:28:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 20:28:58 +0000 |
commit | 34a4e90fc593b3b5d703c56b6853f2a1a027afb6 (patch) | |
tree | 946f9ea0e2af8c8db803cfe84aa19d2970d6890d /package.json | |
parent | Add dependabot actions (diff) | |
download | ee4511w-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.json | 2 |
1 files changed, 1 insertions, 1 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" |