Skip to content

Commit 3acbae1

Browse files
chore(lambda): bump @types/express from 4.17.21 to 5.0.0 in /lambdas (#4384)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.21 to 5.0.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/express&package-manager=npm_and_yarn&previous-version=4.17.21&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niek Palm <[email protected]>
1 parent 205022d commit 3acbae1

File tree

4 files changed

+29
-15
lines changed

4 files changed

+29
-15
lines changed

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@aws-sdk/client-eventbridge": "^3.734.0",
2020
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2121
"@types/aws-lambda": "^8.10.146",
22-
"@types/express": "^4.17.21",
22+
"@types/express": "^5.0.0",
2323
"@types/jest": "^29.5.14",
2424
"@types/node": "^22.10.2",
2525
"@typescript-eslint/eslint-plugin": "^8.22.0",

lambdas/libs/aws-powertools-util/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"devDependencies": {
1717
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
1818
"@types/aws-lambda": "^8.10.146",
19-
"@types/express": "^4.17.21",
2019
"@types/jest": "^29.5.14",
2120
"@types/node": "^22.10.2",
2221
"@typescript-eslint/eslint-plugin": "^8.22.0",

lambdas/libs/aws-ssm-util/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"devDependencies": {
1717
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
1818
"@types/aws-lambda": "^8.10.146",
19-
"@types/express": "^4.17.21",
2019
"@types/jest": "^29.5.14",
2120
"@types/node": "^22.10.2",
2221
"@typescript-eslint/eslint-plugin": "^8.22.0",

lambdas/yarn.lock

+28-12
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ __metadata:
139139
"@aws-lambda-powertools/tracer": "npm:^2.13.0"
140140
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
141141
"@types/aws-lambda": "npm:^8.10.146"
142-
"@types/express": "npm:^4.17.21"
143142
"@types/jest": "npm:^29.5.14"
144143
"@types/node": "npm:^22.10.2"
145144
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
@@ -169,7 +168,6 @@ __metadata:
169168
"@aws-sdk/types": "npm:^3.734.0"
170169
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
171170
"@types/aws-lambda": "npm:^8.10.146"
172-
"@types/express": "npm:^4.17.21"
173171
"@types/jest": "npm:^29.5.14"
174172
"@types/node": "npm:^22.10.2"
175173
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
@@ -307,7 +305,7 @@ __metadata:
307305
"@octokit/webhooks": "npm:^12.3.1"
308306
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
309307
"@types/aws-lambda": "npm:^8.10.146"
310-
"@types/express": "npm:^4.17.21"
308+
"@types/express": "npm:^5.0.0"
311309
"@types/jest": "npm:^29.5.14"
312310
"@types/node": "npm:^22.10.2"
313311
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
@@ -4883,26 +4881,27 @@ __metadata:
48834881
languageName: node
48844882
linkType: hard
48854883

4886-
"@types/express-serve-static-core@npm:^4.17.33":
4887-
version: 4.17.33
4888-
resolution: "@types/express-serve-static-core@npm:4.17.33"
4884+
"@types/express-serve-static-core@npm:^5.0.0":
4885+
version: 5.0.5
4886+
resolution: "@types/express-serve-static-core@npm:5.0.5"
48894887
dependencies:
48904888
"@types/node": "npm:*"
48914889
"@types/qs": "npm:*"
48924890
"@types/range-parser": "npm:*"
4893-
checksum: 10c0/68f21adeb8cb7085014692daa8fd75b33be2cbb91f954f42fef4804e04cb34abbe8020918d7656243afec4882949ce0c4e8074eaf5a5f8dfbef704690799724a
4891+
"@types/send": "npm:*"
4892+
checksum: 10c0/0b27f62835f55d061a41718c9eae5caf533f08a4d1f23107f15f929c64013e8ba43afc110a198bd70196ed2925932bdbd9da2cca802c7be8fc6ec0cc4292833d
48944893
languageName: node
48954894
linkType: hard
48964895

4897-
"@types/express@npm:^4.17.21":
4898-
version: 4.17.21
4899-
resolution: "@types/express@npm:4.17.21"
4896+
"@types/express@npm:^5.0.0":
4897+
version: 5.0.0
4898+
resolution: "@types/express@npm:5.0.0"
49004899
dependencies:
49014900
"@types/body-parser": "npm:*"
4902-
"@types/express-serve-static-core": "npm:^4.17.33"
4901+
"@types/express-serve-static-core": "npm:^5.0.0"
49034902
"@types/qs": "npm:*"
49044903
"@types/serve-static": "npm:*"
4905-
checksum: 10c0/12e562c4571da50c7d239e117e688dc434db1bac8be55613294762f84fd77fbd0658ccd553c7d3ab02408f385bc93980992369dd30e2ecd2c68c358e6af8fabf
4904+
checksum: 10c0/0d74b53aefa69c3b3817ee9b5145fd50d7dbac52a8986afc2d7500085c446656d0b6dc13158c04e2d9f18f4324d4d93b0452337c5ff73dd086dca3e4ff11f47b
49064905
languageName: node
49074906
linkType: hard
49084907

@@ -4966,6 +4965,13 @@ __metadata:
49664965
languageName: node
49674966
linkType: hard
49684967

4968+
"@types/mime@npm:^1":
4969+
version: 1.3.5
4970+
resolution: "@types/mime@npm:1.3.5"
4971+
checksum: 10c0/c2ee31cd9b993804df33a694d5aa3fa536511a49f2e06eeab0b484fef59b4483777dbb9e42a4198a0809ffbf698081fdbca1e5c2218b82b91603dfab10a10fbc
4972+
languageName: node
4973+
linkType: hard
4974+
49694975
"@types/node@npm:*":
49704976
version: 22.9.0
49714977
resolution: "@types/node@npm:22.9.0"
@@ -5017,6 +5023,16 @@ __metadata:
50175023
languageName: node
50185024
linkType: hard
50195025

5026+
"@types/send@npm:*":
5027+
version: 0.17.4
5028+
resolution: "@types/send@npm:0.17.4"
5029+
dependencies:
5030+
"@types/mime": "npm:^1"
5031+
"@types/node": "npm:*"
5032+
checksum: 10c0/7f17fa696cb83be0a104b04b424fdedc7eaba1c9a34b06027239aba513b398a0e2b7279778af521f516a397ced417c96960e5f50fcfce40c4bc4509fb1a5883c
5033+
languageName: node
5034+
linkType: hard
5035+
50205036
"@types/serve-static@npm:*":
50215037
version: 1.15.1
50225038
resolution: "@types/serve-static@npm:1.15.1"

0 commit comments

Comments
 (0)