Skip to content

Commit

Permalink
Bump qs and body-parser in /server
Browse files Browse the repository at this point in the history
Bumps [qs](https://github.com/ljharb/qs) to 6.5.3 and updates ancestor dependency [body-parser](https://github.com/expressjs/body-parser). These dependencies need to be updated together.


Updates `qs` from 6.5.2 to 6.5.3
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

Updates `body-parser` from 1.18.3 to 1.20.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.18.3...1.20.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: body-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2022
1 parent 34f7a8d commit a343482
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 34 deletions.
208 changes: 175 additions & 33 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.18.3",
"body-parser": "^1.20.1",
"dotenv": "^6.0.0",
"excel": "^1.0.0",
"express": "^4.17.3",
Expand Down

0 comments on commit a343482

Please sign in to comment.