Skip to content

Commit 9cea72f

Browse files
chore(deps-dev): bump typescript from 5.9.2 to 5.9.3 (#9123)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54d1213 commit 9cea72f

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
@@ -120,7 +120,7 @@
120120
"sort-json": "2.0.1",
121121
"style-loader": "4.0.0",
122122
"ts-node": "10.9.2",
123-
"typescript": "5.9.2",
123+
"typescript": "5.9.3",
124124
"webpack": "5.101.3",
125125
"webpack-cli": "5.1.4"
126126
},

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15467,7 +15467,17 @@ __metadata:
1546715467
languageName: node
1546815468
linkType: hard
1546915469

15470-
"typescript@npm:5.9.2, typescript@npm:^5, typescript@npm:^5.3.3":
15470+
"typescript@npm:5.9.3":
15471+
version: 5.9.3
15472+
resolution: "typescript@npm:5.9.3"
15473+
bin:
15474+
tsc: bin/tsc
15475+
tsserver: bin/tsserver
15476+
checksum: 0d0ffb84f2cd072c3e164c79a2e5a1a1f4f168e84cb2882ff8967b92afe1def6c2a91f6838fb58b168428f9458c57a2ba06a6737711fdd87a256bbe83e9a217f
15477+
languageName: node
15478+
linkType: hard
15479+
15480+
"typescript@npm:^5, typescript@npm:^5.3.3":
1547115481
version: 5.9.2
1547215482
resolution: "typescript@npm:5.9.2"
1547315483
bin:
@@ -15487,7 +15497,17 @@ __metadata:
1548715497
languageName: node
1548815498
linkType: hard
1548915499

15490-
"typescript@patch:[email protected]#~builtin<compat/typescript>, typescript@patch:typescript@^5#~builtin<compat/typescript>, typescript@patch:typescript@^5.3.3#~builtin<compat/typescript>":
15500+
"typescript@patch:[email protected]#~builtin<compat/typescript>":
15501+
version: 5.9.3
15502+
resolution: "typescript@patch:typescript@npm%3A5.9.3#~builtin<compat/typescript>::version=5.9.3&hash=ad5954"
15503+
bin:
15504+
tsc: bin/tsc
15505+
tsserver: bin/tsserver
15506+
checksum: 8bb8d86819ac86a498eada254cad7fb69c5f74778506c700c2a712daeaff21d3a6f51fd0d534fe16903cb010d1b74f89437a3d02d4d0ff5ca2ba9a4660de8497
15507+
languageName: node
15508+
linkType: hard
15509+
15510+
"typescript@patch:typescript@^5#~builtin<compat/typescript>, typescript@patch:typescript@^5.3.3#~builtin<compat/typescript>":
1549115511
version: 5.9.2
1549215512
resolution: "typescript@patch:typescript@npm%3A5.9.2#~builtin<compat/typescript>::version=5.9.2&hash=ad5954"
1549315513
bin:
@@ -16334,7 +16354,7 @@ __metadata:
1633416354
sort-json: 2.0.1
1633516355
style-loader: 4.0.0
1633616356
ts-node: 10.9.2
16337-
typescript: 5.9.2
16357+
typescript: 5.9.3
1633816358
uuid: 9.0.1
1633916359
webpack: 5.101.3
1634016360
webpack-cli: 5.1.4

0 commit comments

Comments
 (0)