Skip to content

Commit 310459e

Browse files
chore: Bump @types/node in /modules/webhook/lambdas/webhook (#209)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.0 to 14.10.1. - [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 0585388 commit 310459e

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.2",
1515
"@types/express": "^4.17.3",
1616
"@types/jest": "^26.0.9",
17-
"@types/node": "^14.6.0",
17+
"@types/node": "^14.10.1",
1818
"@zeit/ncc": "^0.22.1",
1919
"aws-sdk": "^2.747.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.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==
778+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.10.1":
779+
version "14.10.1"
780+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.10.1.tgz#cc323bad8e8a533d4822f45ce4e5326f36e42177"
781+
integrity sha512-aYNbO+FZ/3KGeQCEkNhHFRIzBOUgc7QvcVNKXbfnhDkSfwUv91JsQQa10rDgKSTSLkXZ1UIyPe4FJJNVgw1xWQ==
782782

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

0 commit comments

Comments
 (0)