Skip to content

Commit 13b21a9

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update dependency @types/express to ^4.17.25
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8567b8a commit 13b21a9

File tree

12 files changed

+26
-26
lines changed

12 files changed

+26
-26
lines changed

examples/express-composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@loopback/build": "^12.0.5",
6161
"@loopback/eslint-config": "^16.0.1",
6262
"@loopback/testlab": "^8.0.5",
63-
"@types/express": "^4.17.24",
63+
"@types/express": "^4.17.25",
6464
"@types/node": "^16.18.126",
6565
"eslint": "^8.57.1",
6666
"typescript": "~5.2.2"

examples/passport-login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@loopback/eslint-config": "^16.0.1",
9292
"@loopback/http-caching-proxy": "^7.0.5",
9393
"@loopback/testlab": "^8.0.5",
94-
"@types/express": "^4.17.24",
94+
"@types/express": "^4.17.25",
9595
"@types/lodash": "^4.17.20",
9696
"@types/node": "^16.18.126",
9797
"axios": "^1.12.2",

examples/rpc-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@loopback/build": "^12.0.5",
5151
"@loopback/eslint-config": "^16.0.1",
5252
"@loopback/testlab": "^8.0.5",
53-
"@types/express": "^4.17.24",
53+
"@types/express": "^4.17.25",
5454
"@types/node": "^16.18.126",
5555
"eslint": "^8.57.1",
5656
"typescript": "~5.2.2"

extensions/metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@loopback/eslint-config": "^16.0.1",
5353
"@loopback/rest": "^15.0.6",
5454
"@loopback/testlab": "^8.0.5",
55-
"@types/express": "^4.17.24",
55+
"@types/express": "^4.17.25",
5656
"@types/node": "^16.18.126",
5757
"express": "^4.21.2"
5858
}

fixtures/mock-oauth2-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
"dependencies": {
3838
"@types/body-parser": "^1.19.6",
39-
"@types/express": "^4.17.24",
39+
"@types/express": "^4.17.25",
4040
"@types/jsonwebtoken": "^9.0.10",
4141
"@types/lodash": "^4.17.20",
4242
"@types/node": "^16.18.126",

package-lock.json

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

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@loopback/security": "^0.12.6",
47-
"@types/express": "^4.17.24",
47+
"@types/express": "^4.17.25",
4848
"@types/lodash": "^4.17.20",
4949
"lodash": "^4.17.21",
5050
"tslib": "^2.8.1"

packages/booter-lb3app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@loopback/rest": "^15.0.1"
4444
},
4545
"dependencies": {
46-
"@types/express": "^4.17.24",
46+
"@types/express": "^4.17.25",
4747
"debug": "^4.4.3",
4848
"loopback": "^3.28.0",
4949
"loopback-swagger": "^5.9.0",

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@loopback/http-server": "^7.0.5",
4444
"@types/body-parser": "^1.19.6",
45-
"@types/express": "^4.17.24",
45+
"@types/express": "^4.17.25",
4646
"@types/express-serve-static-core": "^4.19.7",
4747
"@types/http-errors": "^2.0.5",
4848
"body-parser": "^2.2.0",

packages/rest-explorer/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.6",
5454
"@loopback/testlab": "^8.0.5",
5555
"@types/ejs": "^3.1.5",
56-
"@types/express": "^4.17.24",
56+
"@types/express": "^4.17.25",
5757
"@types/node": "^16.18.126",
5858
"express": "^4.21.2"
5959
}

0 commit comments

Comments
 (0)