aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-04 06:11:53 +0000
committerGitHub <noreply@github.com>2021-10-04 06:11:53 +0000
commit0cc18a18de36deb2018eb73b39bda2c5b9c6d6ae (patch)
treee06b783afc2630abcbc8fedd617e8f339126f426
parent76339c5b0d6958c757cad4f4a3277eb4f0edadf2 (diff)
downloadskyblock-api-0cc18a18de36deb2018eb73b39bda2c5b9c6d6ae.tar.gz
skyblock-api-0cc18a18de36deb2018eb73b39bda2c5b9c6d6ae.tar.bz2
skyblock-api-0cc18a18de36deb2018eb73b39bda2c5b9c6d6ae.zip
Bump express-rate-limit from 5.3.0 to 5.4.0 (#131)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v5.3.0...v5.4.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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 4a371f6..06545ad 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
- "express-rate-limit": "^5.3.0",
+ "express-rate-limit": "^5.4.0",
"lru-cache": "^6.0.0",
"mongodb": "^4.1.2",
"node-cache": "^5.1.2",
@@ -778,9 +778,9 @@
}
},
"node_modules/express-rate-limit": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.3.0.tgz",
- "integrity": "sha512-qJhfEgCnmteSeZAeuOKQ2WEIFTX5ajrzE0xS6gCOBCoRQcU+xEzQmgYQQTpzCcqUAAzTEtu4YEih4pnLfvNtew=="
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.4.0.tgz",
+ "integrity": "sha512-sT+rk1wvj06+0MpEiij7y3kGdB4hoMyQ+a5zcESUpDMLhbLXoYIQI6JfsvLBz1wOhmfF//ALG/Q59FKMI0x2Eg=="
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
@@ -2763,9 +2763,9 @@
}
},
"express-rate-limit": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.3.0.tgz",
- "integrity": "sha512-qJhfEgCnmteSeZAeuOKQ2WEIFTX5ajrzE0xS6gCOBCoRQcU+xEzQmgYQQTpzCcqUAAzTEtu4YEih4pnLfvNtew=="
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.4.0.tgz",
+ "integrity": "sha512-sT+rk1wvj06+0MpEiij7y3kGdB4hoMyQ+a5zcESUpDMLhbLXoYIQI6JfsvLBz1wOhmfF//ALG/Q59FKMI0x2Eg=="
},
"fast-deep-equal": {
"version": "3.1.3",
diff --git a/package.json b/package.json
index b0e5bf2..0173824 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"homepage": "https://github.com/mat-1/skyblock-api#readme",
"dependencies": {
"express": "^4.17.1",
- "express-rate-limit": "^5.3.0",
+ "express-rate-limit": "^5.4.0",
"lru-cache": "^6.0.0",
"mongodb": "^4.1.2",
"node-cache": "^5.1.2",