aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-03 04:35:34 -0500
committerGitHub <noreply@github.com>2021-07-03 04:35:34 -0500
commit410439ed04eb754e78226b0e1c87fbf4416a930f (patch)
treed40bfe1804c67fc47b6b568dbf4fd07817db8d95
parent3f642fa1772637492c404d3018304cae058eb614 (diff)
downloadskyblock-api-410439ed04eb754e78226b0e1c87fbf4416a930f.tar.gz
skyblock-api-410439ed04eb754e78226b0e1c87fbf4416a930f.tar.bz2
skyblock-api-410439ed04eb754e78226b0e1c87fbf4416a930f.zip
Bump express-rate-limit from 5.2.6 to 5.3.0 (#69)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.2.6 to 5.3.0. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v5.2.6...v5.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>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index d7ee7a5..584bcf2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -617,9 +617,9 @@
}
},
"express-rate-limit": {
- "version": "5.2.6",
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.2.6.tgz",
- "integrity": "sha512-nE96xaxGfxiS5jP3tD3kIW1Jg9yQgX0rXCs3rCkZtmbWHEGyotwaezkLj7bnB41Z0uaOLM8W4AX6qHao4IZ2YA=="
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.3.0.tgz",
+ "integrity": "sha512-qJhfEgCnmteSeZAeuOKQ2WEIFTX5ajrzE0xS6gCOBCoRQcU+xEzQmgYQQTpzCcqUAAzTEtu4YEih4pnLfvNtew=="
},
"fast-deep-equal": {
"version": "3.1.3",
diff --git a/package.json b/package.json
index 00d65ee..c89c162 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"homepage": "https://github.com/mat-1/skyblock-api#readme",
"dependencies": {
"express": "^4.17.1",
- "express-rate-limit": "^5.2.6",
+ "express-rate-limit": "^5.3.0",
"lru-cache": "^6.0.0",
"mongodb": "^3.6.9",
"node-cache": "^5.1.2",