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

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

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-10-26 10:12:32 +00:00 committed by Richard Hansen
parent cea7eb8ba6
commit dd8608fe6e
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View file

@ -7581,9 +7581,9 @@
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
},
"rate-limiter-flexible": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-2.3.0.tgz",
"integrity": "sha512-78jZpRGOQ1LC7ZR7CzOjgjrqSxEd74qsn3SkgdY7nPXGD6rzS+3lrKP8lkzW75jzXA1XY5fmxVlJSKpYTAt39Q=="
"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=="
},
"raw-body": {
"version": "2.4.0",

View file

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