Skip to content

Commit

Permalink
Merge pull request #3 from Pilatch/minimist-security-update
Browse files Browse the repository at this point in the history
Minimist update for security
  • Loading branch information
Pilatch authored Jun 1, 2020
2 parents ea50cab + 0f43b8f commit c6cfed0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-auto-fix",
"version": "1.0.2",
"version": "1.0.3",
"repository": "https://github.com/Pilatch/eslint-auto-fix",
"bin": {
"eslint-auto-fix": "cli.js"
Expand All @@ -20,6 +20,7 @@
"eslint-utils": "^1.4.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.12",
"minimist": "^0.2.1",
"mixin-deep": "^1.3.2",
"set-value": "^2.0.1"
},
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,10 @@ minimatch@^3.0.4:
dependencies:
brace-expansion "^1.1.7"

minimist@0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
minimist@0.0.8, minimist@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.1.tgz#827ba4e7593464e7c221e8c5bed930904ee2c455"
integrity sha512-GY8fANSrTMfBVfInqJAY41QkOM+upUTytK1jZ0c8+3HdHrJxBJ3rF5i9moClXTE8uUSnUo8cAsCoxDXvSY4DHg==

mixin-deep@^1.3.2:
version "1.3.2"
Expand Down

0 comments on commit c6cfed0

Please sign in to comment.