Skip to content

Commit

Permalink
fix(deps): update dependency minimatch to v7 (#1132)
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 Feb 20, 2023
1 parent 1fd530f commit b667b40
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": "^6.0.0",
"minimatch": "^7.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 @@ -4211,10 +4211,10 @@ minimatch@^5.0.1, minimatch@~5.1.2:
dependencies:
brace-expansion "^2.0.1"

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==
minimatch@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.0.0.tgz#20a8df098715e228c918b2bd81f34d9543767a75"
integrity sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA==
dependencies:
brace-expansion "^2.0.1"

Expand Down

0 comments on commit b667b40

Please sign in to comment.