Skip to content

Commit 6a7bf4a

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update dependency express to ^4.22.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20c7a4f commit 6a7bf4a

13 files changed

Lines changed: 36 additions & 51 deletions

File tree

examples/express-composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@loopback/rest": "^15.0.12",
5454
"@loopback/rest-explorer": "^8.0.12",
5555
"@loopback/service-proxy": "^8.0.11",
56-
"express": "^4.22.1",
56+
"express": "^4.22.2",
5757
"tslib": "^2.8.1"
5858
},
5959
"devDependencies": {

examples/lb3-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"compression": "^1.8.1",
5757
"cors": "^2.8.6",
5858
"debug": "^4.4.3",
59-
"express": "^4.22.1",
59+
"express": "^4.22.2",
6060
"helmet": "^4.6.0",
6161
"loopback": "^3.28.0",
6262
"loopback-boot": "^3.3.1",

examples/passport-login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"body-parser": "^2.2.2",
7272
"client-sessions": "^0.8.0",
7373
"debug": "^4.4.3",
74-
"express": "^4.22.1",
74+
"express": "^4.22.2",
7575
"express-session": "^1.19.0",
7676
"lodash": "^4.18.1",
7777
"passport": "^0.7.0",

examples/rpc-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@loopback/core": "^7.0.11",
46-
"express": "^4.22.1",
46+
"express": "^4.22.2",
4747
"tslib": "^2.8.1"
4848
},
4949
"devDependencies": {

extensions/authentication-passport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/qs": "^6.15.1",
6969
"axios": "^1.16.0",
7070
"body-parser": "^2.2.2",
71-
"express": "^4.22.1",
71+
"express": "^4.22.2",
7272
"form-data": "^4.0.5",
7373
"jsonwebtoken": "^9.0.3",
7474
"lodash": "^4.18.1",

extensions/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"body-parser": "^2.2.2",
5151
"cors": "^2.8.6",
5252
"debug": "^4.4.3",
53-
"express": "^4.22.1",
53+
"express": "^4.22.2",
5454
"graphql": "^16.14.0",
5555
"graphql-ws": "^5.16.2",
5656
"type-graphql": "^2.0.0-rc.2",

extensions/metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"@loopback/testlab": "^8.0.11",
5555
"@types/express": "^4.17.25",
5656
"@types/node": "^20.19.40",
57-
"express": "^4.22.1"
57+
"express": "^4.22.2"
5858
}
5959
}

fixtures/mock-oauth2-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/node": "^20.19.40",
4343
"axios": "^1.16.0",
4444
"body-parser": "^2.2.2",
45-
"express": "^4.22.1",
45+
"express": "^4.22.2",
4646
"form-data": "^4.0.5",
4747
"jsonwebtoken": "^9.0.3",
4848
"lodash": "^4.18.1",

package-lock.json

Lines changed: 24 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/http-errors": "^2.0.5",
4848
"body-parser": "^2.2.2",
4949
"debug": "^4.4.3",
50-
"express": "^4.22.1",
50+
"express": "^4.22.2",
5151
"http-errors": "^2.0.1",
5252
"on-finished": "^2.4.1",
5353
"toposort": "^2.0.2",

0 commit comments

Comments
 (0)