Skip to content

Commit

Permalink
fix: dedupe body-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Sep 12, 2024
1 parent 6d7517b commit 96a2308
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 33 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@
"@octokit/webhooks": "12.0.10",
"@slack/web-api": "6.12.0",
"@tryfabric/mack": "1.2.1",
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"conventional-changelog-conventionalcommits": "8.0.0",
"cookie-parser": "1.4.6",
"delay": "6.0.0",
"dotenv": "16.4.4",
"emoji-regex": "10.3.0",
"express": "4.21.0",
"issue-parser": "7.0.1",
"jsonwebtoken": "9.0.2",
"liwi-mongo": "12.0.0",
Expand Down
37 changes: 5 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ __metadata:
languageName: node
linkType: hard

"@types/express@npm:*, @types/express@npm:^4.17.21":
"@types/express@npm:*, @types/express@npm:4.17.21, @types/express@npm:^4.17.21":
version: 4.17.21
resolution: "@types/express@npm:4.17.21"
dependencies:
Expand Down Expand Up @@ -2718,26 +2718,6 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:1.20.2":
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

"body-parser@npm:1.20.3":
version: 1.20.3
resolution: "body-parser@npm:1.20.3"
Expand Down Expand Up @@ -4439,7 +4419,7 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.18.2":
"express@npm:4.21.0, express@npm:^4.18.2":
version: 4.21.0
resolution: "express@npm:4.21.0"
dependencies:
Expand Down Expand Up @@ -7924,15 +7904,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 Expand Up @@ -8351,21 +8322,23 @@ __metadata:
"@tryfabric/mack": "npm:1.2.1"
"@types/body-parser": "npm:1.19.5"
"@types/cookie-parser": "npm:1.4.7"
"@types/express": "npm:4.17.21"
"@types/issue-parser": "npm:3.0.5"
"@types/jsonwebtoken": "npm:9.0.6"
"@types/node": "npm:20.14.15"
"@types/react": "npm:18.3.1"
"@types/react-dom": "npm:18.3.0"
"@types/simple-oauth2": "npm:5.0.7"
"@vitest/coverage-v8": "npm:1.5.2"
body-parser: "npm:1.20.2"
body-parser: "npm:1.20.3"
check-package-dependencies: "npm:7.1.2"
conventional-changelog-conventionalcommits: "npm:8.0.0"
cookie-parser: "npm:1.4.6"
delay: "npm:6.0.0"
dotenv: "npm:16.4.4"
emoji-regex: "npm:10.3.0"
eslint: "npm:8.57.0"
express: "npm:4.21.0"
issue-parser: "npm:7.0.1"
jsonwebtoken: "npm:9.0.2"
liwi-mongo: "npm:12.0.0"
Expand Down

0 comments on commit 96a2308

Please sign in to comment.