Skip to content

Commit fb0e3f8

Browse files
Bump typescript from 5.6.2 to 5.6.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.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.6.2...v5.6.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 b53e4d2 commit fb0e3f8

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.7",
3535
"prettier": "^3.3.3",
3636
"supertest": "^7.0.0",
37-
"typescript": "^5.6.2",
37+
"typescript": "^5.6.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
@@ -5354,7 +5354,7 @@ __metadata:
53545354
nodemon: "npm:^3.1.7"
53555355
prettier: "npm:^3.3.3"
53565356
supertest: "npm:^7.0.0"
5357-
typescript: "npm:^5.6.2"
5357+
typescript: "npm:^5.6.3"
53585358
yargs: "npm:^17.7.2"
53595359
bin:
53605360
laboperator-middleware: ./bin/cli
@@ -7048,7 +7048,7 @@ __metadata:
70487048
languageName: node
70497049
linkType: hard
70507050

7051-
"typescript@npm:^5.4.5, typescript@npm:^5.6.2":
7051+
"typescript@npm:^5.4.5":
70527052
version: 5.6.2
70537053
resolution: "typescript@npm:5.6.2"
70547054
bin:
@@ -7058,7 +7058,17 @@ __metadata:
70587058
languageName: node
70597059
linkType: hard
70607060

7061-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
7061+
"typescript@npm:^5.6.3":
7062+
version: 5.6.3
7063+
resolution: "typescript@npm:5.6.3"
7064+
bin:
7065+
tsc: bin/tsc
7066+
tsserver: bin/tsserver
7067+
checksum: 44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799
7068+
languageName: node
7069+
linkType: hard
7070+
7071+
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
70627072
version: 5.6.2
70637073
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=e012d7"
70647074
bin:
@@ -7068,6 +7078,16 @@ __metadata:
70687078
languageName: node
70697079
linkType: hard
70707080

7081+
"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
7082+
version: 5.6.3
7083+
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=e012d7"
7084+
bin:
7085+
tsc: bin/tsc
7086+
tsserver: bin/tsserver
7087+
checksum: ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f
7088+
languageName: node
7089+
linkType: hard
7090+
70717091
"unbox-primitive@npm:^1.0.2":
70727092
version: 1.0.2
70737093
resolution: "unbox-primitive@npm:1.0.2"

0 commit comments

Comments
 (0)