fix(deps): update dependency express-rate-limit to ~5.5.1 (#442)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-03 17:59:17 +07:00 committed by GitHub
parent dc1fdb827a
commit cf50f61e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@
"clamscan": "~1.4.2",
"content-disposition": "~0.5.3",
"express": "~4.17.1",
"express-rate-limit": "~5.3.0",
"express-rate-limit": "~5.5.1",
"fluent-ffmpeg": "~2.1.2",
"helmet": "~4.6.0",
"jszip": "~3.7.1",

View File

@ -2434,10 +2434,10 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
dependencies:
homedir-polyfill "^1.0.1"
express-rate-limit@~5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-5.3.0.tgz#e7b9d3c2e09ece6e0406a869b2ce00d03fe48aea"
integrity sha512-qJhfEgCnmteSeZAeuOKQ2WEIFTX5ajrzE0xS6gCOBCoRQcU+xEzQmgYQQTpzCcqUAAzTEtu4YEih4pnLfvNtew==
express-rate-limit@~5.5.1:
version "5.5.1"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-5.5.1.tgz#110c23f6a65dfa96ab468eda95e71697bc6987a2"
integrity sha512-MTjE2eIbHv5DyfuFz4zLYWxpqVhEhkTiwFGuB74Q9CSou2WHO52nlE5y3Zlg6SIsiYUIPj6ifFxnkPz6O3sIUg==
express@~4.17.1:
version "4.17.1"