diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-06 06:11:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 06:11:29 +0000 |
commit | 7b7d6bb08db498d21eb67da80ab87ce1912fd437 (patch) | |
tree | acd28a95972cd0e1b21257fc0e672498e117b847 /package-lock.json | |
parent | 8f93742c1387b16cb2a69d6b361809168fe34d2d (diff) | |
download | skyblock-api-7b7d6bb08db498d21eb67da80ab87ce1912fd437.tar.gz skyblock-api-7b7d6bb08db498d21eb67da80ab87ce1912fd437.tar.bz2 skyblock-api-7b7d6bb08db498d21eb67da80ab87ce1912fd437.zip |
Bump express-rate-limit from 5.4.0 to 5.4.1 (#133)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/nfriedly/express-rate-limit/releases)
- [Commits](https://github.com/nfriedly/express-rate-limit/compare/v5.4.0...v5.4.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-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 3308b38..c6a49f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "ISC", "dependencies": { "express": "^4.17.1", - "express-rate-limit": "^5.4.0", + "express-rate-limit": "^5.4.1", "lru-cache": "^6.0.0", "mongodb": "^4.1.2", "node-cache": "^5.1.2", @@ -778,9 +778,9 @@ } }, "node_modules/express-rate-limit": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.4.0.tgz", - "integrity": "sha512-sT+rk1wvj06+0MpEiij7y3kGdB4hoMyQ+a5zcESUpDMLhbLXoYIQI6JfsvLBz1wOhmfF//ALG/Q59FKMI0x2Eg==" + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.4.1.tgz", + "integrity": "sha512-ZQh2h3qiu7wWdvWNYHznBhaOp2ZIXNnT4hl2Ff608STeWtCuJ251NzqQlk7mo5wnO2HmrydBYHuVA9Z3S3ZtXg==" }, "node_modules/fast-deep-equal": { "version": "3.1.3", @@ -2763,9 +2763,9 @@ } }, "express-rate-limit": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.4.0.tgz", - "integrity": "sha512-sT+rk1wvj06+0MpEiij7y3kGdB4hoMyQ+a5zcESUpDMLhbLXoYIQI6JfsvLBz1wOhmfF//ALG/Q59FKMI0x2Eg==" + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.4.1.tgz", + "integrity": "sha512-ZQh2h3qiu7wWdvWNYHznBhaOp2ZIXNnT4hl2Ff608STeWtCuJ251NzqQlk7mo5wnO2HmrydBYHuVA9Z3S3ZtXg==" }, "fast-deep-equal": { "version": "3.1.3", |