Skip to content

Commit 85ad90c

Browse files
build(deps): bump minimatch from 3.0.4 to 3.1.2 (#2158)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 608fb96 commit 85ad90c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@ argparse@^1.0.7:
5757
sprintf-js "~1.0.2"
5858

5959
balanced-match@^1.0.0:
60-
version "1.0.0"
61-
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"
62-
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
60+
version "1.0.2"
61+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
62+
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
6363

6464
bluebird@^3.0.5:
6565
version "3.5.1"
6666
resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz"
6767
integrity sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==
6868

6969
brace-expansion@^1.1.7:
70-
version "1.1.8"
71-
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz"
72-
integrity sha1-wHshHHyVLsH479Uad+8NHTmQopI=
70+
version "1.1.11"
71+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
72+
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
7373
dependencies:
7474
balanced-match "^1.0.0"
7575
concat-map "0.0.1"
@@ -86,8 +86,8 @@ commander@^2.9.0:
8686

8787
8888
version "0.0.1"
89-
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
90-
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
89+
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
90+
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
9191

9292
config-chain@~1.1.5:
9393
version "1.1.11"
@@ -225,9 +225,9 @@ lru-cache@^3.2.0:
225225
pseudomap "^1.0.1"
226226

227227
minimatch@^3.0.4:
228-
version "3.0.4"
229-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
230-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
228+
version "3.1.2"
229+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
230+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
231231
dependencies:
232232
brace-expansion "^1.1.7"
233233

0 commit comments

Comments
 (0)