Skip to content

Commit 25a4b1f

Browse files
Bump typescript from 5.5.4 to 5.6.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.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.5.4...v5.6.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 e917ffc commit 25a4b1f

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.4",
3535
"prettier": "^3.3.3",
3636
"supertest": "^7.0.0",
37-
"typescript": "^5.5.4",
37+
"typescript": "^5.6.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
@@ -5369,7 +5369,7 @@ __metadata:
53695369
nodemon: "npm:^3.1.4"
53705370
prettier: "npm:^3.3.3"
53715371
supertest: "npm:^7.0.0"
5372-
typescript: "npm:^5.5.4"
5372+
typescript: "npm:^5.6.2"
53735373
yargs: "npm:^17.7.2"
53745374
bin:
53755375
laboperator-middleware: ./bin/cli
@@ -7056,7 +7056,7 @@ __metadata:
70567056
languageName: node
70577057
linkType: hard
70587058

7059-
"typescript@npm:^5.4.5, typescript@npm:^5.5.4":
7059+
"typescript@npm:^5.4.5":
70607060
version: 5.5.4
70617061
resolution: "typescript@npm:5.5.4"
70627062
bin:
@@ -7066,7 +7066,17 @@ __metadata:
70667066
languageName: node
70677067
linkType: hard
70687068

7069-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
7069+
"typescript@npm:^5.6.2":
7070+
version: 5.6.2
7071+
resolution: "typescript@npm:5.6.2"
7072+
bin:
7073+
tsc: bin/tsc
7074+
tsserver: bin/tsserver
7075+
checksum: 3ed8297a8c7c56b7fec282532503d1ac795239d06e7c4966b42d4330c6cf433a170b53bcf93a130a7f14ccc5235de5560df4f1045eb7f3550b46ebed16d3c5e5
7076+
languageName: node
7077+
linkType: hard
7078+
7079+
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
70707080
version: 5.5.4
70717081
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=e012d7"
70727082
bin:
@@ -7076,6 +7086,16 @@ __metadata:
70767086
languageName: node
70777087
linkType: hard
70787088

7089+
"typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
7090+
version: 5.6.2
7091+
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=e012d7"
7092+
bin:
7093+
tsc: bin/tsc
7094+
tsserver: bin/tsserver
7095+
checksum: e6c1662e4852e22fe4bbdca471dca3e3edc74f6f1df043135c44a18a7902037023ccb0abdfb754595ca9028df8920f2f8492c00fc3cbb4309079aae8b7de71cd
7096+
languageName: node
7097+
linkType: hard
7098+
70797099
"unbox-primitive@npm:^1.0.2":
70807100
version: 1.0.2
70817101
resolution: "unbox-primitive@npm:1.0.2"

0 commit comments

Comments
 (0)