Skip to content

Commit 3299cb3

Browse files
fix(deps): update dependency typescript to ^5.8.2
1 parent b1fba82 commit 3299cb3

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.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.8.2:
2893+
version "5.8.2"
2894+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
2895+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
28962896

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

0 commit comments

Comments
 (0)