Skip to content

Commit 0979a61

Browse files
fix(deps): update dependency typescript to ^5.7.2
1 parent b7ab2bd commit 0979a61

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.7.2"
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.7.2:
2893+
version "5.7.2"
2894+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
2895+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
28962896

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

0 commit comments

Comments
 (0)