Bump express-rate-limit from 7.0.2 to 7.1.1

Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 7.0.2 to 7.1.1.
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Changelog](https://github.com/express-rate-limit/express-rate-limit/blob/main/changelog.md)
- [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v7.0.2...v7.1.1)

---
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>
This commit is contained in:
dependabot[bot] 2023-10-16 00:55:58 +00:00 committed by GitHub
parent a0188b13f4
commit f9bfcfa426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -16,7 +16,7 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.0.2",
"express-rate-limit": "^7.1.1",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",
@ -6634,9 +6634,9 @@
}
},
"node_modules/express-rate-limit": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.0.2.tgz",
"integrity": "sha512-EZoojG9civtJ6GRR7vE0JErow5q/ltbIl0RGbYhrNJKwBC9/kp2HckpdAvQkkE0sRAAtFDBvILvwZSR2kQroDw==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.1.1.tgz",
"integrity": "sha512-o5ye/a4EHCPQPju25Y4HChHybrCM9v37QtQDqXUDZGuD+HB7Cbu8ZhJP6/9RORcSNtkCpnEssa6oUgJgzc7ckQ==",
"engines": {
"node": ">= 16"
},

View file

@ -76,7 +76,7 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.0.2",
"express-rate-limit": "^7.1.1",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",