Skip to content

Commit 18ef8a1

Browse files
Bump express-rate-limit from 6.2.0 to 6.3.0 (#836)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.2.0 to 6.3.0. - [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@v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 369e6ec commit 18ef8a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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.2.0",
76+
"express-rate-limit": "^6.3.0",
7777
"helmet": "^5.0.2",
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
@@ -2867,10 +2867,10 @@ express-handlebars@^6.0.0:
28672867
graceful-fs "^4.2.10"
28682868
handlebars "^4.7.7"
28692869

2870-
express-rate-limit@*, express-rate-limit@^6.2.0:
2871-
version "6.2.0"
2872-
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.2.0.tgz#be644be082d4d5da8c368aed07cef80152f6e218"
2873-
integrity sha512-q9xfttbPX79HiBsHA4LT3PZEeJR96CJ5/2jloAKSEECMx8XlOOOpjxx6iK/kBw3hFJ8uhx6Q9lCfSGp70yV0tQ==
2870+
express-rate-limit@*, express-rate-limit@^6.3.0:
2871+
version "6.3.0"
2872+
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-6.3.0.tgz#253387ce4d36c9c2cc77c7c676068deb36cc0821"
2873+
integrity sha512-932Io1VGKjM3ppi7xW9sb1J5nVkEJSUiOtHw2oE+JyHks1e+AXuOBSXbJKM0mcXwEnW1TibJibQ455Ow1YFjfg==
28742874

28752875
express-session@^1.17.1:
28762876
version "1.17.1"

0 commit comments

Comments
 (0)