Skip to content

Commit 5850159

Browse files
Bump typescript from 5.6.2 to 5.6.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81e1b3b commit 5850159

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"sort-package-json": "^2.10.1",
6161
"ts-jest": "^29.2.5",
6262
"ts-node": "^10.9.2",
63-
"typescript": "^5.6.2",
63+
"typescript": "^5.6.3",
6464
"yaml": "^2.5.1"
6565
},
6666
"packageManager": "[email protected]"

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ __metadata:
853853
sort-package-json: "npm:^2.10.1"
854854
ts-jest: "npm:^29.2.5"
855855
ts-node: "npm:^10.9.2"
856-
typescript: "npm:^5.6.2"
856+
typescript: "npm:^5.6.3"
857857
yaml: "npm:^2.5.1"
858858
languageName: unknown
859859
linkType: soft
@@ -6165,7 +6165,7 @@ __metadata:
61656165
languageName: node
61666166
linkType: hard
61676167

6168-
"typescript@npm:^5.4.5, typescript@npm:^5.6.2":
6168+
"typescript@npm:^5.4.5":
61696169
version: 5.6.2
61706170
resolution: "typescript@npm:5.6.2"
61716171
bin:
@@ -6175,7 +6175,17 @@ __metadata:
61756175
languageName: node
61766176
linkType: hard
61776177

6178-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
6178+
"typescript@npm:^5.6.3":
6179+
version: 5.6.3
6180+
resolution: "typescript@npm:5.6.3"
6181+
bin:
6182+
tsc: bin/tsc
6183+
tsserver: bin/tsserver
6184+
checksum: 44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799
6185+
languageName: node
6186+
linkType: hard
6187+
6188+
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
61796189
version: 5.6.2
61806190
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=29ae49"
61816191
bin:
@@ -6185,6 +6195,16 @@ __metadata:
61856195
languageName: node
61866196
linkType: hard
61876197

6198+
"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
6199+
version: 5.6.3
6200+
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=29ae49"
6201+
bin:
6202+
tsc: bin/tsc
6203+
tsserver: bin/tsserver
6204+
checksum: ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f
6205+
languageName: node
6206+
linkType: hard
6207+
61886208
"unbox-primitive@npm:^1.0.2":
61896209
version: 1.0.2
61906210
resolution: "unbox-primitive@npm:1.0.2"

0 commit comments

Comments
 (0)