Skip to content

Commit e7cbc61

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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec8cff2 commit e7cbc61

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
@@ -50,7 +50,7 @@
5050
"fetch-mock": "^9.11.0",
5151
"laboperator-middleware-development": "labforward/laboperator-middleware-development",
5252
"prettier": "^3.5.3",
53-
"typescript": "^5.8.2"
53+
"typescript": "^5.8.3"
5454
},
5555
"packageManager": "[email protected]"
5656
}

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6006,7 +6006,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
60066006
prettier: "npm:^3.5.3"
60076007
snakecase-keys: "npm:^8.0.1"
60086008
swagger-client: "npm:^3.18.5"
6009-
typescript: "npm:^5.8.2"
6009+
typescript: "npm:^5.8.3"
60106010
winston: "npm:^3.17.0"
60116011
yaml: "npm:^2.7.1"
60126012
yargs: "npm:^17.7.2"
@@ -8189,7 +8189,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
81898189
languageName: node
81908190
linkType: hard
81918191

8192-
"typescript@npm:^5.4.5, typescript@npm:^5.8.2":
8192+
"typescript@npm:^5.4.5":
81938193
version: 5.8.2
81948194
resolution: "typescript@npm:5.8.2"
81958195
bin:
@@ -8199,7 +8199,17 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
81998199
languageName: node
82008200
linkType: hard
82018201

8202-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
8202+
"typescript@npm:^5.8.3":
8203+
version: 5.8.3
8204+
resolution: "typescript@npm:5.8.3"
8205+
bin:
8206+
tsc: bin/tsc
8207+
tsserver: bin/tsserver
8208+
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
8209+
languageName: node
8210+
linkType: hard
8211+
8212+
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
82038213
version: 5.8.2
82048214
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=5adc0c"
82058215
bin:
@@ -8209,6 +8219,16 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
82098219
languageName: node
82108220
linkType: hard
82118221

8222+
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
8223+
version: 5.8.3
8224+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5adc0c"
8225+
bin:
8226+
tsc: bin/tsc
8227+
tsserver: bin/tsserver
8228+
checksum: 10c0/92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
8229+
languageName: node
8230+
linkType: hard
8231+
82128232
"unbox-primitive@npm:^1.0.2":
82138233
version: 1.0.2
82148234
resolution: "unbox-primitive@npm:1.0.2"

0 commit comments

Comments
 (0)