diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-25 15:35:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 15:35:13 +0000 |
commit | d21911aba6babc1fe3dfc2b1228428e65cc9c47c (patch) | |
tree | 3945629866bfd9bc0ce1bc2ea94f3ee7a9ddf03d /yarn.lock | |
parent | Bump @typescript-eslint/parser from 5.30.6 to 5.30.7 (#136) (diff) | |
download | ee4511w-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>
Diffstat (limited to '')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |