Skip to content

Commit ea72973

Browse files
chore: Bump @types/node in /modules/webhook/lambdas/webhook (#365)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.9 to 14.14.10. - [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 f14ad57 commit ea72973

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.15.1",
1515
"@types/express": "^4.17.9",
1616
"@types/jest": "^26.0.15",
17-
"@types/node": "^14.14.9",
17+
"@types/node": "^14.14.10",
1818
"@zeit/ncc": "^0.22.1",
1919
"aws-sdk": "^2.797.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
@@ -789,10 +789,10 @@
789789
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
790790
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
791791

792-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.9":
793-
version "14.14.9"
794-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.9.tgz#04afc9a25c6ff93da14deabd65dc44485b53c8d6"
795-
integrity sha512-JsoLXFppG62tWTklIoO4knA+oDTYsmqWxHRvd4lpmfQRNhX6osheUOWETP2jMoV/2bEHuMra8Pp3Dmo/stBFcw==
792+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.10":
793+
version "14.14.10"
794+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785"
795+
integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ==
796796

797797
"@types/normalize-package-data@^2.4.0":
798798
version "2.4.0"

0 commit comments

Comments
 (0)