diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-12 06:09:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 06:09:22 +0000 |
commit | e565857cbf48f6ae94f0dc93b7d1c605d8101468 (patch) | |
tree | 1f642d671b5864b7a2139abb634e5f82c2acca01 /package.json | |
parent | b45ffd488f6fcf63303b9983cc079a501d7a66c8 (diff) | |
download | skyblock-api-e565857cbf48f6ae94f0dc93b7d1c605d8101468.tar.gz skyblock-api-e565857cbf48f6ae94f0dc93b7d1c605d8101468.tar.bz2 skyblock-api-e565857cbf48f6ae94f0dc93b7d1c605d8101468.zip |
Bump express-rate-limit from 6.0.5 to 6.1.0 (#181)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.0.5 to 6.1.0.
- [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.5...v6.1.0)
---
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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6782db0..23c8e35 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.5", + "express-rate-limit": "^6.1.0", "lru-cache": "^6.0.0", "mongodb": "^4.3.0", "node-cache": "^5.1.2", |