Skip to content

Commit a2340c9

Browse files
Bump typescript from 5.1.6 to 5.4.5 (#803)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.4.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.1.6...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10faa97 commit a2340c9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"chalk": "^4.1.2",
4040
"core-js": "~3.30.2",
4141
"jest": "^29.5.0",
42-
"typescript": "~5.1.6"
42+
"typescript": "~5.4.5"
4343
},
4444
"devDependencies": {
4545
"@exercism/eslint-config-tooling": "^0.4.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ __metadata:
19341934
prettier: ^3.0.0
19351935
rimraf: ^5.0.1
19361936
ts-jest: ^29.1.0
1937-
typescript: ~5.1.6
1937+
typescript: ~5.4.5
19381938
bin:
19391939
javascript-test-runner: bin/run.sh
19401940
languageName: unknown
@@ -7589,23 +7589,23 @@ __metadata:
75897589
languageName: node
75907590
linkType: hard
75917591

7592-
"typescript@npm:~5.1.6":
7593-
version: 5.1.6
7594-
resolution: "typescript@npm:5.1.6"
7592+
"typescript@npm:~5.4.5":
7593+
version: 5.4.5
7594+
resolution: "typescript@npm:5.4.5"
75957595
bin:
75967596
tsc: bin/tsc
75977597
tsserver: bin/tsserver
7598-
checksum: b2f2c35096035fe1f5facd1e38922ccb8558996331405eb00a5111cc948b2e733163cc22fab5db46992aba7dd520fff637f2c1df4996ff0e134e77d3249a7350
7598+
checksum: 53c879c6fa1e3bcb194b274d4501ba1985894b2c2692fa079db03c5a5a7140587a1e04e1ba03184605d35f439b40192d9e138eb3279ca8eee313c081c8bcd9b0
75997599
languageName: node
76007600
linkType: hard
76017601

7602-
"typescript@patch:typescript@~5.1.6#~builtin<compat/typescript>":
7603-
version: 5.1.6
7604-
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=5da071"
7602+
"typescript@patch:typescript@~5.4.5#~builtin<compat/typescript>":
7603+
version: 5.4.5
7604+
resolution: "typescript@patch:typescript@npm%3A5.4.5#~builtin<compat/typescript>::version=5.4.5&hash=5da071"
76057605
bin:
76067606
tsc: bin/tsc
76077607
tsserver: bin/tsserver
7608-
checksum: f53bfe97f7c8b2b6d23cf572750d4e7d1e0c5fff1c36d859d0ec84556a827b8785077bc27676bf7e71fae538e517c3ecc0f37e7f593be913d884805d931bc8be
7608+
checksum: 2373c693f3b328f3b2387c3efafe6d257b057a142f9a79291854b14ff4d5367d3d730810aee981726b677ae0fd8329b23309da3b6aaab8263dbdccf1da07a3ba
76097609
languageName: node
76107610
linkType: hard
76117611

0 commit comments

Comments
 (0)