Skip to content

Commit

Permalink
fix(deps): update dependency commander to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 18, 2024
1 parent 557f516 commit 92d04a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bcrypt": "3.0.8",
"body-parser": "1.20.2",
"chalk": "2.4.2",
"commander": "2.20.3",
"commander": "12.1.0",
"connect-flash": "0.1.1",
"connect-sqlite3": "0.9.13",
"cookie-parser": "1.4.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2061,10 +2061,10 @@ combined-stream@1.0.6, combined-stream@~1.0.6:
dependencies:
delayed-stream "~1.0.0"

commander@2.20.3:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
commander@12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==

commander@~2.20.0:
version "2.20.0"
Expand Down

0 comments on commit 92d04a7

Please sign in to comment.