Skip to content

Commit a81786c

Browse files
chore: Bump typescript in /modules/webhook/lambdas/webhook (#2179)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.7.3...v4.7.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 9424c62 commit a81786c

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
@@ -36,7 +36,7 @@
3636
"prettier": "2.7.1",
3737
"ts-jest": "^27.1.4",
3838
"ts-node-dev": "^2.0.0",
39-
"typescript": "^4.7.3"
39+
"typescript": "^4.7.4"
4040
},
4141
"dependencies": {
4242
"@aws-sdk/client-ssm": "^3.112.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4757,10 +4757,10 @@ typedarray-to-buffer@^3.1.5:
47574757
dependencies:
47584758
is-typedarray "^1.0.0"
47594759

4760-
typescript@^4.7.3:
4761-
version "4.7.3"
4762-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
4763-
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
4760+
typescript@^4.7.4:
4761+
version "4.7.4"
4762+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
4763+
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
47644764

47654765
universal-user-agent@^6.0.0:
47664766
version "6.0.0"

0 commit comments

Comments
 (0)