diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-08 10:04:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 10:04:14 -0500 |
commit | aa42b7d98cbc7707693e564463f3084b282c700c (patch) | |
tree | 35223befb72b1412999501dc185c3755f188f723 /package.json | |
parent | b1c6c3aa3ae1b8e66122f8d7eeea1c52c131a339 (diff) | |
download | skyblock-api-aa42b7d98cbc7707693e564463f3084b282c700c.tar.gz skyblock-api-aa42b7d98cbc7707693e564463f3084b282c700c.tar.bz2 skyblock-api-aa42b7d98cbc7707693e564463f3084b282c700c.zip |
Bump express-rate-limit from 6.2.1 to 6.3.0 (#214)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.2.1 to 6.3.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.2.1...v6.3.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 df8b337..2d9efef 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "homepage": "https://github.com/mat-1/skyblock-api#readme", "dependencies": { "express": "^4.17.3", - "express-rate-limit": "^6.2.1", + "express-rate-limit": "^6.3.0", "lru-cache": "^7.4.0", "mongodb": "^4.4.0", "node-cache": "^5.1.2", |