Skip to content

Commit

Permalink
build(deps): bump body-parser from 1.20.2 to 1.20.3 (#458)
Browse files Browse the repository at this point in the history
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3.
- [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.20.2...1.20.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent b1c8b3d commit e8ff02b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@actual-app/web": "24.9.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.6.0",
"body-parser": "^1.20.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"debug": "^4.3.4",
Expand Down
33 changes: 31 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^5.51.0"
bcrypt: "npm:^5.1.1"
better-sqlite3: "npm:^9.6.0"
body-parser: "npm:^1.20.1"
body-parser: "npm:^1.20.3"
cors: "npm:^2.8.5"
date-fns: "npm:^2.30.0"
debug: "npm:^4.3.4"
Expand Down Expand Up @@ -1884,7 +1884,7 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:1.20.2, body-parser@npm:^1.20.1":
"body-parser@npm:1.20.2":
version: 1.20.2
resolution: "body-parser@npm:1.20.2"
dependencies:
Expand All @@ -1904,6 +1904,26 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:^1.20.3":
version: 1.20.3
resolution: "body-parser@npm:1.20.3"
dependencies:
bytes: "npm:3.1.2"
content-type: "npm:~1.0.5"
debug: "npm:2.6.9"
depd: "npm:2.0.0"
destroy: "npm:1.2.0"
http-errors: "npm:2.0.0"
iconv-lite: "npm:0.4.24"
on-finished: "npm:2.4.1"
qs: "npm:6.13.0"
raw-body: "npm:2.5.2"
type-is: "npm:~1.6.18"
unpipe: "npm:1.0.0"
checksum: 10c0/0a9a93b7518f222885498dcecaad528cf010dd109b071bf471c93def4bfe30958b83e03496eb9c1ad4896db543d999bb62be1a3087294162a88cfa1b42c16310
languageName: node
linkType: hard

"brace-expansion@npm:^1.1.7":
version: 1.1.11
resolution: "brace-expansion@npm:1.1.11"
Expand Down Expand Up @@ -5323,6 +5343,15 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.13.0":
version: 6.13.0
resolution: "qs@npm:6.13.0"
dependencies:
side-channel: "npm:^1.0.6"
checksum: 10c0/62372cdeec24dc83a9fb240b7533c0fdcf0c5f7e0b83343edd7310f0ab4c8205a5e7c56406531f2e47e1b4878a3821d652be4192c841de5b032ca83619d8f860
languageName: node
linkType: hard

"qs@npm:^6.11.0":
version: 6.12.1
resolution: "qs@npm:6.12.1"
Expand Down

0 comments on commit e8ff02b

Please sign in to comment.