Skip to content

Commit

Permalink
chore(deps-dev): bump body-parser from 1.20.2 to 1.20.3 in /examples/E2E
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:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent fabd466 commit 266edc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
2 changes: 1 addition & 1 deletion examples/E2E/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"body-parser": "^1.20.0",
"body-parser": "^1.20.3",
"detox": "^20.17.0",
"eslint": "^8.19.0",
"express": "^4.20.0",
Expand Down
33 changes: 2 additions & 31 deletions examples/E2E/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2959,7 +2959,7 @@ __metadata:
"@types/react-test-renderer": "npm:^18.0.0"
babel-jest: "npm:^29.2.1"
babel-plugin-module-resolver: "npm:^5.0.0"
body-parser: "npm:^1.20.0"
body-parser: "npm:^1.20.3"
detox: "npm:^20.17.0"
eslint: "npm:^8.19.0"
express: "npm:^4.20.0"
Expand Down Expand Up @@ -3543,7 +3543,7 @@ __metadata:
languageName: node
linkType: hard

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

"body-parser@npm:^1.20.0":
version: 1.20.2
resolution: "body-parser@npm:1.20.2"
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.11.0"
raw-body: "npm:2.5.2"
type-is: "npm:~1.6.18"
unpipe: "npm:1.0.0"
checksum: 10c0/06f1438fff388a2e2354c96aa3ea8147b79bfcb1262dfcc2aae68ec13723d01d5781680657b74e9f83c808266d5baf52804032fbde2b7382b89bd8cdb273ace9
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 @@ -8755,15 +8735,6 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.11.0":
version: 6.11.0
resolution: "qs@npm:6.11.0"
dependencies:
side-channel: "npm:^1.0.4"
checksum: 10c0/4e4875e4d7c7c31c233d07a448e7e4650f456178b9dd3766b7cfa13158fdb24ecb8c4f059fa91e820dc6ab9f2d243721d071c9c0378892dcdad86e9e9a27c68f
languageName: node
linkType: hard

"qs@npm:6.13.0":
version: 6.13.0
resolution: "qs@npm:6.13.0"
Expand Down

0 comments on commit 266edc8

Please sign in to comment.