From e290242d69b000572e5943ff74e3fba248a7036a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:26:12 +0000 Subject: [PATCH] Bump express-rate-limit from 6.0.4 to 6.5.2 Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.0.4 to 6.5.2. - [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.5.2) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8618dcda58a1..76481e48b10c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "dayjs": "^1.10.7", "dotenv": "^10.0.0", "express": "^4.17.2", - "express-rate-limit": "^6.0.4", + "express-rate-limit": "^6.5.2", "express-timeout-handler": "^2.2.2", "flat": "^5.0.2", "github-slugger": "^1.4.0", @@ -9376,14 +9376,14 @@ } }, "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.5.2", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.5.2.tgz", + "integrity": "sha512-N0cG/5ccbXfNC+FxRu7ujm2HjKkygF2PL7KLAf/hct9uqKB5QkZVizb/hEst6tUBXnfhblYWgOorN2eY+Saerw==", "engines": { - "node": ">= 14.5.0" + "node": ">= 12.9.0" }, "peerDependencies": { - "express": "^4" + "express": "^4 || ^5" } }, "node_modules/express-timeout-handler": { @@ -19023,6 +19023,14 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/rehype-highlight/node_modules/highlight.js": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/rehype-highlight/node_modules/lowlight": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.4.0.tgz", @@ -30551,9 +30559,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.5.2", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.5.2.tgz", + "integrity": "sha512-N0cG/5ccbXfNC+FxRu7ujm2HjKkygF2PL7KLAf/hct9uqKB5QkZVizb/hEst6tUBXnfhblYWgOorN2eY+Saerw==", "requires": {} }, "express-timeout-handler": { @@ -37768,6 +37776,11 @@ "format": "^0.2.0" } }, + "highlight.js": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==" + }, "lowlight": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.4.0.tgz", diff --git a/package.json b/package.json index f191246a5f86..92d9865ba9dd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dayjs": "^1.10.7", "dotenv": "^10.0.0", "express": "^4.17.2", - "express-rate-limit": "^6.0.4", + "express-rate-limit": "^6.5.2", "express-timeout-handler": "^2.2.2", "flat": "^5.0.2", "github-slugger": "^1.4.0",