Skip to content

Commit 77486a7

Browse files
chore: Bump @types/node in /modules/webhook/lambdas/webhook (#470)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.20 to 14.14.21. - [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 29bef96 commit 77486a7

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
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/express": "^4.17.11",
1717
"@types/jest": "^26.0.20",
18-
"@types/node": "^14.14.20",
18+
"@types/node": "^14.14.21",
1919
"@zeit/ncc": "^0.22.1",
2020
"aws-sdk": "^2.828.0",
2121
"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
@@ -730,10 +730,10 @@
730730
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a"
731731
integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q==
732732

733-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.20":
734-
version "14.14.20"
735-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.20.tgz#f7974863edd21d1f8a494a73e8e2b3658615c340"
736-
integrity sha512-Y93R97Ouif9JEOWPIUyU+eyIdyRqQR0I8Ez1dzku4hDx34NWh4HbtIc3WNzwB1Y9ULvNGeu5B8h8bVL5cAk4/A==
733+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.21":
734+
version "14.14.21"
735+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.21.tgz#d934aacc22424fe9622ebf6857370c052eae464e"
736+
integrity sha512-cHYfKsnwllYhjOzuC5q1VpguABBeecUp24yFluHpn/BQaVxB1CuQ1FSRZCzrPxrkIfWISXV2LbeoBthLWg0+0A==
737737

738738
"@types/normalize-package-data@^2.4.0":
739739
version "2.4.0"

0 commit comments

Comments
 (0)