Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/express-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"@loopback/rest": "^15.0.4",
"@loopback/rest-explorer": "^8.0.4",
"@loopback/service-proxy": "^8.0.3",
"express": "^4.21.2",
"express": "^5.1.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^12.0.3",
"@loopback/eslint-config": "^16.0.1",
"@loopback/testlab": "^8.0.3",
"@types/express": "^4.17.23",
"@types/express": "^5.0.3",
"@types/node": "^16.18.126",
"eslint": "^8.57.1",
"typescript": "~5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/lb3-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"compression": "^1.8.1",
"cors": "^2.8.5",
"debug": "^4.4.1",
"express": "^4.21.2",
"express": "^5.1.0",
"helmet": "^4.6.0",
"loopback": "^3.28.0",
"loopback-boot": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/passport-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"body-parser": "^2.2.0",
"client-sessions": "^0.8.0",
"debug": "^4.4.1",
"express": "^4.21.2",
"express": "^5.1.0",
"express-session": "^1.18.2",
"lodash": "^4.17.21",
"passport": "^0.5.3",
Expand All @@ -91,7 +91,7 @@
"@loopback/eslint-config": "^16.0.1",
"@loopback/http-caching-proxy": "^7.0.3",
"@loopback/testlab": "^8.0.3",
"@types/express": "^4.17.23",
"@types/express": "^5.0.3",
"@types/lodash": "^4.17.20",
"@types/node": "^16.18.126",
"axios": "^1.11.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/rpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
},
"dependencies": {
"@loopback/core": "^7.0.3",
"express": "^4.21.2",
"express": "^5.1.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^12.0.3",
"@loopback/eslint-config": "^16.0.1",
"@loopback/testlab": "^8.0.3",
"@types/express": "^4.17.23",
"@types/express": "^5.0.3",
"@types/node": "^16.18.126",
"eslint": "^8.57.1",
"typescript": "~5.2.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 @@ -68,7 +68,7 @@
"@types/qs": "^6.14.0",
"axios": "^1.11.0",
"body-parser": "^2.2.0",
"express": "^4.21.2",
"express": "^5.1.0",
"form-data": "^4.0.4",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion extensions/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"debug": "^4.4.1",
"express": "^4.21.2",
"express": "^5.1.0",
"graphql": "^16.11.0",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.16.2",
Expand Down
4 changes: 2 additions & 2 deletions extensions/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@loopback/eslint-config": "^16.0.1",
"@loopback/rest": "^15.0.4",
"@loopback/testlab": "^8.0.3",
"@types/express": "^4.17.23",
"@types/express": "^5.0.3",
"@types/node": "^16.18.126",
"express": "^4.21.2"
"express": "^5.1.0"
}
}
4 changes: 2 additions & 2 deletions fixtures/mock-oauth2-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
],
"dependencies": {
"@types/body-parser": "^1.19.6",
"@types/express": "^4.17.23",
"@types/express": "^5.0.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash": "^4.17.20",
"@types/node": "^16.18.126",
"axios": "^1.11.0",
"body-parser": "^2.2.0",
"express": "^4.21.2",
"express": "^5.1.0",
"form-data": "^4.0.4",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
Expand Down
Loading
Loading