Skip to content

Commit 23c3308

Browse files
chore: Bump @types/node in /modules/webhook/lambdas/webhook (#153)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.27 to 14.6.0. - [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 30c704b commit 23c3308

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
@@ -14,7 +14,7 @@
1414
"@octokit/webhooks": "^7.11.0",
1515
"@types/express": "^4.17.3",
1616
"@types/jest": "^26.0.9",
17-
"@types/node": "^14.0.23",
17+
"@types/node": "^14.6.0",
1818
"@zeit/ncc": "^0.22.1",
1919
"aws-sdk": "^2.734.0",
2020
"body-parser": "^1.19.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -775,10 +775,10 @@
775775
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
776776
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
777777

778-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.0.23":
779-
version "14.0.27"
780-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
781-
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
778+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.6.0":
779+
version "14.6.0"
780+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.0.tgz#7d4411bf5157339337d7cff864d9ff45f177b499"
781+
integrity sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA==
782782

783783
"@types/normalize-package-data@^2.4.0":
784784
version "2.4.0"

0 commit comments

Comments
 (0)