Skip to content

Commit

Permalink
Merge 7bd633f into ac6b9bb
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Mar 16, 2020
2 parents ac6b9bb + 7bd633f commit 9f424d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,6 +64,6 @@
"fast-glob": "^3.1.0",
"get-stdin": "^7.0.0",
"write": "^2.0.0",
"yargs": "^15.0.2"
"yargs": "^15.3.1"
}
}
18 changes: 13 additions & 5 deletions yarn.lock
Expand Up @@ -4328,6 +4328,14 @@ yargs-parser@^16.1.0:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs-parser@^18.1.1:
version "18.1.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.1.tgz#bf7407b915427fc760fcbbccc6c82b4f0ffcbd37"
integrity sha512-KRHEsOM16IX7XuLnMOqImcPNbLVXMNHYAoFc3BKR8Ortl5gzDbtXvvEoGx9imk5E+X1VeNKNlcHr8B8vi+7ipA==
dependencies:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs@15.0.2:
version "15.0.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.0.2.tgz#4248bf218ef050385c4f7e14ebdf425653d13bd3"
Expand Down Expand Up @@ -4379,10 +4387,10 @@ yargs@^13.2.2:
y18n "^4.0.0"
yargs-parser "^13.1.1"

yargs@^15.0.2:
version "15.1.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.1.0.tgz#e111381f5830e863a89550bd4b136bb6a5f37219"
integrity sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==
yargs@^15.0.2, yargs@^15.3.1:
version "15.3.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b"
integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA==
dependencies:
cliui "^6.0.0"
decamelize "^1.2.0"
Expand All @@ -4394,7 +4402,7 @@ yargs@^15.0.2:
string-width "^4.2.0"
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^16.1.0"
yargs-parser "^18.1.1"

yn@^3.0.0:
version "3.1.1"
Expand Down

0 comments on commit 9f424d8

Please sign in to comment.