Skip to content

Commit d6438a0

Browse files
fix(deps): update dependency typescript to ~5.8.3
1 parent c20173a commit d6438a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"joi": "^17.13.3",
4444
"json-diff": "^1.0.6",
4545
"semver": "^7.7.2",
46-
"typescript": "~5.8.2",
46+
"typescript": "~5.8.3",
4747
"viem": "^2.16.3",
4848
"yargs": "^17.7.2"
4949
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6407,10 +6407,10 @@ typed-array-length@^1.0.7:
64076407
possible-typed-array-names "^1.0.0"
64086408
reflect.getprototypeof "^1.0.6"
64096409

6410-
typescript@~5.8.2:
6411-
version "5.8.2"
6412-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
6413-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
6410+
typescript@~5.8.3:
6411+
version "5.8.3"
6412+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
6413+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
64146414

64156415
unbox-primitive@^1.1.0:
64166416
version "1.1.0"

0 commit comments

Comments
 (0)