Skip to content

Commit a8177d3

Browse files
chore(deps): update dependency @types/express to v5 (#3290)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/express](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express)) | [`^4.17.13` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.25/5.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fexpress/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fexpress/4.17.25/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/crawlee). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a901f7 commit a8177d3

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/content-type": "^1.1.5",
6868
"@types/deep-equal": "^1.0.1",
6969
"@types/domhandler": "^2.4.2",
70-
"@types/express": "^4.17.13",
70+
"@types/express": "^5.0.0",
7171
"@types/fs-extra": "^11.0.0",
7272
"@types/inquirer": "^8.2.1",
7373
"@types/is-ci": "^3.0.1",

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ __metadata:
747747
"@types/content-type": "npm:^1.1.5"
748748
"@types/deep-equal": "npm:^1.0.1"
749749
"@types/domhandler": "npm:^2.4.2"
750-
"@types/express": "npm:^4.17.13"
750+
"@types/express": "npm:^5.0.0"
751751
"@types/fs-extra": "npm:^11.0.0"
752752
"@types/inquirer": "npm:^8.2.1"
753753
"@types/is-ci": "npm:^3.0.1"
@@ -2759,27 +2759,26 @@ __metadata:
27592759
languageName: node
27602760
linkType: hard
27612761

2762-
"@types/express-serve-static-core@npm:^4.17.33":
2763-
version: 4.19.7
2764-
resolution: "@types/express-serve-static-core@npm:4.19.7"
2762+
"@types/express-serve-static-core@npm:^5.0.0":
2763+
version: 5.1.0
2764+
resolution: "@types/express-serve-static-core@npm:5.1.0"
27652765
dependencies:
27662766
"@types/node": "npm:*"
27672767
"@types/qs": "npm:*"
27682768
"@types/range-parser": "npm:*"
27692769
"@types/send": "npm:*"
2770-
checksum: 10c0/c239df87863b8515e68dcb18203a9e2ba6108f86fdc385090284464a57a6dca6abb60a961cb6a73fea2110576f4f8acefa1cb06b60d14b6b0e5104478e7d57d1
2770+
checksum: 10c0/1918233c68a0c69695f78331af1aed5fb5190f91da6309318f700adeb78573be840b5d206cb8eda804b65a9989fdeccdaaf84c1e95adc3615052749224b64519
27712771
languageName: node
27722772
linkType: hard
27732773

2774-
"@types/express@npm:^4.17.13":
2775-
version: 4.17.25
2776-
resolution: "@types/express@npm:4.17.25"
2774+
"@types/express@npm:^5.0.0":
2775+
version: 5.0.5
2776+
resolution: "@types/express@npm:5.0.5"
27772777
dependencies:
27782778
"@types/body-parser": "npm:*"
2779-
"@types/express-serve-static-core": "npm:^4.17.33"
2780-
"@types/qs": "npm:*"
2779+
"@types/express-serve-static-core": "npm:^5.0.0"
27812780
"@types/serve-static": "npm:^1"
2782-
checksum: 10c0/f42b616d2c9dbc50352c820db7de182f64ebbfa8dba6fb6c98e5f8f0e2ef3edde0131719d9dc6874803d25ad9ca2d53471d0fec2fbc60a6003a43d015bab72c4
2781+
checksum: 10c0/e96da91c121b43e0e84301a4cfe165908382d016234c11213aeb4f7401cf1a8694e16e3947d21b5c20b3389358d48d60a8c5c38657e041726ac9e8c884d2b8f0
27832782
languageName: node
27842783
linkType: hard
27852784

0 commit comments

Comments
 (0)