Skip to content

Commit 2cfa18b

Browse files
chore(deps)(deps-dev): bump express-rate-limit from 7.5.0 to 8.1.0
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 7.5.0 to 8.1.0. - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v7.5.0...v8.1.0) --- updated-dependencies: - dependency-name: express-rate-limit dependency-version: 8.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47b7324 commit 2cfa18b

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
@@ -45,7 +45,7 @@
4545
"eslint": "^9.23.0",
4646
"eslint-webpack-plugin": "^5.0.2",
4747
"express": "^4.21.2",
48-
"express-rate-limit": "^7.5.0",
48+
"express-rate-limit": "^8.1.0",
4949
"globals": "^16.0.0",
5050
"husky": "^9.1.7",
5151
"jest": "^30.2.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,10 +3433,12 @@ expect@30.2.0:
34333433
jest-mock "30.2.0"
34343434
jest-util "30.2.0"
34353435

3436-
express-rate-limit@^7.5.0:
3437-
version "7.5.0"
3438-
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.5.0.tgz#6a67990a724b4fbbc69119419feef50c51e8b28f"
3439-
integrity sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg==
3436+
express-rate-limit@^8.1.0:
3437+
version "8.1.0"
3438+
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-8.1.0.tgz#b956708999347e4d87146f8c3e6dd954fde7718b"
3439+
integrity sha512-4nLnATuKupnmwqiJc27b4dCFmB/T60ExgmtDD7waf4LdrbJ8CPZzZRHYErDYNhoz+ql8fUdYwM/opf90PoPAQA==
3440+
dependencies:
3441+
ip-address "10.0.1"
34403442

34413443
express@^4.21.2:
34423444
version "4.21.2"
@@ -4018,6 +4020,11 @@ interpret@^3.1.1:
40184020
resolved "https://registry.yarnpkg.com/interpret/-/interpret-3.1.1.tgz#5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4"
40194021
integrity sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==
40204022

4023+
ip-address@10.0.1:
4024+
version "10.0.1"
4025+
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-10.0.1.tgz#a8180b783ce7788777d796286d61bce4276818ed"
4026+
integrity sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==
4027+
40214028
ipaddr.js@1.9.1:
40224029
version "1.9.1"
40234030
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"

0 commit comments

Comments
 (0)