Skip to content

Commit

Permalink
chore(deps): bump express-rate-limit from 5.5.1 to 6.2.1 in /server
Browse files Browse the repository at this point in the history
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 5.5.1 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](express-rate-limit/express-rate-limit@v5.5.1...v6.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2022
1 parent 2135ef2 commit f20a073
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@opentelemetry/sdk-trace-base": "^1.0.1",
"JSONStream": "^1.3.5",
"axios": "^0.21.4",
"babel-plugin-styled-components": "^1.13.2",
"babel-plugin-styled-components": "^2.0.2",
"bad-words": "^3.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
Expand All @@ -61,7 +61,7 @@
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"express-messages": "^1.0.1",
"express-rate-limit": "^5.1.3",
"express-rate-limit": "^6.2.1",
"express-session": "^1.17.0",
"express-validator": "^6.4.0",
"glob": "^7.1.6",
Expand All @@ -77,7 +77,7 @@
"on-finished": "^2.3.0",
"opentelemetry-instrumentation-socket.io": "^0.26.0",
"papaparse": "^5.2.0",
"passport": "^0.4.0",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit f20a073

Please sign in to comment.