Skip to content

Commit b9e905b

Browse files
committed
chore: bumping yargs to v15
fixes #1673 - we no longer need to pin to yargs 14 for node 6 & 8 support
1 parent 0adc63d commit b9e905b

File tree

2 files changed

+29
-198
lines changed

2 files changed

+29
-198
lines changed

package-lock.json

Lines changed: 28 additions & 197 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"neo-async": "^2.6.0",
2525
"source-map": "^0.6.1",
26-
"yargs": "^14.2.3"
26+
"yargs": "^15.3.1"
2727
},
2828
"optionalDependencies": {
2929
"uglify-js": "^3.1.4"

0 commit comments

Comments
 (0)