Skip to content

Commit c285096

Browse files
fix(deps): update dependency typescript to ~5.8.3
1 parent 5a8292f commit c285096

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.1",
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
@@ -6119,10 +6119,10 @@ typed-array-length@^1.0.7:
61196119
possible-typed-array-names "^1.0.0"
61206120
reflect.getprototypeof "^1.0.6"
61216121

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

61276127
unbox-primitive@^1.1.0:
61286128
version "1.1.0"

0 commit comments

Comments
 (0)