Skip to content

Commit 77c33f2

Browse files
chor: Bump @types/node in /modules/webhook/lambdas/webhook (#70)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.13.12 to 14.0.23. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9779cf5 commit 77c33f2

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@octokit/webhooks": "7.5.0",
1515
"@types/express": "^4.17.3",
1616
"@types/jest": "^25.2.1",
17-
"@types/node": "^13.13.4",
17+
"@types/node": "^14.0.23",
1818
"@zeit/ncc": "^0.22.1",
1919
"aws-sdk": "^2.645.0",
2020
"body-parser": "^1.19.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -575,15 +575,10 @@
575575
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.2.tgz#857a118d8634c84bba7ae14088e4508490cd5da5"
576576
integrity sha512-4kPlzbljFcsttWEq6aBW0OZe6BDajAmyvr2xknBG92tejQnvdGtT9+kXSZ580DqpxY9qG2xeQVF9Dq0ymUTo5Q==
577577

578-
"@types/node@*":
579-
version "14.0.13"
580-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.13.tgz#ee1128e881b874c371374c1f72201893616417c9"
581-
integrity sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==
582-
583-
"@types/node@^13.13.4":
584-
version "13.13.12"
585-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.12.tgz#9c72e865380a7dc99999ea0ef20fc9635b503d20"
586-
integrity sha512-zWz/8NEPxoXNT9YyF2osqyA9WjssZukYpgI4UYZpOjcyqwIUqWGkcCionaEb9Ki+FULyPyvNFpg/329Kd2/pbw==
578+
"@types/node@*", "@types/node@^14.0.23":
579+
version "14.0.23"
580+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.23.tgz#676fa0883450ed9da0bb24156213636290892806"
581+
integrity sha512-Z4U8yDAl5TFkmYsZdFPdjeMa57NOvnaf1tljHzhouaPEp7LCj2JKkejpI1ODviIAQuW4CcQmxkQ77rnLsOOoKw==
587582

588583
"@types/normalize-package-data@^2.4.0":
589584
version "2.4.0"

0 commit comments

Comments
 (0)