Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump body-parser from 1.20.2 to 1.20.3 #1435

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint": "yarn eslint app stories test"
},
"dependencies": {
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"custom-protocol-check": "1.4.0",
"express": "4.19.2",
"helmet": "3.23.3",
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7437,7 +7437,7 @@ __metadata:
babel-plugin-rewire: 1.2.0
babel-plugin-styled-components: 2.1.4
babel-preset-react-app: 10.0.1
body-parser: 1.20.2
body-parser: 1.20.3
bows: 1.7.2
browser-locale: 1.0.3
browserify-zlib: 0.2.0
Expand Down Expand Up @@ -7614,6 +7614,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: 3.1.2
content-type: ~1.0.5
debug: 2.6.9
depd: 2.0.0
destroy: 1.2.0
http-errors: 2.0.0
iconv-lite: 0.4.24
on-finished: 2.4.1
qs: 6.13.0
raw-body: 2.5.2
type-is: ~1.6.18
unpipe: 1.0.0
checksum: 1a35c59a6be8d852b00946330141c4f142c6af0f970faa87f10ad74f1ee7118078056706a05ae3093c54dabca9cd3770fa62a170a85801da1a4324f04381167d
languageName: node
linkType: hard

"bonjour-service@npm:^1.0.11":
version: 1.1.1
resolution: "bonjour-service@npm:1.1.1"
Expand Down