Skip to content

Commit 81c38dd

Browse files
renovate[bot]renovate-bot
andauthoredMay 3, 2021
fix: update dependency yargs to v17 (#2574)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 446d44d commit 81c38dd

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
 

‎@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lodash": "^4.17.19",
5252
"resolve-from": "5.0.0",
5353
"resolve-global": "1.0.0",
54-
"yargs": "^16.2.0"
54+
"yargs": "^17.0.0"
5555
},
5656
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
5757
}

‎@packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"require-from-string": "2.0.2",
4747
"tar-fs": "2.1.1",
4848
"tmp": "0.2.1",
49-
"yargs": "^16.2.0"
49+
"yargs": "^17.0.0"
5050
},
5151
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
5252
}

‎yarn.lock

+13
Original file line numberDiff line numberDiff line change
@@ -10652,3 +10652,16 @@ yargs@^16.2.0:
1065210652
string-width "^4.2.0"
1065310653
y18n "^5.0.5"
1065410654
yargs-parser "^20.2.2"
10655+
10656+
yargs@^17.0.0:
10657+
version "17.0.0"
10658+
resolved "https://registry.npmjs.org/yargs/-/yargs-17.0.0.tgz#147db33e222e8e6a7829df5f2ae696b58d1c82bf"
10659+
integrity sha512-gbtedDPfBgG40iLbaRXhqYJycUYqFVZQLIxl1cG5Ez/xZL/47TetSYzPSIixkWa36GKHr9D/o/oSG1vHXF4zTw==
10660+
dependencies:
10661+
cliui "^7.0.2"
10662+
escalade "^3.1.1"
10663+
get-caller-file "^2.0.5"
10664+
require-directory "^2.1.1"
10665+
string-width "^4.2.0"
10666+
y18n "^5.0.5"
10667+
yargs-parser "^20.2.2"

0 commit comments

Comments
 (0)
Please sign in to comment.