Skip to content

Commit

Permalink
chore: update dependency body-parser to ^1.20.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and dhmlau committed Sep 10, 2024
1 parent 543ba48 commit 39d8af0
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 32 deletions.
2 changes: 1 addition & 1 deletion examples/passport-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/passport-local": "^1.0.38",
"@types/passport-oauth2": "^1.4.17",
"@types/passport-twitter": "1.0.40",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"client-sessions": "^0.8.0",
"debug": "^4.3.7",
"express": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion extensions/authentication-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/passport-oauth2": "^1.4.17",
"@types/qs": "^6.9.15",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"express": "^4.19.2",
"form-data": "^4.0.0",
"jsonwebtoken": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/mock-oauth2-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/lodash": "^4.17.7",
"@types/node": "^16.18.101",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"express": "^4.19.2",
"form-data": "^4.0.0",
"jsonwebtoken": "^9.0.2",
Expand Down
67 changes: 40 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.17.37",
"@types/http-errors": "^2.0.4",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"debug": "^4.3.7",
"express": "^4.19.2",
"http-errors": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ajv-errors": "^3.0.0",
"ajv-formats": "^3.0.1",
"ajv-keywords": "^5.1.0",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"debug": "^4.3.7",
"express": "^4.19.2",
Expand Down

0 comments on commit 39d8af0

Please sign in to comment.