Skip to content

Commit

Permalink
fix: upgrade yargs from 16.1.1 to 16.2.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade yargs from 16.1.1 to 16.2.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/emyann/project/e2146314-0ac3-4576-a5c9-beec1401e9db?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Feb 6, 2021
1 parent e49f170 commit abd1e90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"chalk": "^4.1.0",
"typescript-generic-datastructures": "^1.3.0",
"uuid": "^8.3.2",
"yargs": "^16.0.0",
"yargs": "^16.2.0",
"snyk": "^1.366.0"
},
"snyk": true
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11880,10 +11880,10 @@ yargs@^15.0.1, yargs@^15.3.1:
y18n "^4.0.0"
yargs-parser "^18.1.1"

yargs@^16.0.0:
version "16.1.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.1.1.tgz#5a4a095bd1ca806b0a50d0c03611d38034d219a1"
integrity sha512-hAD1RcFP/wfgfxgMVswPE+z3tlPFtxG8/yWUrG2i17sTWGCGqWnxKcLTF4cUKDUK8fzokwsmO9H0TDkRbMHy8w==
yargs@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
dependencies:
cliui "^7.0.2"
escalade "^3.1.1"
Expand Down

0 comments on commit abd1e90

Please sign in to comment.