aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-10 20:06:54 -0600
committerGitHub <noreply@github.com>2022-02-10 20:06:54 -0600
commit1967f3e648fc04302eca164cd6daefdaa5448448 (patch)
treefea37e32d75cd64cfee477f8cd941f1f4d1e622c /package-lock.json
parent4332fc93f8b66ed063efa5ac6da1108516f379a2 (diff)
downloadskyblock-api-1967f3e648fc04302eca164cd6daefdaa5448448.tar.gz
skyblock-api-1967f3e648fc04302eca164cd6daefdaa5448448.tar.bz2
skyblock-api-1967f3e648fc04302eca164cd6daefdaa5448448.zip
Bump express-rate-limit from 6.2.0 to 6.2.1 (#209)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.2.0 to 6.2.1. - [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.2.0...v6.2.1) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 01356a4..d35ee01 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"express": "^4.17.2",
- "express-rate-limit": "^6.2.0",
+ "express-rate-limit": "^6.2.1",
"lru-cache": "^7.3.1",
"mongodb": "^4.3.1",
"node-cache": "^5.1.2",
@@ -792,9 +792,9 @@
}
},
"node_modules/express-rate-limit": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.2.0.tgz",
- "integrity": "sha512-q9xfttbPX79HiBsHA4LT3PZEeJR96CJ5/2jloAKSEECMx8XlOOOpjxx6iK/kBw3hFJ8uhx6Q9lCfSGp70yV0tQ==",
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.2.1.tgz",
+ "integrity": "sha512-22ovnpEiKR5iAMXDOQ7A6aOvb078JLvoHGlyrrWBl3PeJ34coyakaviPelj4Nc8d+yDoVIWYmaUNP5aYT4ICDQ==",
"engines": {
"node": ">= 14.5.0"
},
@@ -2818,9 +2818,9 @@
}
},
"express-rate-limit": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.2.0.tgz",
- "integrity": "sha512-q9xfttbPX79HiBsHA4LT3PZEeJR96CJ5/2jloAKSEECMx8XlOOOpjxx6iK/kBw3hFJ8uhx6Q9lCfSGp70yV0tQ==",
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.2.1.tgz",
+ "integrity": "sha512-22ovnpEiKR5iAMXDOQ7A6aOvb078JLvoHGlyrrWBl3PeJ34coyakaviPelj4Nc8d+yDoVIWYmaUNP5aYT4ICDQ==",
"requires": {}
},
"fast-deep-equal": {