Skip to content

chore(deps): update dependency @types/express to v5.0.2 #4872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2025
Merged
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
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@actions/io": "1.1.3",
"@har-sdk/oas": "2.12.2",
"@octokit/rest": "21.1.1",
"@types/express": "5.0.1",
"@types/express": "5.0.2",
"@types/folder-hash": "4.0.4",
"@types/fs-extra": "11.0.4",
"@types/js-yaml": "4.0.9",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1904,14 +1904,14 @@ __metadata:
languageName: node
linkType: hard

"@types/express@npm:5.0.1":
version: 5.0.1
resolution: "@types/express@npm:5.0.1"
"@types/express@npm:5.0.2":
version: 5.0.2
resolution: "@types/express@npm:5.0.2"
dependencies:
"@types/body-parser": "npm:*"
"@types/express-serve-static-core": "npm:^5.0.0"
"@types/serve-static": "npm:*"
checksum: 10/189dd078679c5f748644c9dccf6b9666755d2fd37741ae5b7494129531b14d0366746a79191e1064060c2547daf7d342a02c48923730f20c8980c9ca7dfce1d2
checksum: 10/c6f73c75c2b62e293e5fadcfd7de61716e3d0c0eaecda082b1921c9c8e56ddc37c530c5d4d68404794b38c7e8f5b893719ffc04c6fba2efa2fb13223bfb0346b
languageName: node
linkType: hard

Expand Down Expand Up @@ -7096,7 +7096,7 @@ __metadata:
"@actions/io": "npm:1.1.3"
"@har-sdk/oas": "npm:2.12.2"
"@octokit/rest": "npm:21.1.1"
"@types/express": "npm:5.0.1"
"@types/express": "npm:5.0.2"
"@types/folder-hash": "npm:4.0.4"
"@types/fs-extra": "npm:11.0.4"
"@types/js-yaml": "npm:4.0.9"
Expand Down
Loading