Skip to content

Commit

Permalink
chore: update dependency @types/body-parser to ^1.19.5
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] committed Nov 13, 2023
1 parent f67acd0 commit aa157d5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion fixtures/mock-oauth2-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"!*/__tests__"
],
"dependencies": {
"@types/body-parser": "^1.19.4",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.20",
"@types/jsonwebtoken": "^9.0.4",
"@types/lodash": "^4.14.200",
Expand Down
12 changes: 6 additions & 6 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 @@ -41,7 +41,7 @@
},
"dependencies": {
"@loopback/http-server": "^5.1.3",
"@types/body-parser": "^1.19.4",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.20",
"@types/express-serve-static-core": "^4.17.37",
"@types/http-errors": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@loopback/http-server": "^5.1.3",
"@loopback/openapi-v3": "^9.1.3",
"@openapi-contrib/openapi-schema-to-json-schema": "^4.0.5",
"@types/body-parser": "^1.19.4",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.16",
"@types/express": "^4.17.20",
"@types/express-serve-static-core": "^4.17.37",
Expand Down

0 comments on commit aa157d5

Please sign in to comment.