Skip to content

Commit add2f05

Browse files
renovate-botcallmehiphop
authored andcommitted
fix(deps): update dependency yargs to v14 (#680)
1 parent a1ecd80 commit add2f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@
119119
"time-span": "^3.0.0",
120120
"typescript": "~3.4.0",
121121
"uuid": "^3.3.2",
122-
"yargs": "^13.0.0"
122+
"yargs": "^14.0.0"
123123
}
124124
}

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@google-cloud/spanner": "^4.0.2",
18-
"yargs": "^13.0.0"
18+
"yargs": "^14.0.0"
1919
},
2020
"devDependencies": {
2121
"chai": "^4.2.0",

0 commit comments

Comments
 (0)