Skip to content

Commit

Permalink
build(deps): bump body-parser from 1.20.2 to 1.20.3
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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2024
1 parent b3d7ff4 commit 679525d
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 @@ -35,7 +35,7 @@
"@sentry/node": "^7.119.0",
"axios": "^1.7.7",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.1.0",
"csurf": "^1.11.0",
Expand Down
33 changes: 31 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5299,7 +5299,7 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:1.20.2, body-parser@npm:^1.20.2":
"body-parser@npm:1.20.2":
version: 1.20.2
resolution: "body-parser@npm:1.20.2"
dependencies:
Expand All @@ -5319,6 +5319,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: 10/8723e3d7a672eb50854327453bed85ac48d045f4958e81e7d470c56bf111f835b97e5b73ae9f6393d0011cc9e252771f46fd281bbabc57d33d3986edf1e6aeca
languageName: node
linkType: hard

"boolbase@npm:^1.0.0":
version: 1.0.0
resolution: "boolbase@npm:1.0.0"
Expand Down Expand Up @@ -7376,7 +7396,7 @@ __metadata:
"@vue/runtime-dom": "npm:^3.5.5"
axios: "npm:^1.7.7"
bluebird: "npm:^3.7.2"
body-parser: "npm:^1.20.2"
body-parser: "npm:^1.20.3"
buffer: "npm:^6.0.3"
clean-webpack-plugin: "npm:^4.0.0"
cleanup-mini-css-extract-plugin: "npm:^1.1.1"
Expand Down Expand Up @@ -12437,6 +12457,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: 10/f548b376e685553d12e461409f0d6e5c59ec7c7d76f308e2a888fd9db3e0c5e89902bedd0754db3a9038eda5f27da2331a6f019c8517dc5e0a16b3c9a6e9cef8
languageName: node
linkType: hard

"qs@npm:^6.12.3":
version: 6.12.3
resolution: "qs@npm:6.12.3"
Expand Down

0 comments on commit 679525d

Please sign in to comment.