diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-20 17:02:31 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-20 17:02:31 +0200 |
commit | f625eabf70ab60b5f04c3db0af87a5b2c872ec08 (patch) | |
tree | 9316535367dbc16aa92ebea06c584d62ba0ee1b8 /backend/package.json | |
parent | 4e735177da141912602812a32ed23e96a65a1b0b (diff) | |
download | monkeytype-f625eabf70ab60b5f04c3db0af87a5b2c872ec08.tar.gz monkeytype-f625eabf70ab60b5f04c3db0af87a5b2c872ec08.zip |
chore(deps): bump rate-limiter-flexible from 2.3.7 to 5.0.3 (#5806)
Bumps [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) from 2.3.7 to 5.0.3.
- [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases)
- [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3)
---
updated-dependencies:
- dependency-name: rate-limiter-flexible
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Fehmer <[email protected]>
Diffstat (limited to 'backend/package.json')
-rw-r--r-- | backend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/package.json b/backend/package.json index 166174e8b..86ac03c07 100644 --- a/backend/package.json +++ b/backend/package.json @@ -51,7 +51,7 @@ "object-hash": "3.0.0", "path": "0.12.7", "prom-client": "15.1.3", - "rate-limiter-flexible": "2.3.7", + "rate-limiter-flexible": "5.0.3", "simple-git": "3.16.0", "string-similarity": "4.0.4", "swagger-stats": "0.99.7", |