Skip to content

Commit 0056457

Browse files
chore: Bump typescript in /modules/webhook/lambdas/webhook (#1290)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.4.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.4.3...v4.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ab1c40 commit 0056457

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
@@ -34,7 +34,7 @@
3434
"prettier": "2.4.1",
3535
"ts-jest": "^27.0.7",
3636
"ts-node-dev": "^1.1.6",
37-
"typescript": "^4.3.4"
37+
"typescript": "^4.4.4"
3838
},
3939
"dependencies": {
4040
"@aws-sdk/client-ssm": "^3.36.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4494,10 +4494,10 @@ typedarray-to-buffer@^3.1.5:
44944494
dependencies:
44954495
is-typedarray "^1.0.0"
44964496

4497-
typescript@^4.3.4:
4498-
version "4.4.3"
4499-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
4500-
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
4497+
typescript@^4.4.4:
4498+
version "4.4.4"
4499+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
4500+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
45014501

45024502
universal-user-agent@^6.0.0:
45034503
version "6.0.0"

0 commit comments

Comments
 (0)