diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-03 06:10:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 06:10:30 +0000 |
commit | 278cc5d5e53df3ea63eee08dfb80b8ca2c1fc89e (patch) | |
tree | 33fb6dab71107314e11b8ee09c9a0101a6c68982 /package.json | |
parent | 0f842d308530b845f5f71d25a11e5cd40fab8535 (diff) | |
download | skyblock-api-278cc5d5e53df3ea63eee08dfb80b8ca2c1fc89e.tar.gz skyblock-api-278cc5d5e53df3ea63eee08dfb80b8ca2c1fc89e.tar.bz2 skyblock-api-278cc5d5e53df3ea63eee08dfb80b8ca2c1fc89e.zip |
Bump express-rate-limit from 6.0.1 to 6.0.4 (#174)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.0.1 to 6.0.4.
- [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.0.1...v6.0.4)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a919abe..76c3d2e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/mat-1/skyblock-api#readme", "dependencies": { "express": "^4.17.2", - "express-rate-limit": "^6.0.1", + "express-rate-limit": "^6.0.4", "lru-cache": "^6.0.0", "mongodb": "^4.2.2", "node-cache": "^5.1.2", |