Skip to content

Commit fff0496

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

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
@@ -63,7 +63,7 @@
6363
"ts-jest": "^29.4.4",
6464
"ts-node": "^10.9.2",
6565
"tsc-alias": "^1.8.16",
66-
"typescript": "^5.9.2"
66+
"typescript": "^5.9.3"
6767
},
6868
"packageManager": "[email protected]"
6969
}

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ __metadata:
936936
ts-jest: "npm:^29.4.4"
937937
ts-node: "npm:^10.9.2"
938938
tsc-alias: "npm:^1.8.16"
939-
typescript: "npm:^5.9.2"
939+
typescript: "npm:^5.9.3"
940940
unified: "npm:^11.0.5"
941941
languageName: unknown
942942
linkType: soft
@@ -7165,7 +7165,7 @@ __metadata:
71657165
languageName: node
71667166
linkType: hard
71677167

7168-
"typescript@npm:^5.8.2, typescript@npm:^5.9.2":
7168+
"typescript@npm:^5.8.2":
71697169
version: 5.9.2
71707170
resolution: "typescript@npm:5.9.2"
71717171
bin:
@@ -7175,7 +7175,17 @@ __metadata:
71757175
languageName: node
71767176
linkType: hard
71777177

7178-
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.9.2#optional!builtin<compat/typescript>":
7178+
"typescript@npm:^5.9.3":
7179+
version: 5.9.3
7180+
resolution: "typescript@npm:5.9.3"
7181+
bin:
7182+
tsc: bin/tsc
7183+
tsserver: bin/tsserver
7184+
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
7185+
languageName: node
7186+
linkType: hard
7187+
7188+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
71797189
version: 5.9.2
71807190
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
71817191
bin:
@@ -7185,6 +7195,16 @@ __metadata:
71857195
languageName: node
71867196
linkType: hard
71877197

7198+
"typescript@patch:typescript@npm%3A^5.9.3#optional!builtin<compat/typescript>":
7199+
version: 5.9.3
7200+
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
7201+
bin:
7202+
tsc: bin/tsc
7203+
tsserver: bin/tsserver
7204+
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
7205+
languageName: node
7206+
linkType: hard
7207+
71887208
"uglify-js@npm:^3.1.4":
71897209
version: 3.19.3
71907210
resolution: "uglify-js@npm:3.19.3"

0 commit comments

Comments
 (0)