Skip to content

Commit 693b229

Browse files
Bump typescript from 5.8.2 to 5.8.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 198374d commit 693b229

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
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.3",
3636
"supertest": "^7.1.0",
37-
"typescript": "^5.8.2",
37+
"typescript": "^5.8.3",
3838
"yargs": "^17.7.2"
3939
},
4040
"packageManager": "[email protected]"

yarn.lock

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5436,7 +5436,7 @@ __metadata:
54365436
nodemon: "npm:^3.1.9"
54375437
prettier: "npm:^3.5.3"
54385438
supertest: "npm:^7.1.0"
5439-
typescript: "npm:^5.8.2"
5439+
typescript: "npm:^5.8.3"
54405440
yargs: "npm:^17.7.2"
54415441
bin:
54425442
laboperator-middleware: ./bin/cli
@@ -7245,6 +7245,16 @@ __metadata:
72457245
languageName: node
72467246
linkType: hard
72477247

7248+
"typescript@npm:^5.8.3":
7249+
version: 5.8.3
7250+
resolution: "typescript@npm:5.8.3"
7251+
bin:
7252+
tsc: bin/tsc
7253+
tsserver: bin/tsserver
7254+
checksum: 5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
7255+
languageName: node
7256+
linkType: hard
7257+
72487258
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
72497259
version: 5.8.2
72507260
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=e012d7"
@@ -7255,6 +7265,16 @@ __metadata:
72557265
languageName: node
72567266
linkType: hard
72577267

7268+
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
7269+
version: 5.8.3
7270+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=e012d7"
7271+
bin:
7272+
tsc: bin/tsc
7273+
tsserver: bin/tsserver
7274+
checksum: 92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
7275+
languageName: node
7276+
linkType: hard
7277+
72587278
"unbox-primitive@npm:^1.1.0":
72597279
version: 1.1.0
72607280
resolution: "unbox-primitive@npm:1.1.0"

0 commit comments

Comments
 (0)