Skip to content

Commit a215fc1

Browse files
fix(deps): update dependency typescript to ^5.8.3
1 parent 000e34a commit a215fc1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"commander": "^12.1.0",
3737
"google-protobuf": "^3.21.4",
3838
"progress": "^2.0.3",
39-
"typescript": "^5.6.2"
39+
"typescript": "^5.8.3"
4040
},
4141
"devDependencies": {
4242
"@sourcegraph/eslint-config": "0.37.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2889,10 +2889,10 @@ [email protected]:
28892889
"@typescript-eslint/parser" "7.18.0"
28902890
"@typescript-eslint/utils" "7.18.0"
28912891

2892-
typescript@^5.6.2:
2893-
version "5.6.2"
2894-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
2895-
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
2892+
typescript@^5.8.3:
2893+
version "5.8.3"
2894+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
2895+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
28962896

28972897
unbox-primitive@^1.0.2:
28982898
version "1.0.2"

0 commit comments

Comments
 (0)