Skip to content

Commit 0145f68

Browse files
chore: Bump @types/node in /modules/webhook/lambdas/webhook (#575)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.28 to 14.14.31. - [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 ed3e19e commit 0145f68

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
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@types/express": "^4.17.11",
1919
"@types/jest": "^26.0.20",
20-
"@types/node": "^14.14.28",
20+
"@types/node": "^14.14.31",
2121
"@typescript-eslint/eslint-plugin": "^4.15.1",
2222
"@typescript-eslint/parser": "^4.15.1",
2323
"@zeit/ncc": "^0.22.1",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -784,10 +784,10 @@
784784
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a"
785785
integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q==
786786

787-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.28":
788-
version "14.14.28"
789-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.28.tgz#cade4b64f8438f588951a6b35843ce536853f25b"
790-
integrity sha512-lg55ArB+ZiHHbBBttLpzD07akz0QPrZgUODNakeC09i62dnrywr9mFErHuaPlB6I7z+sEbK+IYmplahvplCj2g==
787+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.31":
788+
version "14.14.31"
789+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055"
790+
integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g==
791791

792792
"@types/normalize-package-data@^2.4.0":
793793
version "2.4.0"

0 commit comments

Comments
 (0)