Skip to content

Commit f303004

Browse files
chore: Bump @types/express in /modules/webhook/lambdas/webhook (#469)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.9 to 4.17.11. - [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 5916526 commit f303004

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"format-check": "prettier --check \"**/*.ts\""
1414
},
1515
"devDependencies": {
16-
"@types/express": "^4.17.9",
16+
"@types/express": "^4.17.11",
1717
"@types/jest": "^26.0.20",
1818
"@types/node": "^14.14.20",
1919
"@zeit/ncc": "^0.22.1",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -672,22 +672,22 @@
672672
dependencies:
673673
"@types/node" "*"
674674

675-
"@types/express-serve-static-core@*":
676-
version "4.17.9"
677-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.9.tgz#2d7b34dcfd25ec663c25c85d76608f8b249667f1"
678-
integrity sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA==
675+
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18":
676+
version "4.17.18"
677+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz#8371e260f40e0e1ca0c116a9afcd9426fa094c40"
678+
integrity sha512-m4JTwx5RUBNZvky/JJ8swEJPKFd8si08pPF2PfizYjGZOKr/svUWPcoUmLow6MmPzhasphB7gSTINY67xn3JNA==
679679
dependencies:
680680
"@types/node" "*"
681681
"@types/qs" "*"
682682
"@types/range-parser" "*"
683683

684-
"@types/express@^4.17.9":
685-
version "4.17.9"
686-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.9.tgz#f5f2df6add703ff28428add52bdec8a1091b0a78"
687-
integrity sha512-SDzEIZInC4sivGIFY4Sz1GG6J9UObPwCInYJjko2jzOf/Imx/dlpume6Xxwj1ORL82tBbmN4cPDIDkLbWHk9hw==
684+
"@types/express@^4.17.11":
685+
version "4.17.11"
686+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
687+
integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
688688
dependencies:
689689
"@types/body-parser" "*"
690-
"@types/express-serve-static-core" "*"
690+
"@types/express-serve-static-core" "^4.17.18"
691691
"@types/qs" "*"
692692
"@types/serve-static" "*"
693693

0 commit comments

Comments
 (0)