Skip to content

Commit

Permalink
fix(deps): update dependency @types/yargs to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCastro committed Jan 15, 2020
1 parent 053ea88 commit 8919b5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@types/bull": "^3.5.4",
"@types/bunyan": "^1.8.5",
"@types/uuid": "^3.4.4",
"@types/yargs": "^13.0.0",
"@types/yargs": "^15.0.0",
"bull": "^3.6.0",
"bunyan": "^1.8.12",
"express": "^4.16.4",
"prom-client": "^11.2.1",
"tslib": "^1.9.3",
"uuid": "^3.3.2",
"yargs": "^15.0.0"
"yargs": "^15.1.0"
},
"resolutions": {
"@types/node": "10.17.11",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,13 @@
dependencies:
"@types/yargs-parser" "*"

"@types/yargs@^15.0.0":
version "15.0.0"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.0.tgz#26aa57277eec9ab9c5fce61bddec20ecc9a4cfb7"
integrity sha512-TITCsNxRSDVmq3kPGuUdKZTPTfHeswsUGIjxSe8SB4EBKTPA0DO0y4yWI95kZ2hfqJAYxmu+gxzjOwdumB5S0g==
dependencies:
"@types/yargs-parser" "*"

"@typescript-eslint/typescript-estree@^2.4.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.7.0.tgz#34fd98c77a07b40d04d5b4203eddd3abeab909f4"
Expand Down Expand Up @@ -5900,10 +5907,10 @@ yargs@^13.3.0:
y18n "^4.0.0"
yargs-parser "^13.1.1"

yargs@^15.0.0:
version "15.0.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.0.2.tgz#4248bf218ef050385c4f7e14ebdf425653d13bd3"
integrity sha512-GH/X/hYt+x5hOat4LMnCqMd8r5Cv78heOMIJn1hr7QPPBqfeC6p89Y78+WB9yGDvfpCvgasfmWLzNzEioOUD9Q==
yargs@^15.1.0:
version "15.1.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.1.0.tgz#e111381f5830e863a89550bd4b136bb6a5f37219"
integrity sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==
dependencies:
cliui "^6.0.0"
decamelize "^1.2.0"
Expand Down

0 comments on commit 8919b5a

Please sign in to comment.