Skip to content

Commit

Permalink
chore: update dependency @types/express to v5
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 Nov 18, 2024
1 parent c9b47e2 commit 4464b83
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 26 deletions.
2 changes: 1 addition & 1 deletion examples/express-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@loopback/build": "^11.0.7",
"@loopback/eslint-config": "^15.0.4",
"@loopback/testlab": "^7.0.7",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^16.18.119",
"eslint": "^8.57.0",
"typescript": "~5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/passport-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@loopback/eslint-config": "^15.0.4",
"@loopback/http-caching-proxy": "^6.0.8",
"@loopback/testlab": "^7.0.7",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.13",
"@types/node": "^16.18.119",
"axios": "^1.7.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@loopback/build": "^11.0.7",
"@loopback/eslint-config": "^15.0.4",
"@loopback/testlab": "^7.0.7",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^16.18.119",
"eslint": "^8.57.0",
"typescript": "~5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion extensions/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@loopback/eslint-config": "^15.0.4",
"@loopback/rest": "^14.0.8",
"@loopback/testlab": "^7.0.7",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^16.18.119",
"express": "^4.21.1"
}
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 @@ -36,7 +36,7 @@
],
"dependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.13",
"@types/node": "^16.18.119",
Expand Down
55 changes: 40 additions & 15 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/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@loopback/security": "^0.11.8",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.13",
"lodash": "^4.17.21",
"tslib": "^2.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/booter-lb3app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@loopback/rest": "^14.0.0"
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"debug": "^4.3.7",
"loopback": "^3.28.0",
"loopback-swagger": "^5.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@loopback/http-server": "^6.0.8",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/express-serve-static-core": "^4.17.37",
"@types/http-errors": "^2.0.4",
"body-parser": "^1.20.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@loopback/rest": "^14.0.8",
"@loopback/testlab": "^7.0.7",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^16.18.119",
"express": "^4.21.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/express-serve-static-core": "^4.17.37",
"@types/http-errors": "^2.0.4",
"@types/on-finished": "^2.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/testlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@hapi/shot": "^6.0.1",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/shot": "^4.0.5",
"@types/sinon": "^17.0.3",
Expand Down

0 comments on commit 4464b83

Please sign in to comment.