Skip to content

Commit 07adeef

Browse files
Bump typescript from 4.1.5 to 4.2.3 in /server (#10664)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.1.5...v4.2.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4ff8b4 commit 07adeef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"rimraf": "3.0.2",
3535
"ts-jest": "26.5.2",
3636
"ts-node": "9.1.1",
37-
"typescript": "4.1.5"
37+
"typescript": "4.2.3"
3838
},
3939
"scripts": {
4040
"build": "yarn clean && tsc -P tsconfig.json && yarn copy-assets && yarn create-commit-sha",

server/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5054,10 +5054,10 @@ typedarray-to-buffer@^3.1.5:
50545054
dependencies:
50555055
is-typedarray "^1.0.0"
50565056

5057-
typescript@4.1.5:
5058-
version "4.1.5"
5059-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
5060-
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
5057+
typescript@4.2.3:
5058+
version "4.2.3"
5059+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
5060+
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
50615061

50625062
50635063
version "2.3.11"

0 commit comments

Comments
 (0)