Skip to content

Commit 6a36286

Browse files
chore: Bump @types/express in /modules/runners/lambdas/runners (#191)
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 b4b7b9f commit 6a36286

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

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

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -639,10 +639,10 @@
639639
"@types/qs" "*"
640640
"@types/range-parser" "*"
641641

642-
"@types/express@^4.17.3":
643-
version "4.17.7"
644-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.7.tgz#42045be6475636d9801369cd4418ef65cdb0dd59"
645-
integrity sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==
642+
"@types/express@^4.17.8":
643+
version "4.17.8"
644+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a"
645+
integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==
646646
dependencies:
647647
"@types/body-parser" "*"
648648
"@types/express-serve-static-core" "*"

0 commit comments

Comments
 (0)