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

Commit 8b3cfc3

Browse files
chore: Bump @types/express from 4.17.13 to 4.17.14 in /modules/webhook/lambdas/webhook (#2428)
chore: Bump @types/express in /modules/webhook/lambdas/webhook Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.13 to 4.17.14. - [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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f32ddf2 commit 8b3cfc3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@octokit/webhooks-definitions": "^3.67.3",
2020
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
2121
"@types/aws-lambda": "^8.10.104",
22-
"@types/express": "^4.17.11",
22+
"@types/express": "^4.17.14",
2323
"@types/jest": "^27.5.0",
2424
"@types/node": "^18.7.18",
2525
"@typescript-eslint/eslint-plugin": "^4.33.0",

modules/webhook/lambdas/webhook/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1636,10 +1636,10 @@
16361636
"@types/qs" "*"
16371637
"@types/range-parser" "*"
16381638

1639-
"@types/express@^4.17.11":
1640-
version "4.17.13"
1641-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034"
1642-
integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==
1639+
"@types/express@^4.17.14":
1640+
version "4.17.14"
1641+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c"
1642+
integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==
16431643
dependencies:
16441644
"@types/body-parser" "*"
16451645
"@types/express-serve-static-core" "^4.17.18"

0 commit comments

Comments
 (0)