Skip to content

Commit 44c50f5

Browse files
chore: Bump @types/node in /modules/webhook/lambdas/webhook (#234)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.1 to 14.11.2. - [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 00351b7 commit 44c50f5

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.10.1",
17+
"@types/node": "^14.11.2",
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
@@ -782,10 +782,10 @@
782782
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
783783
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
784784

785-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.10.1":
786-
version "14.10.1"
787-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.10.1.tgz#cc323bad8e8a533d4822f45ce4e5326f36e42177"
788-
integrity sha512-aYNbO+FZ/3KGeQCEkNhHFRIzBOUgc7QvcVNKXbfnhDkSfwUv91JsQQa10rDgKSTSLkXZ1UIyPe4FJJNVgw1xWQ==
785+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.11.2":
786+
version "14.11.2"
787+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256"
788+
integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==
789789

790790
"@types/normalize-package-data@^2.4.0":
791791
version "2.4.0"

0 commit comments

Comments
 (0)