diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-30 03:03:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 03:03:12 +0000 |
commit | 2edf47ada4fd4fb1fe79d7183bda9dfdcdad8716 (patch) | |
tree | 6fd1ca9a1d1ae3e19aafc2e9ca368d9d7aa38d0c /package.json | |
parent | a2d83b37a1a0b1d6c22ffc2899c734e44115625d (diff) | |
download | skyblock-api-2edf47ada4fd4fb1fe79d7183bda9dfdcdad8716.tar.gz skyblock-api-2edf47ada4fd4fb1fe79d7183bda9dfdcdad8716.tar.bz2 skyblock-api-2edf47ada4fd4fb1fe79d7183bda9dfdcdad8716.zip |
Bump express-rate-limit from 5.5.1 to 6.0.1 (#171)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.5.1 to 6.0.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/v5.5.1...v6.0.1)
---
updated-dependencies:
- dependency-name: express-rate-limit
dependency-type: direct:production
update-type: version-update:semver-major
...
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 0b1b997..7fcc238 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": "^5.5.1", + "express-rate-limit": "^6.0.1", "lru-cache": "^6.0.0", "mongodb": "^4.2.2", "node-cache": "^5.1.2", |