fix(deps): update dependency express-rate-limit to ~5.2.5 (#378)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-02-12 13:01:59 +07:00 committed by GitHub
parent c67fb8d420
commit 8ec81cdbb0
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.3.3",
"content-disposition": "~0.5.3",
"express": "~4.17.1",
"express-rate-limit": "~5.2.3",
"express-rate-limit": "~5.2.5",
"fluent-ffmpeg": "~2.1.2",
"helmet": "~4.4.1",
"jszip": "~3.5.0",

View File

@ -2424,10 +2424,10 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
dependencies:
homedir-polyfill "^1.0.1"
express-rate-limit@~5.2.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-5.2.3.tgz#ae73b3dc723decd697797611bd96e9b34a912f6c"
integrity sha512-cjQH+oDrEPXxc569XvxhHC6QXqJiuBT6BhZ70X3bdAImcnHnTNMVuMAJaT0TXPoRiEErUrVPRcOTpZpM36VbOQ==
express-rate-limit@~5.2.5:
version "5.2.5"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-5.2.5.tgz#956fde02aaf28724c0fd01b932986baa35143ece"
integrity sha512-fv9mf4hWRKZHVlY8ChVNYnGxa49m0zQ6CrJxNiXe2IjJPqicrqoA/JOyBbvs4ufSSLZ6NTzhtgEyLcdfbe+Q6Q==
express@~4.17.1:
version "4.17.1"