Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(deps): bump yargs from 15.0.2 to 15.1.0
  • Loading branch information
dependabot-preview[bot] authored Jan 2, 2020
commit 2ab3b0dbda17aa13c82e9aba2f75ccf3ee3b2087
2 changes: 1 addition & 1 deletion packages/jsii-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@jsii/spec": "^0.21.0",
"inquirer": "^7.0.1",
"yargs": "^15.0.2"
"yargs": "^15.1.0"
},
"jest": {
"collectCoverage": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jsii-reflect": "^0.21.0",
"log4js": "^6.1.0",
"typescript": "~3.7.4",
"yargs": "^15.0.2"
"yargs": "^15.1.0"
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"semver": "^7.1.1",
"spdx-license-list": "^6.1.0",
"xmlbuilder": "^13.0.2",
"yargs": "^15.0.2"
"yargs": "^15.1.0"
},
"devDependencies": {
"@jsii/dotnet-jsonmodel": "^0.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-reflect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"oo-ascii-tree": "^0.21.0",
"yargs": "^15.0.2"
"yargs": "^15.1.0"
},
"devDependencies": {
"@scope/jsii-calc-lib": "^0.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"commonmark": "^0.29.0",
"fs-extra": "^8.1.0",
"typescript": "~3.7.4",
"yargs": "^15.0.2"
"yargs": "^15.1.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"sort-json": "^2.0.0",
"spdx-license-list": "^6.1.0",
"typescript": "~3.7.4",
"yargs": "^15.0.2"
"yargs": "^15.1.0"
},
"devDependencies": {
"@types/clone": "^0.1.30",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8629,10 +8629,10 @@ yargs@^14.0.0, yargs@^14.2.2:
y18n "^4.0.0"
yargs-parser "^15.0.0"

yargs@^15.0.2:
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