fix: upgrade rate-limiter-flexible from 2.3.1 to 2.3.2

Snyk has created this PR to upgrade rate-limiter-flexible from 2.3.1 to 2.3.2.

See this package in npm:
https://www.npmjs.com/package/rate-limiter-flexible

See this project in Snyk:
https://app.snyk.io/org/johnmclear/project/d9a12bfb-7ccd-443f-9e22-f30d339cc8c5?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2021-11-21 07:04:19 +00:00 committed by Richard Hansen
parent 8274e01d34
commit 7ed980aa59
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View File

@ -7579,9 +7579,9 @@
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
},
"rate-limiter-flexible": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-2.3.1.tgz",
"integrity": "sha512-u4Ual0ssf/RHHxK3rqKo9W2S7ulVoNdCAOrsk1gR9JLtzqg7fGw+yaCeyBAEncsL2n6XqHh/0qJk3BPDn49BjA=="
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-2.3.2.tgz",
"integrity": "sha512-Q9isA+O+L5opvwB9sYAj49SYA0EA7fndVIKne0M9OSVpzaSZm3fv/9vE61B0c9A7PvLAxzeu0l/tYM2+JTi6qw=="
},
"raw-body": {
"version": "2.4.0",

View File

@ -55,7 +55,7 @@
"npm": "^6.14.15",
"openapi-backend": "^4.2.0",
"proxy-addr": "^2.0.7",
"rate-limiter-flexible": "^2.3.1",
"rate-limiter-flexible": "^2.3.2",
"rehype": "^11.0.0",
"rehype-minify-whitespace": "^4.0.5",
"request": "2.88.2",