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 /yarn.lock | |
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-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |