Skip to content

Commit fadab4d

Browse files
chor: Bump typescript from 3.9.5 to 3.9.6 in /modules/webhook/lambdas/webhook (#56)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.9.5...v3.9.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52eb8e4 commit fadab4d

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
@@ -22,7 +22,7 @@
2222
"jest": "^25.4.0",
2323
"ts-jest": "^25.4.0",
2424
"ts-node-dev": "^1.0.0-pre.44",
25-
"typescript": "^3.8.3"
25+
"typescript": "^3.9.6"
2626
},
2727
"dependencies": {
2828
"crypto": "^1.0.1"

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,10 +4171,10 @@ typedarray-to-buffer@^3.1.5:
41714171
dependencies:
41724172
is-typedarray "^1.0.0"
41734173

4174-
typescript@^3.8.3:
4175-
version "3.9.5"
4176-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
4177-
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
4174+
typescript@^3.9.6:
4175+
version "3.9.6"
4176+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
4177+
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
41784178

41794179
union-value@^1.0.0:
41804180
version "1.0.1"

0 commit comments

Comments
 (0)