From 1ffdbcee2c27521bb6b5aa2a638237e51642f938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 06:09:14 +0000 Subject: Bump express-rate-limit from 6.0.4 to 6.0.5 (#179) Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.0.4 to 6.0.5. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Changelog](https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v6.0.4...v6.0.5) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c6bbe8..200b292 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "express": "^4.17.2", - "express-rate-limit": "^6.0.4", + "express-rate-limit": "^6.0.5", "lru-cache": "^6.0.0", "mongodb": "^4.3.0", "node-cache": "^5.1.2", @@ -786,9 +786,9 @@ } }, "node_modules/express-rate-limit": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.0.4.tgz", - "integrity": "sha512-TratTfxxTAFb6ZUAxPIigqhcS0e7ql9XDTorjD+SihV5ua5h6agoKyr45iKM6m5OzTppesh9o/RCuvf5eTiwCw==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.0.5.tgz", + "integrity": "sha512-EB1mRTrzyyPfEsQZIQFXocd8NKZoDZbEwrtbdgkc20Yed6oYg02Xfjza2HHPI/0orp54BrFeHeT92ICB9ydokw==", "engines": { "node": ">= 14.5.0" }, @@ -2824,9 +2824,9 @@ } }, "express-rate-limit": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.0.4.tgz", - "integrity": "sha512-TratTfxxTAFb6ZUAxPIigqhcS0e7ql9XDTorjD+SihV5ua5h6agoKyr45iKM6m5OzTppesh9o/RCuvf5eTiwCw==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.0.5.tgz", + "integrity": "sha512-EB1mRTrzyyPfEsQZIQFXocd8NKZoDZbEwrtbdgkc20Yed6oYg02Xfjza2HHPI/0orp54BrFeHeT92ICB9ydokw==", "requires": {} }, "fast-deep-equal": { diff --git a/package.json b/package.json index a6377c3..296ab20 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/mat-1/skyblock-api#readme", "dependencies": { "express": "^4.17.2", - "express-rate-limit": "^6.0.4", + "express-rate-limit": "^6.0.5", "lru-cache": "^6.0.0", "mongodb": "^4.3.0", "node-cache": "^5.1.2", -- cgit