Skip to content

Commit 4cf5157

Browse files
chore: Bump typescript (#1893)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.6.2...v4.6.3) --- 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 defc198 commit 4cf5157

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prettier": "2.6.1",
3232
"ts-jest": "^27.1.3",
3333
"ts-node-dev": "^1.1.6",
34-
"typescript": "^4.6.2"
34+
"typescript": "^4.6.3"
3535
},
3636
"dependencies": {
3737
"axios": "^0.26.1",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3491,10 +3491,10 @@ typedarray-to-buffer@^3.1.5:
34913491
dependencies:
34923492
is-typedarray "^1.0.0"
34933493

3494-
typescript@^4.6.2:
3495-
version "4.6.2"
3496-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
3497-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
3494+
typescript@^4.6.3:
3495+
version "4.6.3"
3496+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
3497+
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
34983498

34993499
universal-user-agent@^6.0.0:
35003500
version "6.0.0"

0 commit comments

Comments
 (0)