fix(deps): update dependency express-rate-limit to ~6.4.0 (#486)

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

View File

@ -41,7 +41,7 @@
"clamscan": "~2.1.2",
"content-disposition": "~0.5.4",
"express": "~4.17.3",
"express-rate-limit": "~6.3.0",
"express-rate-limit": "~6.4.0",
"fluent-ffmpeg": "~2.1.2",
"helmet": "~5.0.2",
"jszip": "~3.9.1",

View File

@ -2355,10 +2355,10 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
dependencies:
homedir-polyfill "^1.0.1"
express-rate-limit@~6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.3.0.tgz#253387ce4d36c9c2cc77c7c676068deb36cc0821"
integrity sha512-932Io1VGKjM3ppi7xW9sb1J5nVkEJSUiOtHw2oE+JyHks1e+AXuOBSXbJKM0mcXwEnW1TibJibQ455Ow1YFjfg==
express-rate-limit@~6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.4.0.tgz#b7066afe21157a012ed2b7c9adde386e712485cd"
integrity sha512-lxQRZI4gi3qAWTf0/Uqsyugsz57h8bd7QyllXBgJvd6DJKokzW7C5DTaNvwzvAQzwHGFaItybfYGhC8gpu0V2A==
express@~4.17.3:
version "4.17.3"