Skip to content

Commit

Permalink
Upgrade the minimist version inspired by the github alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
lionsoul2014 committed Jun 18, 2020
1 parent c6b3e79 commit d62ede3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions binding/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions binding/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1289,23 +1289,23 @@ minimatch@^3.0.2, minimatch@^3.0.3:
dependencies:
brace-expansion "^1.0.0"

minimist@1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.2.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
minimist@1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"

minimist@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.2.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
minimist@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"

minimist@~1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.2.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
minimist@~1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

mkdirp@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
dependencies:
minimist "1.2.2"
minimist "1.2.3"

ms@0.7.2:
version "0.7.2"
Expand Down Expand Up @@ -1380,7 +1380,7 @@ optimist@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
dependencies:
minimist "~1.2.2"
minimist "~1.2.3"
wordwrap "~0.0.2"

optionator@^0.8.1:
Expand Down Expand Up @@ -1629,7 +1629,7 @@ sane@~1.5.0:
exec-sh "^0.2.0"
fb-watchman "^1.8.0"
minimatch "^3.0.2"
minimist "^1.2.2"
minimist "^1.2.3"
walker "~1.0.5"
watch "~0.10.0"

Expand Down

0 comments on commit d62ede3

Please sign in to comment.