Skip to content

Commit 4fcc4e8

Browse files
Bump express-rate-limit from 6.3.0 to 8.1.0
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 6.3.0 to 8.1.0. - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v6.3.0...v8.1.0) --- updated-dependencies: - dependency-name: express-rate-limit dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b047df commit 4fcc4e8

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"dotenv": "^16.0.0",
7474
"express": "^4.17.3",
7575
"express-formidable": "^1.2.0",
76-
"express-rate-limit": "^6.3.0",
76+
"express-rate-limit": "^8.1.0",
7777
"helmet": "^5.0.2",
7878
"jsonwebtoken": "^8.5.1",
7979
"morgan": "^1.10.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,10 +2849,12 @@ express-handlebars@^6.0.0:
28492849
graceful-fs "^4.2.10"
28502850
handlebars "^4.7.7"
28512851

2852-
express-rate-limit@*, express-rate-limit@^6.3.0:
2853-
version "6.3.0"
2854-
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.3.0.tgz#253387ce4d36c9c2cc77c7c676068deb36cc0821"
2855-
integrity sha512-932Io1VGKjM3ppi7xW9sb1J5nVkEJSUiOtHw2oE+JyHks1e+AXuOBSXbJKM0mcXwEnW1TibJibQ455Ow1YFjfg==
2852+
express-rate-limit@*, express-rate-limit@^8.1.0:
2853+
version "8.1.0"
2854+
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-8.1.0.tgz#b956708999347e4d87146f8c3e6dd954fde7718b"
2855+
integrity sha512-4nLnATuKupnmwqiJc27b4dCFmB/T60ExgmtDD7waf4LdrbJ8CPZzZRHYErDYNhoz+ql8fUdYwM/opf90PoPAQA==
2856+
dependencies:
2857+
ip-address "10.0.1"
28562858

28572859
express-session@^1.17.1:
28582860
version "1.17.1"
@@ -3666,6 +3668,11 @@ invariant@^2.2.2:
36663668
dependencies:
36673669
loose-envify "^1.0.0"
36683670

3671+
3672+
version "10.0.1"
3673+
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-10.0.1.tgz#a8180b783ce7788777d796286d61bce4276818ed"
3674+
integrity sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==
3675+
36693676
ip-regex@^2.1.0:
36703677
version "2.1.0"
36713678
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"

0 commit comments

Comments
 (0)