Skip to content

Commit 3ce186f

Browse files
chore: Bump @types/express in /modules/webhook/lambdas/webhook (#220)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.7 to 4.17.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a61693c commit 3ce186f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@octokit/webhooks": "^7.11.2",
15-
"@types/express": "^4.17.3",
15+
"@types/express": "^4.17.8",
1616
"@types/jest": "^26.0.14",
1717
"@types/node": "^14.11.2",
1818
"@zeit/ncc": "^0.22.1",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -720,10 +720,10 @@
720720
"@types/qs" "*"
721721
"@types/range-parser" "*"
722722

723-
"@types/express@^4.17.3":
724-
version "4.17.7"
725-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.7.tgz#42045be6475636d9801369cd4418ef65cdb0dd59"
726-
integrity sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==
723+
"@types/express@^4.17.8":
724+
version "4.17.8"
725+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a"
726+
integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==
727727
dependencies:
728728
"@types/body-parser" "*"
729729
"@types/express-serve-static-core" "*"

0 commit comments

Comments
 (0)