Skip to content

Commit d2c095a

Browse files
Bump express-rate-limit from 8.2.1 to 8.3.0
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 8.2.1 to 8.3.0. - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v8.2.1...v8.3.0) --- updated-dependencies: - dependency-name: express-rate-limit dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f14dda8 commit d2c095a

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dotenv": "^17.3.1",
2323
"ejs": "^4.0.1",
2424
"express": "~5.2.1",
25-
"express-rate-limit": "^8.2.1",
25+
"express-rate-limit": "^8.3.1",
2626
"helmet": "^8.1.0",
2727
"json5": "^2.2.3",
2828
"morgan": "~1.10.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -878,12 +878,12 @@ etag@^1.8.1, etag@~1.8.1:
878878
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
879879
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
880880

881-
express-rate-limit@^8.2.1:
882-
version "8.2.1"
883-
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-8.2.1.tgz#ec75fdfe280ecddd762b8da8784c61bae47d7f7f"
884-
integrity sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==
881+
express-rate-limit@^8.3.1:
882+
version "8.3.1"
883+
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-8.3.1.tgz#0aaba098eadd40f6737f30a98e6b16fa1a29edfb"
884+
integrity sha512-D1dKN+cmyPWuvB+G2SREQDzPY1agpBIcTa9sJxOPMCNeH3gwzhqJRDWCXW3gg0y//+LQ/8j52JbMROWyrKdMdw==
885885
dependencies:
886-
ip-address "10.0.1"
886+
ip-address "10.1.0"
887887

888888
express@~5.2.1:
889889
version "5.2.1"
@@ -1186,10 +1186,10 @@ internal-slot@^1.1.0:
11861186
hasown "^2.0.2"
11871187
side-channel "^1.1.0"
11881188

1189-
ip-address@10.0.1:
1190-
version "10.0.1"
1191-
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-10.0.1.tgz#a8180b783ce7788777d796286d61bce4276818ed"
1192-
integrity sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==
1189+
ip-address@10.1.0:
1190+
version "10.1.0"
1191+
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-10.1.0.tgz#d8dcffb34d0e02eb241427444a6e23f5b0595aa4"
1192+
integrity sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==
11931193

11941194
ipaddr.js@1.9.1:
11951195
version "1.9.1"

0 commit comments

Comments
 (0)