Skip to content

Commit 32d22bd

Browse files
Update dependency @types/express to v5 (#1976)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/express](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express)) | devDependencies | major | [`4.17.21` -> `5.0.0`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.21/5.0.0) | | [@types/express](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express)) | dependencies | major | [`^4.17.11` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.21/5.0.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent fc4e585 commit 32d22bd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

aws-ts-ecs-anywhere/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"@types/express": "^4.17.11",
13+
"@types/express": "^5.0.0",
1414
"express": "^4.17.1"
1515
}
1616
}

aws-ts-url-shortener-cache-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc"
88
},
99
"devDependencies": {
10-
"@types/express": "4.17.21",
10+
"@types/express": "5.0.0",
1111
"@types/mime-types": "2.1.4",
1212
"@types/node": "8.10.66",
1313
"@types/parseurl": "1.3.3",

gcp-ts-cloudrun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gcp-ts-cloudrun",
33
"version": "2.0.0",
44
"devDependencies": {
5-
"@types/express": "4.17.21",
5+
"@types/express": "5.0.0",
66
"@types/node": "12.20.55"
77
},
88
"dependencies": {

gcp-ts-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gcp-ts-functions",
33
"version": "2.0.0",
44
"devDependencies": {
5-
"@types/express": "4.17.21",
5+
"@types/express": "5.0.0",
66
"@types/node": "12.20.55"
77
},
88
"dependencies": {

google-native-ts-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"devDependencies": {
55
"@types/node": "8.10.66",
6-
"@types/express": "4.17.21"
6+
"@types/express": "5.0.0"
77
},
88
"dependencies": {
99
"@pulumi/google-native": "0.32.0",

0 commit comments

Comments
 (0)