Skip to content

Commit 9474c55

Browse files
fix(deps): update dependency commander to v13
1 parent 59265b2 commit 9474c55

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
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/sourcegraph/scip-typescript#readme",
3535
"dependencies": {
36-
"commander": "^12.1.0",
36+
"commander": "^13.1.0",
3737
"google-protobuf": "^3.21.4",
3838
"progress": "^2.0.3",
3939
"typescript": "^5.6.2"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -940,10 +940,10 @@ color-name@~1.1.4:
940940
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
941941
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
942942

943-
commander@^12.1.0:
944-
version "12.1.0"
945-
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
946-
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==
943+
commander@^13.1.0:
944+
version "13.1.0"
945+
resolved "https://registry.yarnpkg.com/commander/-/commander-13.1.0.tgz#776167db68c78f38dcce1f9b8d7b8b9a488abf46"
946+
integrity sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==
947947

948948
949949
version "1.4.1"

0 commit comments

Comments
 (0)