diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-10 20:06:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 20:06:54 -0600 |
commit | 1967f3e648fc04302eca164cd6daefdaa5448448 (patch) | |
tree | fea37e32d75cd64cfee477f8cd941f1f4d1e622c /package.json | |
parent | 4332fc93f8b66ed063efa5ac6da1108516f379a2 (diff) | |
download | skyblock-api-1967f3e648fc04302eca164cd6daefdaa5448448.tar.gz skyblock-api-1967f3e648fc04302eca164cd6daefdaa5448448.tar.bz2 skyblock-api-1967f3e648fc04302eca164cd6daefdaa5448448.zip |
Bump express-rate-limit from 6.2.0 to 6.2.1 (#209)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.2.0 to 6.2.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.2.0...v6.2.1)
---
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 319d18c..e7eae99 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.2.0", + "express-rate-limit": "^6.2.1", "lru-cache": "^7.3.1", "mongodb": "^4.3.1", "node-cache": "^5.1.2", |