Skip to content

Commit 0ef765f

Browse files
Bump typescript from 5.7.2 to 5.7.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.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.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19764d7 commit 0ef765f

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
@@ -34,7 +34,7 @@
3434
"nodemon": "^3.1.9",
3535
"prettier": "^3.4.2",
3636
"supertest": "^7.0.0",
37-
"typescript": "^5.7.2",
37+
"typescript": "^5.7.3",
3838
"yargs": "^17.7.2"
3939
},
4040
"packageManager": "[email protected]"

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5248,7 +5248,7 @@ __metadata:
52485248
nodemon: "npm:^3.1.9"
52495249
prettier: "npm:^3.4.2"
52505250
supertest: "npm:^7.0.0"
5251-
typescript: "npm:^5.7.2"
5251+
typescript: "npm:^5.7.3"
52525252
yargs: "npm:^17.7.2"
52535253
bin:
52545254
laboperator-middleware: ./bin/cli
@@ -6935,7 +6935,7 @@ __metadata:
69356935
languageName: node
69366936
linkType: hard
69376937

6938-
"typescript@npm:^5.4.5, typescript@npm:^5.7.2":
6938+
"typescript@npm:^5.4.5":
69396939
version: 5.7.2
69406940
resolution: "typescript@npm:5.7.2"
69416941
bin:
@@ -6945,7 +6945,17 @@ __metadata:
69456945
languageName: node
69466946
linkType: hard
69476947

6948-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
6948+
"typescript@npm:^5.7.3":
6949+
version: 5.7.3
6950+
resolution: "typescript@npm:5.7.3"
6951+
bin:
6952+
tsc: bin/tsc
6953+
tsserver: bin/tsserver
6954+
checksum: b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
6955+
languageName: node
6956+
linkType: hard
6957+
6958+
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
69496959
version: 5.7.2
69506960
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=e012d7"
69516961
bin:
@@ -6955,6 +6965,16 @@ __metadata:
69556965
languageName: node
69566966
linkType: hard
69576967

6968+
"typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
6969+
version: 5.7.3
6970+
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=e012d7"
6971+
bin:
6972+
tsc: bin/tsc
6973+
tsserver: bin/tsserver
6974+
checksum: 3b56d6afa03d9f6172d0b9cdb10e6b1efc9abc1608efd7a3d2f38773d5d8cfb9bbc68dfb72f0a7de5e8db04fc847f4e4baeddcd5ad9c9feda072234f0d788896
6975+
languageName: node
6976+
linkType: hard
6977+
69586978
"unbox-primitive@npm:^1.0.2":
69596979
version: 1.0.2
69606980
resolution: "unbox-primitive@npm:1.0.2"

0 commit comments

Comments
 (0)