Skip to content

Commit

Permalink
fix(deps): update dependency minimatch to v6 (#1112)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2023
1 parent 6ba900f commit e43ce6c
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 @@ -11,7 +11,7 @@
"commander": "^10.0.0",
"enquirer": "^2.3.6",
"glob": "^8.0.0",
"minimatch": "^5.1.0",
"minimatch": "^6.0.0",
"mz": "^2.7.0",
"strip-ansi": "^6.0.0",
"tsutils": "^3.21.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4112,10 +4112,10 @@ minimatch@^5.0.1, minimatch@~5.1.2:
dependencies:
brace-expansion "^2.0.1"

minimatch@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
minimatch@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.0.0.tgz#e00d2875b7ae572f9e699e674fdfdab587aa1fdd"
integrity sha512-6c/YhQ/ZnMCtAGMJTuPQlk1Q6ig41qn1laC1H/AU6dIIgurKxxfh0OEALh9V4+vPcy2VC670D46TOGc8dirt6w==
dependencies:
brace-expansion "^2.0.1"

Expand Down

0 comments on commit e43ce6c

Please sign in to comment.