Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 9ca07bf

Browse files
chore(webhook): bump @types/express from 4.17.15 to 4.17.17 in /modules/webhook/lambdas/webhook (#2974)
chore(webhook): bump @types/express in /modules/webhook/lambdas/webhook Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.15 to 4.17.17. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1c700f commit 9ca07bf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@octokit/webhooks-definitions": "^3.67.3",
2121
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
2222
"@types/aws-lambda": "^8.10.110",
23-
"@types/express": "^4.17.15",
23+
"@types/express": "^4.17.17",
2424
"@types/jest": "^29.4.0",
2525
"@types/node": "^18.11.18",
2626
"@typescript-eslint/eslint-plugin": "^5.48.0",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2338,22 +2338,22 @@
23382338
dependencies:
23392339
"@types/node" "*"
23402340

2341-
"@types/express-serve-static-core@^4.17.31":
2342-
version "4.17.31"
2343-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.31.tgz#a1139efeab4e7323834bb0226e62ac019f474b2f"
2344-
integrity sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==
2341+
"@types/express-serve-static-core@^4.17.33":
2342+
version "4.17.33"
2343+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543"
2344+
integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==
23452345
dependencies:
23462346
"@types/node" "*"
23472347
"@types/qs" "*"
23482348
"@types/range-parser" "*"
23492349

2350-
"@types/express@^4.17.15":
2351-
version "4.17.15"
2352-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.15.tgz#9290e983ec8b054b65a5abccb610411953d417ff"
2353-
integrity sha512-Yv0k4bXGOH+8a+7bELd2PqHQsuiANB+A8a4gnQrkRWzrkKlb6KHaVvyXhqs04sVW/OWlbPyYxRgYlIXLfrufMQ==
2350+
"@types/express@^4.17.17":
2351+
version "4.17.17"
2352+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4"
2353+
integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
23542354
dependencies:
23552355
"@types/body-parser" "*"
2356-
"@types/express-serve-static-core" "^4.17.31"
2356+
"@types/express-serve-static-core" "^4.17.33"
23572357
"@types/qs" "*"
23582358
"@types/serve-static" "*"
23592359

0 commit comments

Comments
 (0)