Skip to content

Commit 5aec5d9

Browse files
Bump typescript from 5.7.3 to 5.8.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.2. - [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.3...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3a772d commit 5aec5d9

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.5.2",
3636
"supertest": "^7.0.0",
37-
"typescript": "^5.7.3",
37+
"typescript": "^5.8.2",
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
@@ -5226,7 +5226,7 @@ __metadata:
52265226
nodemon: "npm:^3.1.9"
52275227
prettier: "npm:^3.5.2"
52285228
supertest: "npm:^7.0.0"
5229-
typescript: "npm:^5.7.3"
5229+
typescript: "npm:^5.8.2"
52305230
yargs: "npm:^17.7.2"
52315231
bin:
52325232
laboperator-middleware: ./bin/cli
@@ -6913,7 +6913,7 @@ __metadata:
69136913
languageName: node
69146914
linkType: hard
69156915

6916-
"typescript@npm:^5.4.5, typescript@npm:^5.7.3":
6916+
"typescript@npm:^5.4.5":
69176917
version: 5.7.3
69186918
resolution: "typescript@npm:5.7.3"
69196919
bin:
@@ -6923,7 +6923,17 @@ __metadata:
69236923
languageName: node
69246924
linkType: hard
69256925

6926-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
6926+
"typescript@npm:^5.8.2":
6927+
version: 5.8.2
6928+
resolution: "typescript@npm:5.8.2"
6929+
bin:
6930+
tsc: bin/tsc
6931+
tsserver: bin/tsserver
6932+
checksum: 5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
6933+
languageName: node
6934+
linkType: hard
6935+
6936+
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
69276937
version: 5.7.3
69286938
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=e012d7"
69296939
bin:
@@ -6933,6 +6943,16 @@ __metadata:
69336943
languageName: node
69346944
linkType: hard
69356945

6946+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
6947+
version: 5.8.2
6948+
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=e012d7"
6949+
bin:
6950+
tsc: bin/tsc
6951+
tsserver: bin/tsserver
6952+
checksum: 8a6cd29dfb59bd5a978407b93ae0edb530ee9376a5b95a42ad057a6f80ffb0c410489ccd6fe48d1d0dfad6e8adf5d62d3874bbd251f488ae30e11a1ce6dabd28
6953+
languageName: node
6954+
linkType: hard
6955+
69366956
"unbox-primitive@npm:^1.0.2":
69376957
version: 1.0.2
69386958
resolution: "unbox-primitive@npm:1.0.2"

0 commit comments

Comments
 (0)