aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-07 06:09:14 +0000
committerGitHub <noreply@github.com>2022-01-07 06:09:14 +0000
commit1ffdbcee2c27521bb6b5aa2a638237e51642f938 (patch)
tree5073f1f7eb3bb4e72a42325c35eaac21f7c3f9c7 /package-lock.json
parent43582a8f85005116150690de59798b6bb431112e (diff)
downloadskyblock-api-1ffdbcee2c27521bb6b5aa2a638237e51642f938.tar.gz
skyblock-api-1ffdbcee2c27521bb6b5aa2a638237e51642f938.tar.bz2
skyblock-api-1ffdbcee2c27521bb6b5aa2a638237e51642f938.zip
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] <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 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": {