diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-04 06:11:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 06:11:53 +0000 |
commit | 0cc18a18de36deb2018eb73b39bda2c5b9c6d6ae (patch) | |
tree | e06b783afc2630abcbc8fedd617e8f339126f426 /package-lock.json | |
parent | 76339c5b0d6958c757cad4f4a3277eb4f0edadf2 (diff) | |
download | skyblock-api-0cc18a18de36deb2018eb73b39bda2c5b9c6d6ae.tar.gz skyblock-api-0cc18a18de36deb2018eb73b39bda2c5b9c6d6ae.tar.bz2 skyblock-api-0cc18a18de36deb2018eb73b39bda2c5b9c6d6ae.zip |
Bump express-rate-limit from 5.3.0 to 5.4.0 (#131)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/nfriedly/express-rate-limit/releases)
- [Commits](https://github.com/nfriedly/express-rate-limit/compare/v5.3.0...v5.4.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-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 4a371f6..06545ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "ISC", "dependencies": { "express": "^4.17.1", - "express-rate-limit": "^5.3.0", + "express-rate-limit": "^5.4.0", "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.3.0", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.3.0.tgz", - "integrity": "sha512-qJhfEgCnmteSeZAeuOKQ2WEIFTX5ajrzE0xS6gCOBCoRQcU+xEzQmgYQQTpzCcqUAAzTEtu4YEih4pnLfvNtew==" + "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==" }, "node_modules/fast-deep-equal": { "version": "3.1.3", @@ -2763,9 +2763,9 @@ } }, "express-rate-limit": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.3.0.tgz", - "integrity": "sha512-qJhfEgCnmteSeZAeuOKQ2WEIFTX5ajrzE0xS6gCOBCoRQcU+xEzQmgYQQTpzCcqUAAzTEtu4YEih4pnLfvNtew==" + "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==" }, "fast-deep-equal": { "version": "3.1.3", |