Skip to content

Commit 1a36dbc

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 e3fa4a5 commit 1a36dbc

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": "^3.4.0",
6161
"ts-jest": "^29.4.4",
6262
"ts-node": "^10.9.2",
63-
"typescript": "^5.9.2",
63+
"typescript": "^5.9.3",
6464
"yaml": "^2.8.1"
6565
},
6666
"packageManager": "[email protected]"

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ __metadata:
927927
sort-package-json: "npm:^3.4.0"
928928
ts-jest: "npm:^29.4.4"
929929
ts-node: "npm:^10.9.2"
930-
typescript: "npm:^5.9.2"
930+
typescript: "npm:^5.9.3"
931931
yaml: "npm:^2.8.1"
932932
languageName: unknown
933933
linkType: soft
@@ -6247,7 +6247,7 @@ __metadata:
62476247
languageName: node
62486248
linkType: hard
62496249

6250-
"typescript@npm:^5.8.2, typescript@npm:^5.9.2":
6250+
"typescript@npm:^5.8.2":
62516251
version: 5.9.2
62526252
resolution: "typescript@npm:5.9.2"
62536253
bin:
@@ -6257,7 +6257,17 @@ __metadata:
62576257
languageName: node
62586258
linkType: hard
62596259

6260-
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.9.2#optional!builtin<compat/typescript>":
6260+
"typescript@npm:^5.9.3":
6261+
version: 5.9.3
6262+
resolution: "typescript@npm:5.9.3"
6263+
bin:
6264+
tsc: bin/tsc
6265+
tsserver: bin/tsserver
6266+
checksum: 6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
6267+
languageName: node
6268+
linkType: hard
6269+
6270+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
62616271
version: 5.9.2
62626272
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=29ae49"
62636273
bin:
@@ -6267,6 +6277,16 @@ __metadata:
62676277
languageName: node
62686278
linkType: hard
62696279

6280+
"typescript@patch:typescript@npm%3A^5.9.3#optional!builtin<compat/typescript>":
6281+
version: 5.9.3
6282+
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=29ae49"
6283+
bin:
6284+
tsc: bin/tsc
6285+
tsserver: bin/tsserver
6286+
checksum: 6f7e53bf0d9702350deeb6f35e08b69cbc8b958c33e0ec77bdc0ad6a6c8e280f3959dcbfde6f5b0848bece57810696489deaaa53d75de3578ff255d168c1efbd
6287+
languageName: node
6288+
linkType: hard
6289+
62706290
"uglify-js@npm:^3.1.4":
62716291
version: 3.19.3
62726292
resolution: "uglify-js@npm:3.19.3"

0 commit comments

Comments
 (0)