fix: upgrade express-rate-limit from 5.2.6 to 5.3.0

Snyk has created this PR to upgrade express-rate-limit from 5.2.6 to 5.3.0.

See this package in npm:
https://www.npmjs.com/package/express-rate-limit

See this project in Snyk:
https://app.snyk.io/org/aurora-dot/project/9cfc4c42-5737-43cf-8306-7bc2f6ab4033?utm_source=github&utm_medium=upgrade-pr
snyk-upgrade-09a95d96365bb36c2fb5b419aaf7dc15
snyk-bot 2021-09-14 00:22:39 +00:00
parent 80813d48e3
commit 5a5cf6074c
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"axios": "^0.21.3",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"express-rate-limit": "^5.3.0",
"hcaptcha": "^0.0.2",
"helmet": "^4.6.0",
"http-errors": "^1.8.0",
@ -1227,9 +1227,9 @@
}
},
"node_modules/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=="
},
"node_modules/express/node_modules/debug": {
"version": "2.6.9",
@ -4804,9 +4804,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-glob": {
"version": "3.2.7",

View File

@ -22,7 +22,7 @@
"axios": "^0.21.3",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"express-rate-limit": "^5.3.0",
"hcaptcha": "^0.0.2",
"helmet": "^4.6.0",
"http-errors": "^1.8.0",