build(deps): bump express-rate-limit from 5.5.1 to 6.3.0 in /src

Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.5.1 to 6.3.0.
- [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/v5.5.1...v6.3.0)

---
updated-dependencies:
- dependency-name: express-rate-limit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/5434/head
dependabot[bot] 2022-02-25 00:55:25 +00:00 committed by Richard Hansen
parent 58ec6a5c88
commit 32bfc6ced8
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View File

@ -2841,9 +2841,9 @@
}
},
"express-rate-limit": {
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.5.1.tgz",
"integrity": "sha512-MTjE2eIbHv5DyfuFz4zLYWxpqVhEhkTiwFGuB74Q9CSou2WHO52nlE5y3Zlg6SIsiYUIPj6ifFxnkPz6O3sIUg=="
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.3.0.tgz",
"integrity": "sha512-932Io1VGKjM3ppi7xW9sb1J5nVkEJSUiOtHw2oE+JyHks1e+AXuOBSXbJKM0mcXwEnW1TibJibQ455Ow1YFjfg=="
},
"express-session": {
"version": "npm:@etherpad/express-session@1.18.1",

View File

@ -38,7 +38,7 @@
"etherpad-require-kernel": "^1.0.15",
"etherpad-yajsml": "0.0.12",
"express": "4.17.3",
"express-rate-limit": "^5.5.1",
"express-rate-limit": "^6.3.0",
"express-session": "npm:@etherpad/express-session@^1.18.1",
"fast-deep-equal": "^3.1.3",
"find-root": "1.1.0",