Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 8da79d8

Browse files
Bump typescript from 4.0.5 to 4.1.2 (#27)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.0.5...v4.1.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71486df commit 8da79d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"jest-circus": "^26.6.3",
3434
"nock": "^13.0.5",
3535
"ts-jest": "^26.4.4",
36-
"typescript": "^4.0.5"
36+
"typescript": "^4.1.2"
3737
},
3838
"dependencies": {
3939
"@actions/core": "^1.2.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4737,10 +4737,10 @@ typedarray-to-buffer@^3.1.5:
47374737
dependencies:
47384738
is-typedarray "^1.0.0"
47394739

4740-
typescript@^4.0.5:
4741-
version "4.0.5"
4742-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
4743-
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
4740+
typescript@^4.1.2:
4741+
version "4.1.2"
4742+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
4743+
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
47444744

47454745
union-value@^1.0.0:
47464746
version "1.0.1"

0 commit comments

Comments
 (0)