Skip to content

Commit 63ae056

Browse files
Bump express-rate-limit from 5.5.1 to 6.0.4 (#797)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.5.1 to 6.0.4. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Changelog](https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md) - [Commits](express-rate-limit/express-rate-limit@v5.5.1...v6.0.4) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4f6e66 commit 63ae056

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"dotenv": "^10.0.0",
7474
"express": "^4.17.2",
7575
"express-formidable": "^1.2.0",
76-
"express-rate-limit": "^5.5.1",
76+
"express-rate-limit": "^6.0.4",
7777
"helmet": "^5.0.0",
7878
"jsonwebtoken": "^8.5.1",
7979
"morgan": "^1.10.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2821,10 +2821,10 @@ express-handlebars@^4.0.0:
28212821
graceful-fs "^4.2.4"
28222822
handlebars "^4.7.6"
28232823

2824-
express-rate-limit@^5.5.1:
2825-
version "5.5.1"
2826-
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-5.5.1.tgz#110c23f6a65dfa96ab468eda95e71697bc6987a2"
2827-
integrity sha512-MTjE2eIbHv5DyfuFz4zLYWxpqVhEhkTiwFGuB74Q9CSou2WHO52nlE5y3Zlg6SIsiYUIPj6ifFxnkPz6O3sIUg==
2824+
express-rate-limit@^6.0.4:
2825+
version "6.0.4"
2826+
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.0.4.tgz#1f3d663e8d640be1c8c5e1ad2fb55a7d7a7b118c"
2827+
integrity sha512-TratTfxxTAFb6ZUAxPIigqhcS0e7ql9XDTorjD+SihV5ua5h6agoKyr45iKM6m5OzTppesh9o/RCuvf5eTiwCw==
28282828

28292829
express-session@^1.17.1:
28302830
version "1.17.1"

0 commit comments

Comments
 (0)